.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#container {
	position:absolute;
	left:74px;
	top:12px;
	width:851px;
	height:665px;
	z-index:1;
}
#hedcont {
	position:relative;
	left:0;
	top:0;
}
#bodycont {
	position:absolute;
	left:0px;
	z-index: 2;
	top: 179px;
	width: 850px;
	height: 482px;
	background-image: url(../Images/Body.jpg);
}
#newsitema {
	z-index: 4;
	position: absolute;
	width: 400px;
	height: 250px;
	left: 300px;
	top: 100px;
	visibility: hidden;
}
#newsitemb {
	z-index: 5;
	position: absolute;
	width: 400px;
	height: 250px;
	left: 300px;
	top: 100px;
	visibility: hidden;
}
#newsitemc {
	z-index: 6;
	position: absolute;
	width: 400px;
	height: 250px;
	left: 300px;
	top: 100px;
	visibility: hidden;
}
#biggerbois {
	position:absolute;
	right:198px;
	bottom:-18px;
	width:374px;
	height:252px;
	z-index:3;
	background-image: url(Assets/Images/News.gif);
}
#leftpanel {
	float: left;
	position: absolute;
	height: 464px;
	width: 280px;
	z-index: 3;
}
#pagetitle {
	float: none;
	margin-top: 20px;
}
#newsheadng {
	width: 250px;
	margin-left:10px;
	margin-top:70px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#newsheadng ul{
	display:block;
}
#newsheadng ul li{
	list-style-position: outside;
	list-style-type: square;
	margin-top: 1em;
}
#newsheadng ul li a{
	text-decoration: none;
	color: #242424;
}
#newsheadng ul li a:visited {
	color: #000;
	font-size: 10px;
}
#newsheadng ul li a:hover {
	color: #383838;
	font-weight: normal;
	text-decoration: underline;
}
#newsheadng ul li a:active {
	background-color: #f30;
}
