@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) repeat-x;
}

img{
	border:none;
}

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

a:hover{
	color:#990000;
}

#site{
	width:880px;
	margin:auto;
}

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

#header h1{
	font-family:Monotype Corsiva;
	font-size:50px;
	letter-spacing: 5px;
	margin: 0 0px 0 35px;
	padding: 60px 0px 0px 380px;
	background: transparent;
	color: #FF0000;
}

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

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

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

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	border-bottom: 1px solid #FF0000;
	text-align:center;
}


#footer{
	padding: 10px 0 0 0;
	clear: both;
	text-align:center;
}






