body {
	margin: 0px;
	background-color: #d0c68e;
	background-image: url(http://www.patboone.com/images/background.gif);
	background-position: center top;
	background-repeat: repeat-y;
	
}

.textlarge {
	font-size: 13px;
}

.textblue11px {
	font-size: 11px;
	color: #000033;
	font-weight: bold;
}

.textred11px {
	font-size: 11px;
	color: #660000;
	font-weight: bold;
}


/*****************************
* MAIN DIVS
*****************************/
	  

#contentcenter {
	width:765px;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

#header_gallery {
	width: 765px;
	height: 265px;
	background: url(http://www.patboone.com/images/header.jpg) no-repeat 0px 0px;
	float: left;
}
	
#maincontent {
	width: 765px;
	height: auto;
	text-align: left;
	padding-bottom: 15px;
	float: left;
}


	.headerstrip {
		width: 100%;
		height: 34px;
		background: url(http://www.patboone.com/images/headerstrip.gif) repeat-x 0px 0px;
	}


#footer_gallery {
	width: 765px;
	height: 170px;
	background: url(http://www.patboone.com/images/footer.jpg) no-repeat 0px 0px;
	clear: both;
}

.copyright_gallery {
	width: 765px;
	height: 45px;
	text-align: center;
	padding: 10px 0px 7px 0px;
	color: #999999;
	font-size: 10px;
}
		

