body
{
	margin: 0;
	background: #7a1215;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 10px 0;
}

h1
{
	text-transform:uppercase;
	font-size:36px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#page_container
{
	width: 902px;
	margin: 0 auto;
}

#header
{
	width: 902px;
	height: 137px;
	background: url(images/header.jpg);
}

#pre_left
{
	float: left;
	width: 451px;
	height: 271px;
	background: url(images/left.jpg);
}

#pre_right
{
	float: left;
	width: 451px;
	height: 271px;
	background: url(images/right.jpg);
}

#content_container
{
	background: url(images/content-background.jpg) repeat-y;
	padding-bottom: 15px;
}

#content
{
	background: url(images/content-bg.jpg) repeat-y;
}

#contentbottom
{
	width: 902px;
	height: 19px;
	background: url(images/content-bottom.jpg) no-repeat top center;
}

#footer
{
	background: #ffffff;
	padding:5px;
	width: 850px;
	margin: 0 auto;
}

#c_left_holder
{
	float: left;
	width: 410px;
	padding-left: 20px;
}

#c_right_holder
{
	float: left;
	width: 410px;
	padding-left: 41px;
}

#content_left
{
	width: 390px;
	padding: 10px;
}

#content_right
{
	width: 390px;
	padding: 10px;
}

#footerbottom
{
	width: 860px;
	height: 12px;
	overflow: hidden;
	margin: 0 auto;
	
	background: url(images/footer-bottom.jpg) no-repeat top center;
}

#headertable
{
	width: 860px;
	height: 71px;
	margin: 0 auto;
}

#headertable .right
{
	width: 180px;
}

#headertable .topleft
{
	width: 680px;
	height: 41px;
}

#headertable .bottomleft
{
	width: 680px;
	height: 30px;
}

#headerholder
{
	padding-top: 52px;
}

#copyright
{
	padding: 10px;
	text-align: center;
	color: #ffffff;
	font-size: xx-small;
}