* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	background-color: #aaa;
	color: #000;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

li {list-style-type: disc;
	list-style-position: outside;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #bbb;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 6px 0px 15px;
	text-align: left;
	line-height: 20px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

div.center {   margin-left: auto;   margin-right: auto;   width: auto; }

#body_wrapper {
	min-height: 99%;
	padding: 2px 2px;
	width: auto;
	background-color: #aaa;
	color: #000;
	text-align: center;
	margin-bottom: 0px;
	overflow: auto;
	}

/*Title Banner*/

#titlebanner {
	width: auto;
	background-color: #880000;
	color: #fff;
	font-family: "Times New Roman", Times, serifserif;
	font-size: 36px;
	font-weight: bold;	
	letter-spacing: 1px;
	text-align: center;
	border: #fff 5px solid;
	border-bottom: hidden;
}

#titlebanner li {
	padding: 5px 11px 3px 10px;
	float: left;
}

#titlebanner li#last {
	padding-right: 10px;
	background-image: none;
}

/*Address Banner*/

#addressbanner {
	margin: 0px;
	width: auto;
	background-color: #880000;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 5px;
	border: #fff 5px solid;
	border-top: hidden;
}

#addressbanner ul {
	margin-left:auto;
	margin-right: auto;
	width: auto;
	height: auto;
	overflow: hidden;
}

/* Content Body */

#content_body {
	margin: 0px 2px;
	padding: 17px 12px 15px 15px;
	background-color: inherit;
	color: #000;
	text-align: left;
}

#content_body a {
	background-color: inherit;
	color: #000;
}

#content_body a:hover {
	background-color: #inherit;
	color: #fff;
}

#content_body .content_header2 {
	display: block;	
}

#content_body .content_header h2 {
	padding: 3px 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-family: calibri, helvetica, serif;
}

#content_body .content_box {
	padding: 10px 15px 20px 15px;
	clear: both;
	float: none;
	text-align: left;
	}


/* Left Column */

#left_column {
	float: left;
	width: auto;
	max-width: 60%;	
	}

#left_column .content_header h2 {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	text-align: center;
	width: 200px;
	background-color: #880000;
	color: #69D2E7;
	border: #fff 5px solid;
}

#left_column a {
	background-color: inherit;
	text-decoration: none;
	color: #fff;
}

#left_column a:hover {
	background-color: #inherit;
	color: #f46f6f;
}

#photo {
	width: 100%;
	height: auto;
	border: #fff 5px solid;
	margin-bottom: 10px;
}

/* Right Column */

#right_column {
	text-align: center;
	margin-left: 10px;
	width: 38%;
	float: right;
	overflow: hidden;
}

#right_column .content_header h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 95%;
	background-color: #880000;
	color: #fff;
	overflow: hidden;
	border: #fff 5px solid;
}



/* Page Footer */

#body_wrapper2 {
	padding: 2px 2px;
	width: auto;
	background-color: #aaa;
	color: #000;
	text-align: center;
	}

#page_footer {
	margin-top: -43px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	width: auto;
	background-color: #880000;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	padding: 7px;
	border: #fff 5px solid;
	clear: both;
	}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
