html, body {
 	margin:0; 
	padding:0;
	text-align:center; 
	} 

/* start main page structure */
	
#outerwrapper {
	width:875px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;  
	} 
 
#header {
	position:relative;
	height:80px;
	background-color:#000000;
	width:100%;
	border:none;
	} 
 
#content {
	background-color: #000000;
	float: right;
	display:inline;
	position: relative;
	width:100%;
	border:none;
	}

#textcontent {
	border-top: 1px solid #ffffff;
	background-color: #000000;
	float: right;
	display:inline;
	position: relative;
	width:100%;
	}
	
#mainpicture {
	background-color:#ffffff;
	width:625px;
	height:385px;
	float:left;
	}

#mainpanel {
	background-color:#e7e7e7;
	width:625px;
	float:left;
	}	
	
#menupanel {
	background-color:#ffffff;
	background-image: url(menuimages/menuback.gif);
	width:250px;
	height:385px;
	float:right;
	}

#menupanel2 {
	background-color:#ffffff;
	background-image: url(menuimages/menuback.gif);
	width:250px;
	float:right;
	}

#pappform {
	position:absolute;
	top:352px;
	white-space:nowrap;
	}
 

#pappform2 {
	position:absolute;
	top:345px;
	margin:0px;
	margin-left:20px;
	white-space:nowrap;
	}

#pappform3 {
	position:absolute;
	top:345px;
	margin:0px;
	margin-left:70px;
	white-space:nowrap;
	}	
	
#lowerhead {
	background-color:#000000;
	color:#ffffff;
	width:250px;
	height:80px;
	float:left;
	}

#lowertext {
	background-color:#000000;
	color:#ffffff;
	width:625px;
	float:right;
	}

#lowercontent {
	background-color:#000000;
	color:#ffffff;
	width:875px;
	float:left;
	}	
	
#footer {
	height:160px;
	background-color:#000000;
	clear:both;
	border:none;
	} 

#footer2, #footer3 {
	height:160px;
	background-color:#000000;
	clear:both;
	border:none;
	border-top:1px solid #ffffff;
	margin-top:3px;
	} 
  
/* end main page structure */

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
 
.clearfix { 
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
