body {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: url("/beavercreekextreme/BcExBase/wrap/theme0/images/back.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #00000C;
}
img {
	border: none;
}

#containerSub {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 725px;
}
#boxSubBack {
	position: absolute;
	top: 22px;
	right: 6px;	
	width: 66px;
	height: 66px;
	overflow: hidden;
}
#boxSubContent {
	position: absolute;
	top: 150px;
	left: 30px;	
	width: 230px;
	height: 345px;
	overflow: auto;
}
.txtSubContent {
	color: #cccccc;
	font-size: 12px;
	line-height: 19px;
}
/*use this id to remove top margin on first p tag in firefox*/	
.txtSubContent p:first-child {margin-top:0;}

#boxSubPhotos {
	position: absolute;
	top: 150px;
	right: 35px;	
	width: 640px;
	height: 270px;
}


#boxFooter {
	margin: 0 auto;
	width: 250px;
	text-align: center;
	font-size: 10px;
	color: #333333;
}
#boxFooter A:link {
	text-decoration: none;
	color: #666666;
}
#boxFooter A:visited {
	text-decoration: none;
	color: #666666;
}
#boxFooter A:hover {
	text-decoration: underline;
	color: #666666;
}
#boxFooter A:active {
	text-decoration: underline;
	color: #666666
}