@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:0.75em;
	color:#FFFFFF;
	text-align:center;
	background:url(../images/BodyBg.gif) repeat-x left top;
} html>body {font-size:0.75em;}

#logo {
	width:800px;
	height:98px;
	z-index:4;
	position:relative;
	top:0px;
	left:0px;
}

#containerHome {
	width:800px;
	height:auto;
	margin:0 auto;
	position:relative;	
}

#Header
{	
	float:left;
	margin:0px 0px 0px 200px;
	width:100%;
	line-height:90%;
	background:#6c8100 none;
	width:400px;
	position:relative;
}


#Header ul {
	list-style:none;
	padding:0;
	margin:0px;
}

#Header li{
	float:left;
	padding:0;
	margin:0px;
	border-right:solid #000000 1px;
	border-left:solid #585a4e 1px;
    }

#Header a {
	float:left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}/* Commented Backslash Hack hides rule from IE5-Mac \*/
#Header a {float:none;}
/* End IE5-Mac hack */
    
#Header a:hover {
	color:#000000;
}


#contents	{
	top:5px;
	width:440px;
	height:auto;
	position:relative;
	background-color:#000000;
	padding: 0px 0px 0px 5px ;
	float:left;	
}

#buttons	{
	top:5px;
	width:210px;
	height:auto;
	position:relative;
	background-color:#000000;
	padding: 0px 0px 0px 5px ;
	float:left;	
}

#advert	{
	top:5px;
	width:120px;
	height:auto;
	position:relative;
	background-color:#000000;
	padding: 0px 0px 0px 5px ;
	float:right;	
}


#Footer
{	
	width:800px;
	top:10px;
	text-align:left;
	font-size:80%;
	margin:0 auto;
	padding:15px 0px 15px 0px;
	color:#819324;
	border-top:solid 1px #819324;
	position:relative;
	clear:both;	
}

#RightFooterLink
{
	float:right;
	text-align:right;
	margin:0px;
	padding:0px;
} html>body #RightFooterLink{margin:0px;}

#Footer p{padding:0px; margin:0px;}

#FooterLinks
{
	padding:0px;
	margin:0px;
}
