body
{
	/*background: #941435;*/
	color: #000000;
	font-family: arial;
	font-size: 12px;
	/*background: url(images/page_bg.jpg)*/;
}

a
{
	text-decoration: none;
	color: #941435;
}

a:hover
{
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6
{
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
}

h4, h5, h6
{
	font-size: 10px;
	color: #941435;
}

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

#header
{
	margin-top: 15px;
	width: 954px;
	height: 207px;
	background: url(images/header.jpg) center no-repeat;
	position: relative;
	z-index: 0;
}

#blurb
{
	position: absolute;
	font-weight: bold;
	color: #000000;
	width: 405px;
	height: 75px;
	top: 50px;
	right: 0px;
	font-size: 14px;
	padding-right: 20px;
	padding-top: 20px;
}

#nav
{
	font-family: arial;
	font-weight: bold;
	position: absolute;
	width: 505px;
	height: 35px;
	top: 155px;
	right: 0px;
}

#content
{
	width: 914px;
	background: url(images/side_shadow.jpg) center repeat-y;
	padding: 20px;
}

#content_left
{
	width: 195px;
	border-right: 1px #941435 solid;
	float: left;
	padding: 15px 10px 10px;
	margin-top: -35px;
	position: relative;
	z-index: 1;
}

#content_right
{
	width: 630px;
	float: right;
	padding: 10px;
}

#copyright
{
	width: 954px;
	background: url(images/side_shadow.jpg) center repeat-y;
	height: 25px;
	padding-bottom: 10px;
}
#footer
{
	width: 954px;
	height: 37px;
	background: url(images/footer.jpg) center no-repeat;
}