body
{
	margin: 0;
	font-family: arial;
	font-size: 10pt;
	background: #388f98 url(images/bg.jpg) repeat-x;
}

p, h1, h2, h3, h4, h5, h6
{
	margin-top: 0px;
}

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

a:hover
{
	text-decoration: underline;
}

#page_container
{
	width: 900px;
	margin: 0 auto;
}

#header
{
	width: 900px;
	height: 96px;
	background: url(images/header_top.jpg) center no-repeat;
	color: #ffffff;
	text-align: right;
}

#nav_upper
{
	width: 900px;
	height: 64px;
	background: url(images/header_bottom.jpg) center no-repeat;
	text-align: center;
}

#content
{
	background: url(images/content_bg.jpg) repeat-y;
}

#nav_left
{
	width: 197px;
	padding: 15px 0;
	float: left;
}

#content_main
{
	width: 673px;
	float: left;
	padding: 15px;
}

#footer
{
	width: 900px;
	height: 28px;
	text-align: center;
	color: #000000;
	font-size: 9px;
	padding-top: 15px;
	background: url(images/content_bottom.jpg);
}

#footer a
{
	color: #ffffff;
}

#toptext
{
	padding-top: 18px;
}

#main_nav .title
{
	display: none;
}

#main_nav ul
{
	margin: 0;
	padding: 17px 0pt 0pt;
}

#main_nav ul li
{
	text-transform: uppercase;
	list-style-type: none;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

#main_nav ul li a
{
	font-size: 20px;
	color: #ffffff;
}

#sub_nav .title
{
	display: none;
}

#sub_nav ul
{
	margin: 0;
	padding: 0;
}

#sub_nav ul li
{
	text-transform: uppercase;
	list-style-type: none;
	border-bottom: 2px #ffffff solid;
	padding: 8px;
}

#sub_nav ul li a
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}

#sub_nav ul li a:hover
{
	color: #ffffff;
	background: #1e90a4;
	text-decoration: none;
}
