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

 
*  {
	margin:0;
	padding:0;
}

body {
	background-color: #000000;
}

#wrapper  {
	position:relative;
	width:980px;
	height:1%;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color:#000000;
}

#mainheader {
	position:relative;
	left:0px;
	top:0px;
	width:980px;
	height:450px;
	background-color:#000000;
}

#content {
	position:relative;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	width:910px;
	height:1%;
	background-color:#000;
}

#video {
	float:right;
	position:relative;
	width:352px;
	height:240px;
	margin-left:10px;
	margin-bottom:20px;
}

.h1 a:link {
	color: #ee2824;
	text-decoration: none;
}
.h1 a:visited {
	text-decoration: none;
	color: #ee2824;
}
.h1 a:hover {
	text-decoration: underline;
	color: #ee2824;
}
.h1 a:active {
	text-decoration: none;
	color: #ee2824;
}

.h1 {font-family:Verdana, Arial, Helvetica, sans-serif; color:#ee2824; font-size:20px; font-weight:bold;}

#copyright {
	position:relative;
	clear:both;
	left:0px;
	top:0px;
	width:980px;
	height:118px;
	background-image:url(/images/footer.jpg);
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	vertical-align:text-bottom;
}

.style1 {font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:left}

.style1 a:link {text-decoration:underline; color:#FFF;}
.style1 a:hover {text-decoration:none; color:#FFF;}
.style1 a:visited {text-decoration:underline; color:#FFF;}
.style1 a:active {text-decoration:underline; color:#FFF;}