html{
	width:100%;
	height:100%;
	-webkit-text-size-adjust:none;
}
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background: url(../images/background.png);
	font-family:Helvetica, sans-serif, Arial;
	font-size:14px;
	color:#000000;
}
#header{
	width: 100%;
	height: 108px;
	background: url(../images/header.gif) repeat-x;
}
#header h1{
	margin: 0px;
	margin: auto;
	padding: 0px;
	width: 320px;
	height: 108px;
	text-indent: -9999px;
	background: url(../images/logo.png) top center no-repeat;
}
#headerSub{
	width: 100%;
	height: 67px;
	background: url(../images/headerSub.gif) repeat-x;
}
#headerSub h1{
	padding: 0px;
	margin: 0px;
	height: 67px;
	width: 107px;
	float: left;
	text-indent: -9999px;
}
#headerSub h1 a{
	padding: 0px;
	margin: 0px;
	height: 67px;
	width: 107px;
	display: block;
}
#wrapper{
	margin: 0px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #fff;
}
#wrapper p{
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
}
.homeNav{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
.homeNav li{
	width: 100%;
	height: 47px;
	border-bottom: 1px solid #DAB2B8;
	text-transform: uppercase;
	background: url(../images/nav.gif) top right no-repeat;
}
.homeNav li a{
	height: 47px;
	display: block;
	color: #C10321;
	text-decoration: none;
	font-size: 18px;
	font-family: "Helvetica";
	line-height: 47px;
	padding-left: 10px;
}
.list{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.list li {
	border-bottom: 1px solid #DAB2B8;
	margin-bottom: 10px;
	padding: 10px;
}
.list li h2{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}
.list li h2 a{
	color: #C10321;
	text-decoration: none;
	font-size: 18px;
	font-family: "Helvetica";
}
.content{
	padding: 10px;
}
.content h2{
	padding: 0px;
	margin: 0px;
	color: #C10321;
	text-transform: uppercase;
}
.content a{
	color: #C10321;
}
.sub{
	padding-bottom: 20px;
}
.forumList, .news{
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	list-style: none;
}
.forumList li{
	border-bottom: 1px solid #DAB2B8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.forumList li div{
	font-weight: bold;
}

.news li{
	width: 100%;
	border-bottom: 1px solid #DAB2B8;
	text-transform: uppercase;
	background: url(../images/nav.gif) top right no-repeat;
}
.news li a{
	display: block;
	color: #C10321;
	text-decoration: none;
	font-size: 18px;
	font-family: "Helvetica";
	padding: 10px;
	padding-right: 30px;

}
#listen{
	margin: 20px auto;
	width: 95px;
	height: 35px;
	background: #c10321;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	border-right: 1px solid #909090;
	border-left: 1px solid #DAB2B8;
}
#listen a{
	width: 95px;
	height: 35px;
	display: block;
	color: #fff;
}
#back{
	height: 67px;
	width: 107px;
	float: right;
	text-indent: -9999px;
	background: url(../images/back.png) top right no-repeat;
}
#back a{
	height: 67px;
	width: 107px;
	display: block;
}
#footer, #hurriKane{
	padding: 10px;
	margin-bottom: 20px;
}
#footer{
	padding-top: 30px;
}
#footer a{
	color: #C10321;
	font-size: 12px;
	font-weight: bold;
}
#hurriKane a{
	color: #C10321;
	font-size: 10px;
}