@charset "utf-8";
/* CSS Document */

body{
	background: #C6C584 url(images/big.jpg) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E3F8AD;
}
h2 {
	color:#FCFF00;
}

img{
	border: none;
}

a{
	color:#FCFF00;
	text-decoration: none;
}

a:hover{
	color:#ff0000;
}

#site{
	width: 980px;
	margin: auto;
	padding: 0px;
	background:#354312;
}

#header{
	background: url(images/header.jpg) no-repeat;
	height: 250px;	
}

#header h1 { 
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:36px;
  letter-spacing : 5px;
  margin : 0 0px 0 590px;
  padding : 50px 0px 0px 100px;
  background : transparent;
  color : #fff;
} 

#left{
	float:left;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	background:url(images/topbg.gif) repeat-x top;
}

#left ul{
	padding: 0px;
	margin: 0px;
}

#left ul li{
	list-style: none;
	background: url(images/menu.gif) no-repeat center;
	width: 148px;
	height: 25px;
	text-align:center;
	padding: 5px 0 0 0;
	text-align:right;
}

#left ul li a{
	color:#fff;

}

#left ul li a:hover{
	color: #ff0000;
}

#right{
	float:right;
	width: 760px;
	padding-left: 10px;
	padding-right: 10px;
	background:url(images/topbg.gif) repeat-x top;
}

#right ul li{
	list-style:url(images/list.gif);
}

#footer{
	text-align:center;
	width: 400px;
	border-top: 4px solid #FCFF00;
	color:#fff;
	clear:both;	
	margin:auto;
	padding: 10px 0 0 0; 
}