#header {
	position:relative;
	top:0px;
	left:0px;
	width:418px;
	height:150px;
	margin-top:5px;
	background-image: url(../img/header.jpg);
}
#title {
	position:absolute;
	top:15px;
	left:145px;
	width:260px;
	font-size:2.4em;
	color:#FFF;
	text-align:center;
	line-height:1;
}
#sub_title {
	position:absolute;
	top:40px;
	left:145px;
	width:265px;
	font-size:1.5em;
	color:#FFF;
	text-align:center;
	line-height:1.2;
}
#title_details {
	position:absolute;
	bottom:15px;
	left:160px;
	width:235px;
	text-align:justify;
	font-size:1.0em;
	color:#FFF;
	line-height:1.2;
}
#middle {
	width:405px;
	padding-bottom:10px;
	border-bottom:1px solid #D0D0D0;
}
#pictures {
	float:right;
	width:210px;
	text-align:left;
	border-left:1px solid #D0D0D0;
	padding-left:15px;
}
#news {
	margin-top:10px;
	width:160px;
	padding:0px 10px;
}
#standings {
	position:relative;
	top:0px;
	left:0px
	width:250px;
	margin-top:3px;
}
#reel {
	position:absolute;
	top:0px;
	left:5px;
	width:105px;
	height:125px;
	background-image: url(../img/reel.jpg);
}
#standings_title {
	position:absolute;
	top:5px;
	left:75px;
}
#standings_table {
	position:absolute;
	top:30px;
	left:105px;
}
#standings_table table th {
	color:#246988;
	font-size:1.2em;
}
.tbl_left {
	width:50%;
	text-align:right;
	border-right:1px solid #D0D0D0;
	padding-right:15px;
	line-height:1.5;
}
.tbl_right {
	width:50%;
	text-align:left;
	padding-left:10px;
	line-height:1.5;
}
.header_text {
	color:#246988;
	font-size:1.6em;
	line-height:1.3;
}
.highlight {
	color:#75BD3C;
}
