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

body{
	background: #7191ce url(images/big.jpg) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img{
	border: none;
}

a{
	color:#FFFFFF;
	text-decoration: none;
}

a:hover{
	color:#666666;
}

#site{
	width: 980px;
	margin: auto;
	padding: 0px;
}

#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 35px;
  padding : 50px 0px 0px 0px;
  background : transparent;
  color : #ffffff;
} 

#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;
}

#left ul li a{
	color:#000000;

}

#left ul li a:hover{
	color: #5d70e3;
}

#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 #FFFFFF;
	color:#FFFFFF;
	clear:both;	
	margin:auto;
	padding: 10px 0 0 0; 
}