@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: auto;
	width: 768px;
	background-color: #333;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
#wrapper #logo_wrapper {
	height: 115px;
	background-color: #FFF;
}
a img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 27px;
	background-color: #E23F05;
	font-size: 12px;
	font-weight: bolder;
	color: #C30;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 748px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	word-spacing: .5em;
	text-decoration: none;
	vertical-align: middle;
}
#wrapper #content_image {
	height: auto;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_image.jpg);
	background-repeat: no-repeat;
}
#left_text_box {
	background-color: #E23F05;
	height: 230px;
	width: 364px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: thick none #000;
}
#right_text_box {
	background-color: #666;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	height: 230px;
	width: 364px;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.nav_links {
	font-size: 10px;
	font-weight: bold;
	color: #C30;
	}
#navigation .nav_links a {
	font-size: 14px;
	color: #FFF;
	font-style: normal;
	line-height: 27px;
	font-weight: 700;
	font-variant: normal;
	top: auto;
}
#footer {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	width: 768px;
	color: #FFF;
	padding: 0px;
	background-color: #000;
	clear: both;
}
p {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#left_text_box table text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #666;
}
#right_text_box {
	font-weight: bold;
}
#contact_page_content {
	height: auto;
	width: 748px;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	text-align: center;
}
