body {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;		
	background-color: navy;
	background-image: url('/images/pagebg.png');
	
	font-family: verdana, arial, sans;
	font-size: 12px;
	color: navy;
}

p, form, img {
	margin: 0;
	padding: 0;
}

#cont_header {
	margin: 0;
	margin-left: auto;
	margin-right: auto;		
	width: 760px;
	
	border-width: 0 2px 0 2px;
	border-left-color: silver;
	border-left-style: groove;
	border-right-color: silver;
	border-right-style: groove;	
}

#cont_network {
	margin: 0;
	margin-left: auto;
	margin-right: auto;		
	width: 760px;
	
	border-width: 0 2px 1px 2px;
	border-left-color: silver;
	border-left-style: groove;
	border-right-color: silver;
	border-right-style: groove;	
	border-bottom-color: silver;
	border-bottom-style: groove;	
	
	background-color: black;
	
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color: white;
	
}

#cont_network  a {
	color: white;
}




#cont_header img {
	border-width: 0;
}






#cont_topbar {
	width: 760px;
	height: 27px;
	
	border-top-color: silver;	
	border-top-style: solid;
	
	margin: 0 auto 0 auto;
	background-color: #000;
	background-image: url('/images/bgs/bg_topbar.jpg');
	background-repeat: repeat-x;
	
	color: #FFF;
	font-size: 11px;	
	font-weight: bold;
	
	border-left-color: silver;
	border-left-style: groove;
	border-right-color: silver;
	border-right-style: groove;	
	
	border-width: 1px 2px 0 2px;
}

#cont_topbar #lefttext {
	margin: 0;
	float: left;
	clear: none;
}

#cont_topbar #righttext {
	margin-right: 7px;
	margin-top: 6px;
	float: right;
	clear: none;
	text-align: right;
}

#cont_topbar a  {
	color: aqua;
}




#cont_mainpage {
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	

	
	background-color: #F2F2F2;
		
	overflow: hidden;
	height: auto;
	

	border-left-width: 2px;
	border-left-color: silver;
	border-left-style: groove;
	
	border-right-width: 2px;
	border-right-color: silver;
	border-right-style: groove;
	
	/* border-width: 0 2px 0 2px; */
	
	text-align: left;
}

#cont_vipbar {
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #F2F2F2;
		
	overflow: hidden;
	height: auto;
	
	border-left-color: silver;
	border-left-style: groove;
	border-right-color: silver;
	border-right-style: groove;
	
	border-width: 0 2px 0 2px;
	
	text-align: left;
}




#cont_leftnav {

	float: left;
	clear: none;
	
	height: 100%;

	color: #FFF;

}

#cont_leftnav #nav {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;	
	text-align: center;
}

#cont_leftnav #nav li {
	display: inline;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: center;
}

#cont_leftnav #nav a {
	display: block;
	clear: none;
	float: left;
	width: 90px;
	line-height: 25px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;	
	
	border-right-width: 2px;
	border-right-color: silver;
	border-right-style: groove;
	
}

#cont_leftnav #nav a:link {
	color: white;
}

#cont_leftnav #nav a:visited {
	color: white;
}

#cont_leftnav #nav a:hover {
	color: aqua;
	background-color: #000066;
	background-image: url('/images/navovr.png');
	background-repeat: repeat-x;
}



#cont_content {
	float: left;
	display: inline;
	
	margin-top: 16px;
	margin-left: 20px;
	
	width: 535px;
}

#cont_discuss {
	float: left;
	display: inline;
	
	margin-top: 16px;
	margin-left: 20px;
	
	width: 650px;
}


.cont_news {
	width: 254px;
	margin-bottom: 16px;
	
	height: 168px;
	
	float: left;
	clear: none;
	
	border-width: 2px;
	border-style: solid;
	border-color: silver;
	
	font-size: 11px;
	color: #000;
}

.cont_news p {
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

.cont_news a {
	color: navy;
}

#block_news {
	background-color: #EAEBF4;
}

#block_tech {
	background-color: #FFE6E6;
}

.main_news {
	width: 530px;
	margin-bottom: 16px;
	
	background-color: #FFF;
		
	float: left;
	clear: none;
	
	display: inline;
	
	border-width: 2px;
	border-style: solid;
	border-color: silver;
	
	font-size: 11px;
	color: #000;
}

#main_news {
	font-size: 12px;
	height: 165px;
}

.main_news #storypic {
	display: block;
	float: left;
	clear: none;
}

.main_news p {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

#main_news2 p {
	margin-left: 20px;
	margin-top: 10px;
}


#main_news2 {
	font-size: 12px;
	height: 165px;
}

#main_news2 #storypic {
	display: block;
	float: right;
	clear: none;
}


#copyright {
	width: 760px;
	height: 59px;
	
	text-align: left;
	
	margin-left: auto;
	margin-right: auto;
	
	font-size: 11px;
	
	border-top-width: 2px;
	border-top-color: #F0F0F0;
	border-top-style: groove;
	border-left-width: 2px;
	border-left-color: silver;
	border-left-style: groove;
	border-right-width: 2px;
	border-right-color: silver;
	border-right-style: groove;	
	
	background-color: #E0E0E0;
}

#copyright p {
	margin-top: 14px;
}


.cont_3col {
	width: 161px;
	margin-bottom: 17px;
	
	height: 149px;
	
	float: left;
	clear: none;
	display: inline;
	
	background-color: #FFF;
	
	border-width: 2px;
	border-style: solid;
	border-color: silver;
	
	font-size: 11px;
	color: #000;
}

.cont_2col {
	width: 345px;
	margin-bottom: 17px;
	
	height: 149px;
	
	float: left;
	clear: none;
	display: inline;
	
	background-color: #FFF;
	
	border-width: 2px;
	border-style: solid;
	border-color: silver;
	
	font-size: 11px;
	color: #000;
}


.cont_3col p, .cont_2col p {
	margin-bottom: 8px; 
	/* ex 8px */
	margin-left: 12px;
	margin-right: 12px;
}

.news_headline {
	clear: none;
	font-size: 19px;
	font-weight: bold;
	
	margin-top: 14px;
	margin-bottom: 7px;
	
}

#block_3mid, #block_3left {
	margin-right: 19px;
}

#block_3mid {
	width: 162px;
}

#cont_rightbar, #cont_extras {
	float: right;
	clear: none;
	
	margin-right: 19px;	
	padding-bottom: 5px;
}

#cont_advert {
	float: right;
	clear: none;
	
	width: 162px;
	margin-bottom: 16px;
	
	margin-right: 23px;	
	padding-bottom: 0px;	
}

#cont_games {
	float: right;
	clear: none;
	
	width: 162px;
	margin-bottom: 17px;
	
	margin-right: 19px;	
	padding-bottom: 5px;	
}

#cont_rightbar {
	margin-top: 16px;
}

#cont_extras {
	height: 225px;
}

.block_right {
	
	width: 162px;
	margin-bottom: 16px;
	
	background-color: #FFF;
	border-width: 2px;
	border-style: solid;
	border-color: silver;

	font-size: 11px;
	color: #000;
}

.block_right p {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#block_listen {
	
	

	

}

.main_freetext, .main_freetext2 {
	width: 530px;
	height: auto;
	margin-bottom: 16px;
	
	background-color: #FFF;
		
	float: left;
	clear: none;
	
	border-width: 2px;
	border-style: solid;
	border-color: silver;
	
	font-size: 12px;
	color: #000;
}


.main_vipbar {
	height: 29px;
	margin: 18px 20px 0 20px;
	
	background-color: #FFF;
		
	overflow: hidden;
	
	border-width: 2px;
	border-style: solid;
	border-color: silver;
	
	font-size: 12px;
	color: #000;
}








.main_freetext p {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 14px;
}

.main_freetext li {
	line-height: 150%;
}

.main_prof {
	width: 530px;
	margin-bottom: 18px;
	
	background-color: #FFF;
		
	float: left;
	clear: none;
	
	border-width: 2px;
	border-style: solid;
	border-color: silver;
	
	font-size: 12px;
	color: #000;
}

.main_prof p {
	margin-right: 15px;
	margin-bottom: 9px;
}

.main_prof .photo {
	width: 135px;
	
	border-width: 0 1px 0 0;
	border-right-style: solid;
	border-right-color: silver;
	
	
	margin: 0 15px 0 0; 
	padding: 0; 
	float: left;
}

#prof_dean {
	height: 363px;
	overflow: hidden;
}

#prof_dan, #prof_sheena {
	height: 247px;
}


#bottomnav {
	width: 760px;
	height: 30px;
	
	text-align: center;
	
	margin-left: auto;
	margin-right: auto;
	
	font-size: 11px;
	
	border-top-width: 2px;
	border-top-color: #F0F0F0;
	border-top-style: groove;
	border-left-width: 2px;
	border-left-color: silver;
	border-left-style: groove;
	border-right-width: 2px;
	border-right-color: silver;
	border-right-style: groove;	
	
	background-color: #D0D0D0;
}

#bottomnav p {
	margin-top: 7px;
}

#bottomad {
	width: 760px;
	height: 105px;
	padding-top: 11px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F2F2F2;
	text-align: center;
	
	border-left-width: 2px;
	border-left-color: silver;
	border-left-style: groove;

	border-right-width: 2px;
	border-right-color: silver;
	border-right-style: groove;		
}

#bottomad iframe {
	margin-top: 10px;
	margin-bottom: 20px;
	
}

.thumb {
	margin: 9px 11px 9px 8px;
	width: 100px;
	height: 100px;
	
	border-width: 1px;
	border-color: gray;
	border-style: solid;
}


.listenlive {
	display: inline;
	margin-left: 20px;
	width: 395px;
	margin-top: 16px;
	margin-bottom: 2px;
	
	background-color: #FFF;
		
	float: left;
	clear: none;
	
	border-width: 2px;
	border-style: solid;
	border-color: gray;
	
	color: #000;
	
	overflow: hidden;
	
	height: 247px;
}

.listenlive .listenlinks {
	float: left;
	clear: none;
	display: inline;	
	margin: 0 10px 0 15px;
}

.playerlink {
	font-size: 12px;
	line-height: 125%;
	
	margin-bottom: 10px;
}

.playerlink .heading {

}

.playerlink img {
	float: left;
	clear: none;

	margin: 0 14px 0 0;
	border-style: solid;
	border-color: #000; 
	border-width: 1px;
}

.listenlive .contactlinks {
	display: inline;
	float: right;
	clear: none;
	
	margin: 0 15px 0 10px;
}

.listenlivead {
 	display: inline;
	margin: 16px 20px 2px 0;
	float: right;
	clear: none;
	
}

.listenlive .quickmsg {
	width: 375px;
	float: left;
	clear: none;
	display: inline;	
	margin: 5px 15px 0 15px;
}

.msg {
	height: 36px;
	width: 220px;
	font-family: tahoma, verdana, sans;
}

.listenlive .quickmsg input {
	font-size: 11px;
}