body {
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #333;
	}

/*PAGE LAYOUT STYLING*/
	
/*Container DIV, centers, provides black border*/
#parent {
	color: #000;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 5px;
	width: 760px;
	margin-left: -378px; /* half of width */
	/*border: 1px solid red;*/
	}
	
/*Container DIV centered within parent DIV*/
#child {
	margin: 2px;
	color: #fff;
	background: url('../../img/blue.gif');
	width: 755px;
	}

/*Houses header graphic*/
#header {
	margin: 0px;
	width: 755px;
	height: 70px;
	}
	
/*Houses navigation DIV and splash DIV*/
#mid {
	margin: 0px;
	width: 755px;
	height: 247px;
	}
	
/*Houses navigation menu*/
#navigation {
	margin: 0px;
	float: left;
	width: 170px;
	color: #000;
	}
	
/*Houses splash graphic*/
#splash {
	margin: 0px;
	float: left;
	width: 585px;
	color: #000;
	background-color: #000;
	}


/*Divider between mid and bottom DIVs*/
#divider {
	margin: 0px;
	width: 100%;
	height: 2px;
	background-color: #000;
	color: #fff;
	}
	
/*Bottom DIV*/
#bottom {
	margin: 15px;
	width: 755px;
	height: 220px;
	padding: 0px;
	}
	
#content1outer {
	float: left;
	width: 241px;
	height: 196px;
	margin: 1px;
	}
	
#content1inner {
	background-image: url('../../img/greybox.gif');
	width: 211px;
	height: 166px;
	margin: 15px;
	}
	
#content1text {
	margin: 0px;
	padding: 10px;
	color: #000;
	}
	
#content2outer {
	float: left;
	width: 241px;
	height: 196px;
	margin: 1px;
	}
	
#content2inner {
	background-image: url('../../img/greybox.gif');
	width: 211px;
	height: 166px;
	margin: 15px;
	}
	
#content2text {
	margin: 0px;
	padding: 10px;
	color: #000;
	}
	
#content3outer {
	float: left;
	width: 241px;
	height: 196px;
	margin: 1px;
	}
	
#content3inner {
	background-image: url('../../img/greybox.gif');
	width: 211px;
	height: 166px;
	margin: 15px;
	}
	
#content3text {
	margin: 0px;
	padding: 10px;
	color: #000;
	}
	
	
	
/*TEXTUAL AND CONTENT STYLING*/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	color: #999;
	background-color: #000;
	}
	
a.copyright {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	}
	
a.copyright:hover {
	text-decoration: none;
	color: #999;
	background-color: transparent;
	}
	

