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

body{
	margin: 0 auto;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(images/bg.gif);
}

img{
	border:none;
}

a{
	color: #0000FF;
}

a:hover{
	color:#000000;
}

#site{
	width:980px;
	margin:auto;
	background:#FFFFFF;
}

#header{
	width: 980px;
	height: 290px;
	background: url(images/header.jpg) no-repeat center;
}

#left{
	float:left;
	width: 130px;
	padding: 10px;
}

#center{
	float:left;
	width: 660px;
	padding: 10px;
}

#right{
	float:right;
	width: 130px;
	padding: 10px;
}

#left ul, #right ul {
	margin:0px;
	padding: 0px;
	list-style:none;
}
#left li, #right li {
	display: block;
	height: 28px;
}

#center ul {
	list-style:url(images/list.gif);
	background: #c1c0ff;
	padding-top: 5px;
	padding-bottom: 5px;
} 

#header h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:50px;
	letter-spacing: 5px;
	margin: 0 0px 0 35px;
	padding: 10px 0px 0px 50px;
	background: transparent;
	color: #FFFFFF;
}

h2{
	color: #6261b3;
}

#footer{
	padding: 10px 0 0 0;
	clear: both;
	text-align:center;
	background:url(images/footer.gif) repeat-x;
}






