@charset "UTF-8";
/* CSS Document */



#container{
	margin:auto;
	width:820px;
}

#header{
	width:820px;
	float:left;
}

#banner{
	width:820px;
	float:left;
	margin-bottom:50px;
	margin-top:63px;
}


body {
	font-family:Helvetica, Arial, sans-serif;
	background-color:#000;
		font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

.largest{
	font-size:30px;
	color:#ffffff;
	font-weight:bold;
}
.larger{
	font-size:20px;
	color:#ffffff;
	font-weight:bold;	
}
#videoarea {
	width:820px;
	float:left;
	margin-bottom:50px;
	height:550px;

}

#vidstyle{
 margin-bottom:25px;
 border:2px solid #000;
 width:480px;
}

.contenttext{
	height:238px;
	width:820px
}


.decorated {
	color:#00adef;
	text-decoration:underline;
	font-size:14px;
	
}
.largercontent{
	font-size:17px;
}

.textarea{
	width:396px;
	margin-right:28px;
	float:left;
	text-align:justify;
	
}

.textarea2{
	width:396px;
	float:left;
	text-align:justify;
}

.biglink{
	font-size:17px;
	position:relative;
	top:17px;
	font-weight:bold;
}
.biglink a, .textarea a{

	color:#00adef;
	text-decoration:underline;
}

.biglink a:hover, .textarea a:hover{

	color:#ffffff;
}



