body {
	background-color:#242e24;
	font: normal 12px/15px arial,verdana,tahoma,sans-serif;
	color:#fff;	
	margin: 0;
	padding: 0;
}

#container 
{
	width: 750px;
	margin: auto;
}

#header {
	height: 154px;
	background: transparent url(../images/header.jpg) no-repeat left top;
	padding: 30px 20px;
}

.header {display: none;}

#content {background: #6f8465 url(../images/content-bg.gif) no-repeat left top; padding: 1px 0;}

#page 
{
	padding: 10px;
}

#left-nav
{	
	vertical-align: top;
	color:#d8fe58;
}

.active
{
	background-color: #fff;
	display: inline;
	margin-right: 8px;
	font-size: 10px;
	color: #000
}

#nav
{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	background: #242e24;
	text-align: center;
	color: #d8fe58;
	font-weight:bold;
}

#nav a 
{
	margin-right: 8px;
	font-size: 10px;	
}

#subNav a 
{
	margin-right: 8px;
	font-size: 10px;
}

#nav a:link, #nav a:visited 
{
	color: #d8fe58;
	text-decoration: none;
}

#nav a:hover, #nav a:active
{
	color: #d8fe58;
	text-decoration: underline;
}
#nav li
{
	display: inline;
	padding-left: 4px;
	color: #fff;	
}

#subNav
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/topnav2.gif) repeat-x left top;
	height: 17px;	
	padding-top: 2px;
	padding-left: 4px;
}

#subNav a:link, #subNav a:visited 
{
	color: #d8fe58;
	text-decoration: none;
}

#subNav a:hover
{
	color: #d8fe58;
	text-decoration: underline;
}

#subNav a:active
{
	color: #d8fe58;
	text-decoration: underline;
}

#subNav li
{
	display: inline;
	padding-left: 4px;
	color: #fff;	
}

.Menu {
	font-family: verdana, tahoma, arial;
	font-size: 12px;				
	
}

.MenuBig {
	font-family: verdana, tahoma, arial;
	font-size: 16px;				
	
}

.Header {
	font-family: verdana, tahoma, arial;
	font-size: 18px;
	font-weight: bold;
	color: #008FEE;				
}

#footer 
{
	background-color: #617358;
	height: 60px;
	margin: 10px 0;	
}