@charset "utf-8";
/* CSS Document */



body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";

	background:url(../header_end_fill.png) repeat-x;
	margin:0;
	padding:0;
}

div#outerDiv {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#header {
	height: 133px;
	position: relative;
	background:url(../header_hamren.png) no-repeat;
}

#header #nav {
text-align:center;
padding-left: 15px;
padding-right: 15px;
padding-top: 85px;
}

#content {
	position:relative;
	height: 800px;;
}

#box1 {
	position:absolute;
	top: 70px;
	left: 33px;
	width: 948px;
	height: 410px;
	background-color:#003d6d;
}

#box2 {
	position:absolute;
	top: 11px;
	left: 10px;
	width: 930px;
	height: 390px;
	background:url(../box2-fill.png) repeat-y;
}

#player {
	float: left;
	width: 640px;
}

/*========PLayer Info============*/

.h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18pt;
	color: #fff;
	padding-left: 77px;
	
}
.h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	color: #fff;
	
}
#playerInfo {
	float: right;
	width: 164px;
	padding-top:25px;
	padding-right: 5px;
	padding-left: 14px;
	font-size: 14px;
}

#topNews {
	float: right;
	width: 280px;
	height: 370px;
	padding-top:15px;
	padding-right: 4px;
	padding-left: 0px;
}

#newslist {
	float:left;
	padding-right: 0px;
	padding-left: 2px;
}

/*===========links==============*/

a#topnewslink:link, a#topnewslink:visited{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #036;
	text-decoration:none;
}

a#topnewslink:hover, a#topnewslink:active{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #fff;
	text-decoration:none;
}

a#topnewstitle:link, a#topnewstitle:visited{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	color: #fff;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 15px;
}

a#topnewstitle:hover, a#topnewstitle:active{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	color: #eee3a6;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;

}



/*==============News Box============*/

#bottom {
	position:absolute;
	top: 498px;
	left:82px;
	width: 860px;
	height:316px;
}

#newsbox1 {
	float: left;
	width: 378px;
	height:256px;
	background:url(../latestbox.jpg) no-repeat center top;
	padding: 60px 30px 0 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#newsbox2 {
	float: right;
	width: 378px;
	height:256px;
	background:url(../featuredbox.jpg) no-repeat center top;
	padding: 60px 30px 0 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#othernews {
	float: left;
	width: 180px;
	height:315px;
	background:url(../othernewsbox.jpg) no-repeat;

}

iframe {
	overflow: auto;	
}


#nc {
	position:absolute;
	left:764px;
	top: 76px;
}

