/* CSS Document */
body{
	background:#FFFFFF url(images/bg_header.jpg) repeat-x;
	margin:0;
	padding:0;
	font-family: "Lucida Sans", Verdana, "Arial Black", sans-serif;
	font-size:14px;
}

h6{
	font-size:16px;
	color:#3D5C80;
	font-weight:bold;
	margin:0 0 10px 0;
}

p{ margin-top:8px; margin-bottom:8px; }

#container{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0 0 0;
}

#header{
	background:url(images/header_bg.png) no-repeat top;
	color:#DFEBF7;
	font-size:48px;
	font-weight:bold;
	height:120px;
}
#header1{
	margin:0;
	padding:20px 0px;
}
.header1{
	color:#DFEBF7;
	font-size:48px;
	font-weight:bold;
	letter-spacing: -4px;
	line-height:46px;
}
.header2{
	color:#99CCCC;
	font-size:48px;
	font-weight:bold;
	letter-spacing: -4px;
	line-height:46px;
}
.header3{
	color:#333366;
	font-size:14px;
	font-weight:bold;
	letter-spacing: -1px;
	line-height:14px;
}

#vid{
	width:499px;
}

.video-top{
	background:url(images/video_top.png) no-repeat;
	color:#ffffff;
	font-size:18px;
	padding:10px 0 1px 20px;
	height:30px;
}
.video-left{
	background:url(images/video_left.png) repeat-y;
	width:8px;
}
.video-right{
	background:url(images/video_right.png) repeat-y right;
	width:11px;
}
.video-copy{
	background-color:#FFFFFF;
	padding:20px;
}
.video-bottom{
	background:url(images/video_bottom.png) no-repeat;
	height:20px;
}

#optin{
	width:231px;
	float:right;
}
.optin-top{
	background:url(images/optin_top.png) no-repeat;
	color:#ffffff;
	font-size:18px;
	padding:10px 0 1px 15px;
	height:30px;
}
.optin-left{
	background:url(images/optin_left.png) repeat-y;
	width:7px;
}
.optin-right{
	background:url(images/optin_right.png) repeat-y right;
	width:9px;
}
.optin-copy{
	background-color:#ffffff;
	padding:10px 15px;
	margin:0px;
}
.optin-bottom{
	background:url(images/optin_bottom.png) no-repeat #FFFFFF;
	height:20px;
}
.optin-button{
	padding:3px;
	background-color:#336699;
}
.spam{
	font-size:11px;
	color:#555555;
	text-align:center;
}

.footer{
	font-size:11px;
	color:#555555;
	text-align:center;
}
.footer p{
	padding:10px;
}


