body {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#container {
	margin: auto;
	width: 1000px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#video-container {
	height: 362px;
	width: 100%;
	margin-top: 10px;
}
#video-box {
	height: 362px;
	width: 599px;
	float: left;
	background-color: #000;
}
#optin-form {
	float: right;
	width: 383px;
}
#optin-form h1 {
	margin-top: 0px;
	line-height: normal;
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
}
#video-list {
	width: 100%;
	margin-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
	padding-top: 15px;
}
#video-list a {
	color: #06C;
	font-weight: bold;
	text-decoration: none;
}
#menuheadingtext {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 15px;
}
#bullet {
	background-image: url(images/play.png);
	height: 15px;
	width: 15px;
}
#sitemap ul {
	display: block;
	list-style-type: none;
	margin: 0px;
}
#sitemap {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 11px;
}
#sitemap  a {
	text-decoration: none;
	color: #999;
}
#sitemap p {
	color: #999;
	margin: 0px;
	padding: 0px;
}
#sitemap li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
.red {
	color:#C00;
}