body {
	margin: 0;
	font-family: Arial, Gotham, Verdana, sans-serif, serif;
	background: #cfcfcf url(../images/body_background_top.jpg) top repeat-x;
}

#header {
	width: 850px;
	height: 240px;
	margin: 0 auto;
	background: #549bfa url(../images/header_background.jpg);
}

	#header .left {
		width: 154px;
		height: 195px;
		float: left;
		margin-left: 5px;
		margin-top: 40px;
	}
	
	#header .right {
		width: 500px;
		height: 195px;
		float: left;
		margin-top: 20px;
	}
	
	#header .right img.subtext {
		border: 0;
	}

#center {
	width: 850px;
	height: 525px;
	padding-top: 20px;
	margin: 0 auto;
	background: #003ca3 url(../images/body_center_background.jpg) top no-repeat;
}

#thisweek {
	width: 791px;
	height: 497px;
	margin-left: 28px;
	background: url(../images/thisweek_background.png) no-repeat;
}

#lineup {
	width: 372px;
	height: 447px;
	padding: 20px 25px;
	float: left;
}

	#lineup p {
		text-align: center;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		margin-top: 3px;
		margin-bottom: 25px;
	}
	
	#lineup div.comedian {
		width: 350px;
		margin-left: 20px;
		min-height: 75px;
	}
	
	#lineup div.comedian h2, #lineup div.comedian a {
		color: #ccff00;
		font-size: 30px;
		font-weight: bold;
		margin: 0;
		text-decoration: none;
	}
	
	#lineup div.comedian span {
		color: #fff;
		font-size: 17px;
		font-style: italic;
		
	}

#map {
	width: 348px;
	height: 362px;
	padding-top: 135px;
	padding-left: 17px;
	float: right;
	font-size: 14px;
}
	#googlemap {
		width: 300px;
		height: 200px;
		margin-bottom: 10px;
	}
#map a, #map a:hover, #map a:visited {
	color: blue;
}

#map .frombox {
	display: none;
	width: 250px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
	font-weight: bold;
	height: 40px;
}

#map .frombox input {
	width: 198px;
	border: 1px solid #cfcfcf;
	font-size: 12px;
	margin-right: 5px;
	height: 16px;
}

#map .frombox input.submit {
	width: 40px;
	height: 20px;
	position: relative;
	top: 1px
	font-size: 14px;
	color: #898989;
	background-color: #d5ff22;
	padding: 0 5px 3px;
	text-decoration: none;
	font-weight: normal;
}

#map .frombox input.submit:hover {
	background-color: #003ca3;
	color: #ccff00;
}

#upcoming {
	width: 850px;
	height: 50px;
	margin: 0 auto;
	background-color: #003ca3;
}

	#upcoming .left {
		width: 260px;
		float: left;
		height: 50px;
		padding-left: 40px;
		padding-top: 5px;
	}
	
	#upcoming .right {
		float: right;
		width: 540px;
		padding-left: 10px;
		text-align: left;
		color: #fff;
		font-size: 14px;
	}
	
	#upcoming .right span {
		font-weight: bold;
	}
	
#yourhosts {
	width: 850px;
	height: 425px;
	padding-top: 20px;
	margin: 0 auto;
	background: #003ca3 url(../images/footer_background.png) bottom no-repeat;
}

	#yourhosts .hosts {
		margin-left: 32px;
		padding: 10px 8px 9px 8px;
		width: 452px;
		height: 264px;
		float: left;
		background: #818181 url(../images/hosts_background.png) top repeat-x;
	}
	
	#yourhosts .hosts img {
		border: 0;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#yourhosts .hostlinks {
		float: left;
		width: 310px;
		height: 283px;
		padding: 0 15px;
		font-weight: bold;
		color: #ccff00;
	}
	
	#yourhosts .hostlinks h4 {
		font-size: 26px;
		margin: 0 0 9px 0;
	}
	
	#yourhosts .hostlinks h3 {
		font-size: 26px;
		margin: 0 0 5px 0;
	}
	
	#yourhosts .hostlinks img {
		border: 0;
		margin-left: 35px;
	}
	
	#yourhosts .hostlinks .newsletter {
		height: 60px;
		margin-top: 55px;
	}
	
	#yourhosts .hostlinks input {
		width: 189px;
		height: 16px;
		font-size: 13px;
		color: #898989;
		margin-right: 3px;
		padding: 2px 6px;
	}
	
	#yourhosts .hostlinks .newsletter a {
		font-size: 14px;
		color: #898989;
		background-color: #d5ff22;
		padding: 3px 10px;
		text-decoration: none;
		font-weight: normal;
	}
	
	#yourhosts .hostlinks .newsletter a:hover {
		background-color: #003ca3;
		color: #ccff00;
	}
	
#footer {
	width: 840px;
	height: 20px;
	background-color: #000;
	color: #fff;
	margin: 0 auto;
	padding-top: 30px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

	#footer a, #footer a:active, #footer a:visited {
		text-decoration: none;
		color: #fff;
	}