@charset "utf-8";
/* CSS Document */

body{
	background-color:#B5121B;
	background-image:none;
	background-repeat:no-repeat;
	font-family:Helvetica,Arial,clean,sans-serif;
	color:#333333;
}
#header{
	width: 955px;
	height: 180px;
	background-color:#fff;
	background-image:url(images/header.png);
}
.content{
	background-image:url(images/body_bg.png);
	height:300px;
}
.subheader{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,clean,sans-serif;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	text-align:left;
	background-image:url(images/subheader.png);
	color:#FFFFFF;
	height:22px;
	width:495px;
	margin-left:220px;
	margin-top:10px;
	padding-left:5px;
	padding-top:2px;
}
.subheader a{
	color:#fff;
	text-decoration:none;
}
.info{
	font-size:13px;
	width:495px;
	margin-left:220px;
	margin-top:10px;
	padding-left:5px;
	padding-top:2px;
	text-align:left;
}
.info a{
	color:#B9121B;
}

.disc{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
#fbfan {
	display: block;
	width: 113px;
	height: 23px;
	background: url(images/fan.gif) no-repeat;
	text-indent: -5000px;
	position: absolute;
}
#fbfan:hover {
	background: url(images/fanover.gif) no-repeat;
}
#fb {
	display: block;
	width: 94px;
	height: 24px;
	background: url(images/facebook.png) no-repeat;
	text-indent: -5000px;
	position: absolute;
}