#content_body {
	width: 800px;
}

#main_logo {
	position: absolute;
	top: 14px;
	left: 12px;
}
#header_link1 {
	position: absolute;
	top: 67px;
	left: 650px;
}
/* Absolutely position our main Faded Rules */
#rule1 {
	position: absolute;
	top: 96px;
	left: 0px;
}
#rule2 {
	position: absolute;
	top: 188px;
	left: 0px;
}
#rule3 {
	position: absolute;
	top: 209px;
	left: 0px;
}
#rule4 {
	position: absolute;
	top: 230px;
	left: 0px;
}
/* Position the table of photos */
#header_photo {
	position:absolute;
	top: 102px;
	left: 19px;
}
/* Position the main header links */
#main_link1 {
	position: absolute;
	left: 21px;
	top: 190px;
}
#main_link2 {
	position: absolute;
	left: 210px;
	top: 190px;
}
#main_link3 {
	position: absolute;
	left: 389px;
	top: 190px;
}
#main_link4 {
	position: absolute;
	left: 535px;
	top: 190px;
}
#main_link5 {
	position: absolute;
	left: 648px;
	top: 190px;
}
/* Position the sub header links */
#sub_link1 {
	position: absolute;
	left: 21px;
	top: 211px;
}
#sub_link2 {
	position: absolute;
	left: 114px;
	top: 211px;
}
#sub_link3 {
	position: absolute;
	left: 229px;
	top: 211px;
}
#sub_link4 {
	position: absolute;
	left: 357px;
	top: 211px;
}
#sub_link5 {
	position: absolute;
	left: 521px;
	top: 211px;
}
#sub_link6 {
	position: absolute;
	left: 556px;
	top: 211px;
}
#sub_link7 {
	position: absolute;
	left: 665px;
	top: 211px;
}

#BodyCopy {
	/*background-color: white;*/
	position: absolute;
	left: 0px;
	top: 258px;
}

/* Main body content -- editable region */
#content {
	/*background-color: blue;*/
	width: 756px;
	margin: 0 0 0 21px;
}

	#contentHolder {
		/*background-color: green;*/
		width: 756px;
		padding: 0px;
	}
	
		#contentLeftNarrow {
			float: left;
			width: 212px;
		}
		
		#contentLeftRegular {
			/*background-color: red;*/
			float: left;
			width: 313px;
		}
		
		#contentLeftWide {
			float: left;
			width: 420px;
		}
		
		#contentMain {
			/*background-color: gray;*/
			float: left;
			padding: 0px;
			padding-left: 35px;
		}
		
		#contentRightRegular {
			/*background-color: red;*/
			float: right;
			text-align: right;
			margin-left: 35px
		}

#footer_submit {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
}

#submit_button {
	margin: 7px 23px -4px 0;
}

DIV.content {
	/* Mimic the #content div within a class. Can use this after the footer */
	width: 756px;
	margin: 25px 0 0 21px;
}

#answersScroller {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 8pt;
	width: 509px;
	height: 352px;
	margin: 15px 0 0 0;
	padding: 16px;
}

#answersHolder {
	background-color: #000000;
	padding: 0;
	margin: 0;
}
