body{
	margin:0;
	padding:0;
	font:11px trebuchet ms, "Lucida Sans", Arial, sans-serif;
	color:#000000;
	background:#ffffff;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x; 
	background-position: top;
}

li{
	padding:2em;
	list-style-type:disc;
}

a{
	color:#5C3345;
	text-decoration:none;
	font-weight: none;
	font-style: italic;
	font-family: georgia;
}

a:hover{
	color:#815166;
	font-weight: none;
	font-style: italic;
	text-decoration:none;
}

#container{
	width:900px;
	margin:0 auto;
}

#header{
	background:url(images/top.jpg) no-repeat;
	height:310px;
	align:center;
}

.ad { 	height: 100px;
}

.foot{
	clear: left;
	width: 100%;
	background: #0F0F0F;
	color: #000000;
	text-align: center;
	padding: 15px 0;
	margin-top: 10px;
}

.foot a{
	color: #770411;
}

.foot a:hover{
	color: #ffffff;
}



