/* CSS Document */

body {
	margin:0;
	font: normal 11px arial, tahoma, sans-serif;
	color:#888;
	background: #fff;
	text-align:left;
}

#main_container {
	float: left;
	width: 800px;
}

.top_nav {
	float: right;
	text-align: right;
	margin: 5px 0px 5px 0;
}

a {
	color: #444;
	text-decoration: none;
}

#right_section {
	float: right;
	width: 590px;
}


#banner {
	background: #fff url(images/banner.jpg) no-repeat;
	float: right;
	width: 589px;
	height: 189px;
	margin-top: 6px;
	border-bottom: 5px solid #444;
}

#content {
	float: right;
	background: #eee;
	margin-left: 0;
	width: 590px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#content h1 {
	color: #a01700;
	margin: 5px 10px 5px 10px;
	border-bottom: 1px solid #a01700;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
}

#content p {
	text-align: justify;
	margin: 5px 8px 5px 8px;
}

.contentimg {
	background: #fff;
	float: right;
	padding: 5px;
	border: 1px solid #888;
	margin: 15px 8px 15px 15px;
}

.contentimg2 {
	background: #fff;
	float: left;
	padding: 5px;
	border:1px solid #888;
	margin: 15px 15px 15px 8px;
}

#left_section {
	float: left;
	width: 200px;

}

#logo {
	float: left;
	width: 199px;
	height: 149px;
	background: #333 url(images/logo.gif) no-repeat;
	margin: 0;
	padding: 0;
}

#nav {
	float: left;
	width: 192px;
}

#nav ul {
	float: left;
	list-style: none;
	width: 192px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.9.em;
	text-transform: uppercase;
	font-weight: normal;
}

#nav li {
	height: 23px;
	background: #fff url(images/nav_button.gif) no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-bottom: 1px solid #eee;
}

#nav li a {
	color: #444;
}

#nav li a img {
	border: 0;
}

#nav li a:hover {
	color: #555;
}

#nav #under_nav {
	float: left;
	width: 192px;
	height: 270px;
	background: #fff url(images/under_nav.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#footer {
	background: #444;
	float: left;
	width: 800px;
	padding: 5px;
	text-align: center;
}

#footer a {
	color: #fff;
}

#footer p {
	text-align: center;
}