@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #412603;
}
body {
	background-color: #fe9901;
}

a:link {
	color: #036;
	text-decoration: none;
}
a:visited {
	color: #283f56;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #656566;
}
a:active {
	color: #283f56;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #6c4819;
}
h2 {
	font-size: 16px;
	color: #003366;
}

/*Navigation at top of site*/
#topnav
{
	margin: 0 auto;
	text-align: center;
}

#topnav li
{
	list-style: none;
	margin: 0px;
	display: inline;
	color: #412603;
	font-size: 12px;
}

#topnav li a
{
	padding: 0.25em 0.5em 0.25em 0.25em;
	text-decoration: none;
	color: #412603;
	font-weight: normal;
}
#topnav li a:link { color: #412603; font-weight: normal; }
#main #topnav li a:active { color: #fe9901; font-weight: normal; }
#main #topnav li a:hover { color: #fe9901; font-weight: normal; }


/* Structure */
#wrapper {
	width:955px;
	margin: 0 auto;
}
#content_container {
	width: 830px;
	margin: 0 auto;
	background-color:#fff;
}
#header {
	height:289px;
	width:1000px;
	margin: 0 auto;
	text-align:center;
	vertical-align:middle;
	background:url(images/header.png) no-repeat;
}
#main {
	padding: 0 15px 15px;
	margin: 0 auto;
	width:760px;
	overflow:hidden;
	background-color: #fff;
	text-align:left;	
}

#content_left{
	float:left;
	clear:left;
	width:390px;
	overflow:hidden;
	min-height:300px;
	margin-left:25px;
	margin-right:15px;
	background:#fff;
	text-align:left;
}

#content_right {
	float:right;
	clear:right;
	width:355px;
	overflow:hidden;
	min-height:300px;
	margin-left: 15px;
	margin-right: 25px;
	background:#fff;
	text-align:left;
}
#footer {
	clear:both;
	padding:10px;
	background-color: transparent;
	font-size:9px;
	text-align:right;
}
