/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{margin: 0; padding : 0;}

/*Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 
{font-size: 100%;}

/* Removes list-style from lists */
ol, ul
{list-style:none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style:normal; font-weight: normal;}

/* Removes borders */
table
{border-collapse: collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
caption, th
{text-align: left;}

/* Removes quotation marks from q */
q:before, q:after
{content: '';}
 

html, body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	background-color: #000000;
	background-image:url(images/bg.jpg);
	background-position:top center;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	height: 100%;
}

p {
	padding-bottom:10px;
}

h1 {
	position:absolute;
	text-indent: -9999px;
}

h2 {
	position:absolute;
	text-indent: -9999px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:16px;
}

a:link {color:#FFFFFF;}
a:active {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
a:hover {color:#ffcc00;}

#container {
	min-height: 100%;
	_height: 100%;
	position:absolute;
	left: 50%;
	width: 940;
	margin-left: -470px;
}

#content {
	width: 940px;
	top: 110px;
	min-height: 100%;
	_height: 100%;
	position:relative;
}

#branding {
	width: 940px; 
	height: 63px;
	position:absolute;
	top: 20px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

#navigation {
	width: 572px; 
	height: 63px;
	position:absolute;
	left: 368px;
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

#video {
	width: 500px; 
	height: 405px;
	position:absolute;
	left: 0px;
	top: 0px;
	background-color:#000;
}

#content_right {
	width: 420px; 
	height: 350px;
	position:absolute;
	left: 520px;
}

#content_right_main {
	width: 420px;
	position:absolute;
	left: 0px;
}

#content_right_main p {
	font-size: 14px;
	line-height: 16px;
	padding-top: 50px;
}

#content_right_box {
	width: 455px; 
	position:relative;
	left: 0px;
	border:double #ffcc00 3px;
	background-color: #000000;
}

#content_right_box p {
	font-size: 11px;
	line-height: 16px;
	padding: 16px 14px 16px 14px;
}

#boxes {
	width: 940px; 
	height: 206px;
	position:relative;
	top: 430px;
	left: 0px;
	border-top: solid 1px #ffcc00;
}

#box {
	width: 301px; 
	height: 164px;
	position:absolute;
	top: 20px;
}

#corners {
	width: 158px; 
	height: 206px;
	position:absolute;
	z-index: 2;
	background-image:url(images/2020_corners.gif);
	left: 480px;
}

#footer {
	width: 940px; 
	height: 30px;
	position:relative;
	top: 425px;
	left: 0px;
	border-top: solid 1px #ffcc00;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	padding-top: 10px;
	color:#ff9900;
}

#footer_right {
	width: 940px; 
	height: 30px;
	position:relative;
	top: 395px;
	left: 0px;
	text-align:right;
}

#footer_right p {
	font-size: 10px;
	line-height: 12px;
	padding-top: 10px;
	color:#ff9900;
}

a.footer:link {color:#ff9900;}
a.footer:active {color:#ff9900;}
a.footer:visited {color:#ff9900;}
a.footer:hover {color:#ffcc00;}

#signup {
	width: 435px;
	position:absolute;
	left: 0px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:10px;
	border: 1px solid #F90;
	background-image:url(images/freebook.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
}

#signup p {
	color:#FFFFFF;
	font-size:10px;
	padding: 10px 10px 10px 10px;	
}

#signup h4 {
	color:#F90;
	font-size:18px;
	padding: 10px 10px 10px 10px;	
}

.signupform {
	color:#FFFFFF;
	font-size:10px;
}

#socialnetbox {
	width:420px;
	height:38px;
	background-image:url(images/logo-followus.gif);
	background-repeat:no-repeat;
	position:absolute;
	text-align:left;
	top:357px;
}