
img {
	border:0;
}

body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0;
	padding:0;
}

#site {
	width:932px;
	text-align:left;

}

#top {
	width:100%;
	height:5px;
}

#headWrap {
	width:932px;
}

#head_pic {
	width:751px;
	height:252px;
	float:left;
	background-image:url(img/head.gif);
	background-repeat:no-repeat;
	
}

#head_newsletter {
	width:169px;
	height:132px;
	float:right;
	margin-top:80px;
	background-image:url(img/newsletter.gif);
	background-repeat:no-repeat;
	background-color:#343434;
	color:#FFFFFF;
	padding-top:40px;
	padding-left:10px;
	text-align:center;

}


ul#navi {
	width:100%;
	height:47px;
	background-color:#da0300;
	margin:0;
	padding:0;

}

ul#navi li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}

#contentWrap {
	width:100%;
	padding-top:7px;	
}

#subnavi {
	width:190px;
	float:left;
	margin-right:30px;
	background-color:#343434;
	background-image:url(img/subnavi.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:12px;
	padding-bottom:10px;
	min-height:100px;
}

#content {
	width:494px;
	float:left;
}


#boxesWrap {
	width:181px;
	float:right;
	
}



#boxes {
	width:180px;
	float:right;
	background-color:#343434;
}

#box_webplayer {
	width:170px;
	background-image:url(img/webplayer.gif);
	background-repeat:no-repeat;
	background-color:#343434;
	padding-top:43px;
	padding-bottom:10px;
	padding-left:10px;
	color:#FFFFFF;
	/*text-align:center;*/
}

#box_dates {
	width:170px;
	margin-top:15px;
	background-image:url(img/dates.gif);
	background-repeat:no-repeat;
	background-color:#343434;
	padding-top:43Px;
	padding-bottom:10px;
	padding-left:10px;
	color:#FFFFFF;
	text-align:center;
}

#clearContentHead {
	clear:both;
	height:0px;
	
}


#clearContent {
	clear:both;
	height: 0px;
}

#footer {
	width:100%;
	height:21px;
	background-image:url(img/foot.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#da0300;
	margin-top:7px;
	padding-top:4px;
	text-align:center;
	color:#FFFFFF
}

.cTop {
	width:100%;
	height:5px;
	background-image:url(img/content_head.gif);
	background-repeat:no-repeat;
}

.cTop2 {
	width:469px;
	height:21px;
	background-image:url(img/content_head2.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-bottom:10px;
}

.cMiddle {
	width:97%;
	background-image:url(img/content_middle.gif);
	background-repeat:repeat-y;
	padding-right:10px;
	padding-left:5px;
	padding-bottom:10px;
	overflow:hidden;
	min-height:100px;
}

.cBottom {
	width:100%;
	height:4px;
	background-image:url(img/content_foot.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

#content a {
	text-decoration: underline;
	color: #343434;
}

