body {
background-image:url(/cool-bg.gif);
background-repeat:repeat;
	background-color: #000;
	font-family: tahoma, sans-serif;
}
a:link { 
	color: #343434;
}
a:visited { 
	color: #343434;
}
a:hover { 
	color: #343434;
}
a:active { 
	color: #343434;
}


#header {
	margin: 10px auto 0 auto;
	padding: 0;
	background-color: #F7F7F7;
	height: 50px;
	width: 800px;
}
#content {
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #E8E8E8;
	width: 800px;
	clear: both;
}
.logo {
	background-image: url(image/logo.gif); 
	background-repeat: no-repeat;
	width: 129px;
	height: 31px;
	margin: 5px 0 0 5px;
	float: left;
}


div#header ul {
	float: right;
	white-space: nowrap;
	margin: 17px 17px 0 0;
}
div#header ul li a:link, a:visited, a:active {
	text-decoration: none;
}
div#header ul li {
	margin-right: 10px;
	width: 75px;
	height: 28px;
	float: left;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	display: inline;
	background-color: #e8e8e8;
}


.shows {
	margin: 5px auto 5px auto;
	text-align: center;
	width: 780px;
	padding: 3px;
	font-size: 13px;
}
