body{
	background-color: #360707;
	background-image: url('images/pg-bg.gif');
	background-repeat: repeat-x;

	margin: 0 auto;
	padding: 0;
}

.background_div{
	width: 1000px;
	height: 985px;
	position: absolute;
	z-index: 0;

	left: 50%;
	margin-left: -500px;

	padding-left: 5px;
	padding-top: 10px;
	background-repeat: repeat-x;
				
	}

.content_div{
	width: 900px;
	height: 900px;
	position: absolute;

	left: 50%;
	margin-left: -450px;

	z-index: 1;

	margin-top: 20px;
	
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-color: #6d0019;

	border: solid 2px #ff0000;

	}

.header_img{
	position: absolute;
	z-index: 2;

	left: 50%;
	margin-left: -430px;

	margin-top: 5px;
	}

.navlinks{ 
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	color: white;
	}

.body_p{
	color: #d88646;
	font-family: times, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 500;
	}

.conlinks{
	color: #d88646;
	text-decoration: underline;
	}

.attn{
	color: #FFCC99;
	font-weight: 600;
	}

a{
	color: white;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}



