html
{
	background: #265ca7  url(images/bg.png) 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: 844px;
}


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

#header p {
	display:none;
}

h1 {
	padding:0px;
	margin: 0px;
	font-family: arial, sens-sarif;
	color: #870b0b
}

#text {
	width: 844px;
	padding: 0px;
	margin-top: -55px;
	margin-bottom: -110px;
	font-size: 22px;
	color: #0b6e87;
	font-family: arial, sens-sarif;
}

#nav li {
	display: none;
}


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

#footer { 
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat bottom center ;
	height: 281px;
}

#footer p {
	display: none;
}
