/* CSS Document */
*{
margin:0px;
padding:0px;
}
img{border:0px;}
html{
width:100%;
height:100%;
background-color:#ffffff;
}
body{
width:100%;
height:100%;
}
#site{
width:980px;
margin:5px auto auto 5px;
background-image:url(images/Logo.jpg);
background-position:top left;
background-repeat:no-repeat;
overflow:hidden;
}
#header{
padding:210px 0 0 20px;

}
#buttons
{
  width: 980px;
  height: 44px;
  background: url(images/menu1.jpg) no-repeat;
}

#buttons ul {
  float:left;
	padding-left: 1px;
  margin: 0px;     
}

#buttons li {
	display: inline;		
}

#buttons a {
	display: block;
	float: left;
	width: 118px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	padding-top: 14px;
	margin-right: 2px;
}

#buttons a:hover {
	color:#ffffff;
	background:url(images/munegover.jpg);
}
#navigation a:hover{
color: #E00030;
}
a:link {
color: #006020; 
text-decoration:none;
}
a:visited {
color: #006020; 
text-decoration:none;
}
#content{
width:700px;
margin:35px 0 0 150px;
font-family:Arial;
font-size:14px;
text-align: justify;
// border:solid 1px;
color: #004000;
float: left;
}
#footer{
position:relative;
bottom:0px;
left:0px;
height:22px;
color:#46400B;
padding:0px 0 0 0px;
}
#navigation{
position:relative;
bottom:0px;
left:0px;
height:22px;
color:#006020;
padding:0px 0 0 0px;
}
#navigation li{
display: inline;
list-style-type: none;

}
