@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	background: #ffffff url(../images/bg.jpg) repeat;
	margin: 0;
	padding: 0;
	color: #000000;
}
#container { 
	width: 100%;
	background: transparent url(../images/HeaderBar.gif) top left repeat-x;
}  
#header {
	display: block;
	height: 277px;
	width: 800px;
	background: transparent url(../images/Header-bg.gif) no-repeat; 
} 
#header h1 {
	font-family: Tahoma;
	font-size: 22px;
	color: #ffff00;
	padding: .8em 0;
	margin: 0;
}

#incontainer { 
	width: 100%;
}  
#inheader {
	display: block;
	height: 277px;
	width: 800px;
} 

#content	{
	margin: 0 20px 20px 20px;
	}

#footer {
	clear: both;
	display: block;
	width: 100%;
	height: 63px;
	margin: 30px 0;
	padding: 10px;
	background: transparent url(../images/HeaderBar.gif) top left repeat-x;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}
#footer span	{
	font-size: 12px;
	line-height: 2em;
	}
#footer a:link, #footer a:visited	{
	font-size: 12px;
	color: #ffff00;
	text-decoration: none;
	}
#footer a:hover	{
	text-decoration: underline;
	}
#footer .copy	{
	font-size: 10px;
	line-height: 2em;
	color: #396639;
	}
#footer .copy a:link, #footer .copy a:visited	{
	font-size: 10px;
	color: #396639;
	text-decoration: none;
	}