#pagewrapper {
	width: 660px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#pagewrapper #main {
	padding: 4px;
	float: left;
	width: 660px;
	border: 1px solid #ebebeb;
	position: relative;
}
#pagewrapper #main #main2 {
	background-color: #f7f7f7;
	float: left;
	width: 660px;
	position: relative;
	padding-bottom: 20px;
	min-height: 468px;
}
#pagewrapper #main #main2 #header {
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	width: 660px;
	position: relative;
}
#pagewrapper #main #main2 #header h1 {
	margin: 0px;
	padding: 0px;
}
#pagewrapper #main #main2 #header a {
	text-indent: -999em;
	display: block;
	height: 90px;
	width: 350px;
}
#pagewrapper #main #video {
	float: left;
	width: 660px;
	position: relative;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
#pagewrapper #main #footer {
	background-image: url(../images/footer2.gif);
	background-repeat: no-repeat;
	float: left;
	height: 59px;
	width: 660px;
	position: relative;
}