@charset "utf-8";
/* CSS Document */

body{
	margin: 0 auto;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #bd6571 url(images/bg.gif) repeat-y center;
}

img{
	border:none;
}

a{
	color: #bd6571;
}

a:hover{
	color:#000000;
}

#site{
	width:880px;
	margin:auto;
}

#header{
	width: 880px;
	height: 200px;
	background: url(images/header.jpg) no-repeat center;
}

#header h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:50px;
	letter-spacing: 5px;
	margin: 0 0px 0 35px;
	padding: 20px 0px 0px 50px;
	background: transparent;
	color: #FFFFFF;
}

#left{
	float:left;
	width: 130px;
	padding: 10px;
}

#center{
	float:left;
	width: 710px;
	padding: 10px;
}

#right{
	float:right;
	width: 130px;
	padding: 10px;
}

#left ul{
	margin:0px;
	padding: 0px;
	list-style:none;
	text-align:center;
}
#left li{
	display: block;
	height: 28px;
}

#center ul {
	list-style:url(images/list.gif);
	padding-top: 5px;
	padding-bottom: 5px;
} 

h2{
	color: #bd6571;
}

#footer{
	padding: 10px 0 0 0;
	clear: both;
	text-align:center;
	background:url(images/footer.gif) repeat-x;
}