/*
---------------------------
Green Acres - template C3: one medium image, small amount of text
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 14 aug 2008
---------------------------
*/

#splash {
	width: 570px;
	height: 417px;
	position: absolute;
	top: 0;
	right: 0;
}

#splashImg {
	background: #C9C3AD; 
	width: 570px;
	height: 417px;
	position: relative;
	z-index: 50;
}

#usercontent {
	position: relative;
	z-index: 500;
}

#theContent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
	padding: 0;
	width: 570px;
	height: 417px;
	color: #2A2828;
	font-size: 12px;
}

#theContent .padMe {
	padding: 0 12px 12px 12px;
	width: 300px;
	float: right;
	height: 362px;
	background: #E8E6DC;
	overflow: auto;
	font-size: 13px;
	line-height: 1.7em;
}

#usercontent #theContent .padMe h4 {
	margin: 12px 0;
}

#usercontent #theContent .padMe p {
	/* margin-bottom: 0; */
	padding: 0;
}

#usercontent #theContent .padMe p + p {
	/* text-indent: 1.5em;
	margin-top: 0; */
}

#theContent h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0;
	line-height: 43px;
	height: 43px;
	padding: 0 17px;
	width: 536px;
	background: transparent url(/css/img/sub_h3_bck.gif) no-repeat 0 0;
	overflow: hidden;
}

#pgImg {
	width: 246px;
	height: 374px;
	position: absolute;
	top: 43px;
	left: 0px;
	z-index: 600;
	background: url(/files/random.php?dir=web_images/camp&resize=crop&w=246&h=374) no-repeat center top; 
}

#pgImgOverlay {
	display: none;
	/* width: 216px;
	height: 316px;
	position: absolute;
	top: 56px;
	left: 12px;
	z-index: 700;
	background: url(/css/img/rounded_overlay_216_316.png) no-repeat 0 0;
	*/
}

#edgesOverlay {
	display: none;
	/*
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 570px;
	height: 417px;
	background: transparent url(/css/img/rounded_edges.png) no-repeat 0 0;
	*/
}





