body {
	background-color:#38383A;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	}

p {
	margin: 5px auto 5px;
	}

a img {
	border:none;
	}

a {
	color: #00F;
	text-decoration: none;
	}

a:hover {
	color: #666;
	}

#main_div {
	width: 756px;
	position: relative;
	margin: 20px auto 0px;
	background-color:#FFFFFF;
	}

#header {
	height: 88px;
	background-image: url(images/header_bg.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
	text-align: right;
}

#header #logo {
	width:152px; 
	height: 66px; 
	float: left; 
	margin: 15px 20px 0px;
	}

#header img {
	margin: 50px 20px auto auto;
	}

#content {
	float: left;
	width: 467px !important;
	width: 457px;
	margin: 10px 0px;
	border-right: 1px solid #00749D;
	padding: 15px;
	font-size: 0.95em;
	}
#content img {
	margin-bottom: 8px;
	}

#content a {
	font-size: 0.9em;
	}
	
h2 {
	font-size: 1.6em;
	color: #00749D;
	margin: 0px;
	padding: 0px;
	}

h3 {
	font-size: 1.4em;
	color: #01759C;
	margin: 0px;
	padding: 0px;
	}

#front_box {
	background-color:#FFFFFF;
	position: relative;
	font-weight: bold;
	border: 1px solid #00749D;
	padding: 15px;
	background-repeat:no-repeat;
	background-position:bottom right;
	}
#front_box p {
	margin-right: 130px;
	}

#footer {
	background:no-repeat bottom #a14804 url(images/footer.jpg);
	background-color:#a14804;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.7em;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px 5px;
	}

#footer a:hover {
	color: #333;
 }

.box_top_right {
	background-image:url(images/box_top_right.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: -1px !important;
	top: 0px;
	right: -1px !important;
	right: 14px;
	height: 12px;
	width: 11px;
	}

.box_top_right_brown {
	background-image:url(images/box_top_right_brown.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: -1px !important;
	top: 0px;
	right: -1px !important;
	right: 14px;
	height: 12px;
	width: 11px;
	}
.box_top_right_pen {
	background-image:url(images/box_top_right_pen.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: -1px !important;
	top: 0px;
	right: -1px !important;
	right: 14px;
	height: 12px;
	width: 11px;
	}
.box_top_left {
	background-image:url(images/box_top_left.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: -1px !important;
	top: 0px;
	left: -1px !important;
	left: -16px;
	height: 12px;
	width: 11px;
	}
.box_bottom_left {
	background-image:url(images/box_bottom_left.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: -9px;
	left: -2px;
	height: 12px;
	width: 12px;
	}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
	}
.box_bottom_right {
	width: 11px;
	height: 12px;
	position: absolute;
	background-repeat: no-repeat;
	top: -12px;
	right: 0px !important;
	right: -1px;
	}

.box_bottom_right_sub {
	width: 11px;
	height: 12px;
	position: absolute;
	background-repeat: no-repeat;
	top: -12px;
	right: -2px !important;
	right: -1px;
	}

.bottom_divs {
	height: 1px;
	width: 100%;
	position: relative;
	clear: both;
	background-color: #FFFFFF;
	}

.copyright {
	color: #F9F9F9;
	font-size:0.7em;
	text-align: center;
	margin: 10px auto;
	}

#rightside {
	width: 225px;
	margin: 20px 10px auto;
	padding-right: 10px;
	float: right;
	}

#rightside p {
	}

#sub_nav {
	width: 100%;
	background-color:#FFF;
	position: relative;
	color: #666;
	font-weight: bold;
	border: 1px solid #00749D;
	margin-top: 5px;
	}

#sub_nav .title {
	width: 100%;
	background-color: #00749D;
	color: #FFFFFF;
	}

#sub_nav a {
	font-weight: bold;
	width: 100%;
	color: #666;
	}

#sub_nav table {
	width: 100%;
	}

	
