/**
 * Style Sheet for pinewoodsresort.com
 *
 * Contains styling information specific to the pinewoodsresort.com home template.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Pinewoods Resort, All Rights Reserved
 */


#content {
	background:url('images-layout/content-home-bg.jpg') no-repeat left bottom #fff;
}

#columnWrapper {
	width:960px;
	background:url('images-layout/column-wrapper-home-bg.gif') repeat-y left top;
}
#columnWrapper #section1{
	margin: 0 30px;
}

#flashContent { /*
	position: relative;
	top: 15px;
	left: 30px;
	height: 195px;
	width: 899px;
	margin-bottom:12px; */
}

#homeBlobContainer {
	position: relative;
	height:202px;
	width:925px;
	margin: 25px 0 0 17px;
}

p {
	margin: 15px 0 0 0;
}
.homeVideo {
	background:url("images-layout/home-banner-bg.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:265px;
	left:31px;
	padding:5px;
	position:relative;
	top:15px;
	width:884px;
	}
	.homeVideo .videoContent .video {
		left:20px;
		position:absolute;
		top:20px;
		}
	.homeVideo .textContent {
		float:right;
		position:absolute;
		right:10px;
		width:400px;
		}
	.homeVideo .textContent h1{
		font-size:139%;
		font-weight:bold;
		padding-top:3px;
		}
	.homeVideo .textContent h2{
		
		}
	.homeVideo .textContent p {
		margin:8px 0;
		}
