/* CSS Structure */

body {
	font-size:0.8em;
	font-family: verdana, arial, sans-serif;
	line-height: 150%;
	color:#FFFFFF;
	background-color:#000;
	text-align:center;
}

.container {
	margin: 10px;
	width: 660px;
	margin:auto;
	text-align:left;
	color:#000;
	}
	
.padding {
	padding:5px;
	}

.picbox {
	height: 175px;
	float:left;
	width:650px;
	}

.maincols {
	width:100%;
	float:left;
	border-bottom:1px solid #898989;
	margin-bottom:10px;
	background-color:#FFFFFF;
	}
	
.centralcol {
	width:400px;
	float:left;
	font-size:0.9em;
	margin-right:30px;
	}
	
.secondarycol {
	width:180px;
	float:left;
	font-size:0.9em;
	margin-right:30px;
	}
	
.footer {
	width:100%
	float:left;
	}

/* text and images */

img {
	text-decoration:none;
	border:none;
	}
	
h1 {
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	color:#000;
	font-weight:bold;
}

.newstyleh1 {
	font-size:1.5em;
	line-height: 120%;
	margin-left:10px;
	}

.menutext {
	width:100%;
	float:left;
	font-size:0.7em;
	text-align:center;
	background-color:#fff;
	margin-bottom:10px;
	}	

p.menutext {
	margin:2px 0px 2px 0px;
	}
	
.contents {
	color:#111111;
	}
	
.quotes {
	color:#898989;
	font-style:italic;
	}
	
.livedate {
	width:50px;
	margin-right:20px;
	float:left;
	}
	
.livelocation {
	width:300px;
	float:left;
	}
	