/* CSS Document */
#page, body{
	margin:0 auto;
	padding:0;
	margin-left:0;
	margin-right:auto;
	text-align:center;
	}
#page {
	width:1024px;
}
#header{
	min-width:1024px;
}
#news {
	min-width:200px;
	background-color:#F8D612;
	border:2px #DF2A23 solid;
	color: #000000;
	text-align:left;
	padding-left:15px;
	padding-right:5px;
}
.newsTitle{
	font-family:"Rockwell";
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.newsitem{
	font-family:Arial, Helvetica, sans-serif;
}
#vidplayer {
	min-height:265px;
	min-width:775px;
	background-color:#000000;
}
.notice {
	font-family:"Rockwell";
	font-weight:bold;
	color:#FF0000;
}
#signup{
	background-color:#DF2A23;
	border-top: 2px #F8D612 solid;
	border-bottom:2px #F8D612 solid;
	padding-bottom:5px;
}
.maillist1{
	font-family:"Rockwell";
	font-size:12px;
	font-weight:bold;
	color:#F8D612;
}
.maillist2{
	font-family:"Rockwell";
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
#nav{
	width:850px;
	text-align:right;
}
.contactp{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
}
.cpry{
	font-size:10px;
	color:#F8D612;
	font-family:"Rockwell";
}