body {
	color: #333333;
	background-color: #CFCCC9;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#content  h2  {
	color: #5A6C90;
}
#content h1 {
	line-height:1;
	}
a:link {
	color: #5A6C90;
	text-decoration: none;
}
a:visited {
	color: #647785;
	text-decoration: underline;
}

a:hover {
	color: #185E53;
	text-decoration: underline;
}
a:active {
	color: #185E53;
	text-decoration: underline;
}
#footer p {
	text-align: center;
}
#wrapper {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	width: 701px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 701px;
}
#content {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
}
#content #videobox {
	height: 400px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/video-box.jpg);
	background-repeat: no-repeat;
	border: 10px solid #41577E;
	padding: 5px;
}
div.optin {
	background-image: url(images/optin-form.jpg);
	background-repeat: no-repeat;
	width: 482px;
	height: 325px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}
div.optin h2 {
	text-align: center;
	font-size: 30px;
}
div.Flex
{
float:none;
background-color:#FFFF99;
margin: 3px;
border: 2px solid;

}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 7px;
}
#content h4, p, ul, ol, dl, li, blockquote {
	text-align:left;
}
.highlight {
background-color:#FFFF00
}
.img_left {
	float: left;
	margin: 5px;
}
.img_right {
	float: right;
	margin: 5px;
}
.RedHeading {
	font-size: xx-large;
	font-weight: bold;
	color: #FF0000;
	}