/* CSS Document */


html, body {
	padding: 0;
	margin: 0;
 	
    }

#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	padding:0px;
	text-align:left;
		}
		
#contentheader {
	height: 86px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#topnav {
	height: 33px;
	background-color: #333333;
	width: 750px;	
		}
		
#photo {
	background-color: #EFEFEF;
		}

#contentleft {
	width:181px;
	padding:0px;
	float:left;
	height: 125px;
	}
	
	#contentlefthome {
	width:231px;
	padding:0px;
	float:left;
	}

#contentcenter {
	width:423px;
	padding:0px;
	float:left;
	background-color: #DEEAF4;
		}
		
		#contentcenterhome {
	width:750px;
	padding:0px;
	float:left;
	background-color: #DEEAF4;
	padding-top: 15px;
		}
		
    #contentright {
	width:146px;
	padding:0px;
	float:left;
		}
	
	
	  #contentrighthome {
	width:144px;
	padding:0px;
	float:left;
		}
	
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
#footer {
	clear: both;
	margin-top: 15px;
	padding-top: 0px;
	background-color: #D8E8E5;
	height: 40px;
	width: 750px;
}


#footernew {
	height: 33px;
	width: 750px;
}
