
* {
	margin:0;
	padding:0;
}

body, html {
	min-height:101%
}

body {
	background:#292524;
	text-align:center;
	font: 100% Arial, Verdana, sans-serif;
	}

a:link, a:visited {
	color: #ffffff;
	text-decoration:none;
}	

a:hover, a:active {
	text-decoration:underline;
}

img, a:link img, a:visited img {
	border:0
	}
	
h2 {
	color:#ffffff;
	font-family:Georgia;
	font-weight:normal;
}

h3 {
	color:#ffffcc;
	font-size:1.3em;
	letter-spacing:-0.2;
	}

p {
	color:#ffffff;
}
	
	
/* Structure */

#container {
	width:750px;
	margin:0 auto;
}

#header {
	margin-top:15px;
	text-align:left;
}

#billboardnav {
	margin:0 auto;
	background: url(goradionav.jpg) no-repeat;
	width:750px;
	height:335px;
}

#billboardnav a {
	margin-left:25px;
	font-weight:bold;
	position:relative;
	top:300px;
}

#infopane {
padding-top:20px;
text-align:left;
	}

#leftcol {
	margin-left:10px;
width:430px;
float:left;
}

#rightcol {
	width:280px;
	float:left;
	margin-left:20px;
}


.newspost {
	margin-top:15px;
	margin-bottom:5px;
	font-size:.8em;
}

.newspost a {
	color:#FD6406;
	}
	
.readmore {
	text-align:right;
	width:100%;
}

#footer {
	padding:5px 0px 5px 0px;
	clear:both;
	color:#ffffff;
	font-size:.7em;
}
	