/*---------------------
Home Layout
---------------------*/

#header {
	height: 137px;
	background: url(../images/piedmont_logo.gif) top center no-repeat;
}

#intro {
	height: 270px;
	background-color: #fff;
}

#videoplayer {
	height: 210px;
	width: 255px;
	margin-bottom: 10px;
}

#content {
	background: url(../images/home_bg.gif) top left repeat-y;
}

#left {
	float: left;
	width: 330px;
	padding: 20px;
}

#right {
	margin-left: 370px;
	padding: 15px;
}
