
/*		General CSS
-----------------------------*/
body{
	font-family: Georgia, "Times New Roman", Times, serif; 
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	color: #5486c0;	
	overflow:hidden;
}

p {
	text-align:left;
	line-height: 23px;
	color: #575757;
	font-size: 13px;	
}

/*		Basic Structure
-----------------------------*/


header {
	margin:0 auto;
	width:504px;
	height:74px;
	padding-top:35px;
	padding-bottom:25px;		
}


#container {
	border-top:5px solid #000;
	overflow:visible;
	margin:0 auto;
	width:504px;
	height:959px;
	background:#e6e6e6;	
	border-radius: 0 0 10px 10px;
}


#content {
	overflow:hidden;
	padding-left:15px;
	padding-right:15px;
	margin-top:33px;
}

/*		Logo
-----------------------------*/


#logoFloat {
	float:right;
}

/*banner
-----------------------------*/

.banner{
	margin: 12px -15px;
}
/*		Links
-----------------------------*/

a:link {
	color:#4570a0;
	font-weight:bold;
}

a:hover {
	text-decoration:none;	
}
/*		Footer
-----------------------------*/

footer {
	overflow:hidden;
	width:504px;
	height:90px;
	margin:0 auto;
	padding-top:30px;
	
}

footer p {
	
	font-style:italic;
	text-align:center;
	font-size:11px;
		
}

#quote {
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	padding-bottom:30px;

}
#videoHolder{
	position: relative;
	overflow: visible;
	
}
.annotation{
	position: absolute;
	top: -100px;
	left: -115px;
	z-index:2;
}
#checkform{
	position: absolute;
	top: 302px;
	left: 11px;
	z-index:3;
	margin-top:15px;
}
#checkdiv{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:13px;
}

#container{
	position: relative;
}

#info {
	position:absolute;
	float:left;
	margin:-14px 0 0 20px;
	color:#575757;
	z-index:1;

}