html
{
	background: url(images/bg.png) #320808 repeat-x;
	margin: 0;
	padding: 0;
}

body {
	background: url(images/content_bg.jpg) repeat-y center top;
	margin: 0 auto;
}


#content {
	margin: 0 auto;
	text-align: center;
	width: 835px;
}

#header {
	background: url(images/header.jpg) no-repeat top center;
	height: 307px;
	margin: 0 auto;
	clear: both;

}

#header p {
	display:none;
}

h1 {
	font-family: arial, sens-sarif;
	color: #0b6e87;
	padding-bottom:0px;
	margin-bottom:0px;

}

#text {
	margin-left: 18px;
	width: 800px;
	padding: 0px;
	margin-bottom: -110px;
	font-size: 22px;
	color: #c40404;
	font-family: arial, sens-sarif;
}

#nav li {
	display: none;
}


p {
	font-family: arial, sens-sarif;
}

#footer { 
	padding-top: 85px;
	clear: both;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat bottom center ;
	height: 189px;
}

#footer p {
	display: none;
}
