/* CSS Document */
body{
	background-color: #000;
	margin:0px;
}

a, a:active, a:active{
	color:#FFCC00;
	}

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

#content{
	margin-left: auto;
	margin-right: auto;
	width:662px;
	background-color:#990000;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
}
#content li, #content ul{
	text-indent: 0px;
	padding:0px;
	margin:0px;
}
	.headline, a.headline{
	font-size:22px;
	text-align:center;
	font-variant: normal;
	text-transform: uppercase;
	color: #fff;
	}
	.gallery, .gallery li{
		text-align:center;
		list-style: none;
		display: inline;
	}
	.thumb{
		padding: 10px;
		border:1px solid #ccccc0;
	}
#footer{
	clear: both;
	float: none;
	height: 150px;
	width: 682px;
	background: #990000 url(images/footer.jpg) no-repeat center bottom;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	.foot_text {
		display: none;
	
	}

	.foot li, .foot ul, .foot{
	display: inline;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	color: #FFCC00;
	font-weight: bold;
	font-size: 13px;
	list-style: square inside;
	}
	#footer li{
	padding: 5px;
	line-height: 18px;
	}
	.first_element {
	}