* {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 12px;
}

body {
	background: #9CB19E;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 824px;
	height: 55px;
	background: #2D674C;
	margin: 0 auto;
	border-bottom: 6px solid #FFCC33;
	position: relative;
}

#header h1 {
	color: #FFF;
	font-size: 16px;
	position: absolute;
	top: 18px;
	left: 40px;
}

#content {
	width: 744px;
	margin: 0 auto;
	padding: 20px 40px;
	background: #FFF;
	font-size: 12px;
}

#content h1 {
	text-align: center;
	font-size: 24px;
}

#left {
	width: 388px;
	float: left;
	margin-top: 15px;
}

#videoContainer {
	width: 375px;
	margin-bottom: 12px;
}

#right {
	margin-top: 15px;
	width: 334px;
	float: right;
	background: #F2F2F2 url(../img/table_bg.gif) repeat-y top center;
}

#pdf {
	padding: 0 145px 0 15px;
	background: url(../img/icon_pdf.gif) no-repeat 185px top;
	line-height: 22px;
}

#form {
	width: 311px;
	margin: 15px auto;
	background: #FFFFCC;
}

.formLabel {
	font-size: 18px;
	padding: 12px 0;
}

#form input.text {
	font-size: 18px;
	border: 1px solid #999;
}

#button {
	width: 311px;
	margin: 0 auto;
}

input.button {
	width: 311px;
	height: 41px;
	border: 0;
	background: url(../img/button_submit.gif) no-repeat top left;
	cursor: pointer;
}

p.privacy {
	font-size: 9px;
	text-align: center;
	padding: 10px 0 0 0;
}

#footer {
	width: 824px;
	margin: 0 auto;
	padding-bottom: 20px;
}