/*
---------------------------
Green Acres - template B: "Splash" styles
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: url(/files/random.php?dir=web_images/going_places&resize=crop&w=570&h=418) no-repeat center top; 
	width: 570px;
	height: 417px;
	position: relative;
	z-index: 50;
}

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

#mainbody #usercontent #theContent ul li {
	margin: 5px 0 5px 0px;
	padding: 0 0 0 11px;
	background: url(/css/img/bullet2.gif) no-repeat 0 0;
}

#theContent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
	padding: 0;
	width: 340px;
	height: 417px;
	color: #fff;
}

#theContent .padMe {
	padding: 0 17px;
	line-height: 1.5em;
}

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

#contentOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 350;
	background: transparent url(/css/img/content_bck.png) no-repeat 0 0;
	width: 340px;
	height: 417px;
}

#edgesOverlay {
	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; */
}





