/* CSS Document */

body {
	margin: 0;
	font: normal 12px verdana, sans-serif;
	color: #fff;
	background: #9b9b9b url(images/bg.jpg) repeat-x;
	text-align: left;
	margin-left: 15px;
}

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

a:hover {
	color: #D52120;
}

p {
	line-height: 100%;
	text-align: justify;
	margin: 3px 5px 3px 3px;
}

a img {
	border: 0;
}

h1 {
	color: #fff;
	font-family: 'century gothic', sans-serif;
	font-size: 1.8em;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	letter-spacing: -1px;
}

#main_container {
	width: 800px;
}

#banner {
	margin: 0 auto 0 auto;
	width: 508px;
	height:304px;
	background: #fff url(images/banner.jpg) no-repeat;
	margin-top: 10px;
}

#navcontainer {
	list-style-type: none;
	margin: 70px 0 0 0;
	padding: 6px;
}

#nav {
	padding: 0;
	margin-left: 0;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#nav li {
	display: block;
	list-style:;
}

#nav a {
	background: #000 url(images/li.jpg) no-repeat;
	letter-spacing: -1px;
	display: block;
	color: #fff;
	width: 190px;
	height: 35px;
	text-decoration: none; 
	margin: 0 1px 3px 0;
	padding: 5px 0 0 20px;
	font-family: 'century gothic', sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	border: 2px solid #fff;
}

#nav a:hover {
	background: #000 url(images/li_hover.jpg) no-repeat;
}

#help {
	width: 115px;
	height: 35px;
	background: #fff url(images/get_help.gif) no-repeat;
	margin: 3px;
}

#content {
	float: right;
	width: 500px;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
}

#content h1 {

}

#content p {
	color: #fff;
	font-family: arial, serif;
	margin: 0 0 15px 0;
	padding: 0 5px 0 5px;
}

#content .box {
	float: left;
	background: #fff url(images/content_bg.jpg) no-repeat;
	width: 500px;
	height: 125px;
	text-align: left;
	margin: 5px 0 5px 0;
	border: 3px solid #e33636;
}

#content .box h1 {
	color: #fff;
}

#content .box p {
	color: #430000;
	text-align: left;
	margin: 0;
	padding: 0;
}

#left_content {
	float: left;
	background: #fff url(images/logo.jpg) no-repeat;
	width: 230px;

}

#left_content h1 {
	color: #000;
	padding: 0 0 0 5px;
}

#left_content p {
	width: 200px;
	color: #555;
	padding: 10px;
	margin: 5px 5px 5px 0;
}

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

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

#footer {
	color: #9ea594;
	width: 100%;
	padding: 5px;;
}

#footer a {
	color: #9ea594;
}

#footer p {
	text-align: center;
}