body {
	background-color: #000000;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
td {
	vertical-align: top;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
p {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
li {
	list-style: disc;
	font-size: 11px;
}
a, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Grayish Top menu */
.menubar {
	background: url(images/menutop.gif) repeat-x;
}
#menutop {
	
}
#menutop a img {
	border: none;
}

/* Bottom Menu */

.menubottom {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 33px;
}
.menubottom a img {
	border: none;
}
#footermenuleft {
	width: 400px;
	margin: 0 auto 0 0;
}
#footermenuright {
	width: 400px;
	margin: 0 0 0 auto;
}

/* Logo banner */
#bannertable {
	background: url(images/banner.jpg);
	height: 182px;
	width: 800px;
	margin: 0 auto 0 auto;
}
/* Text Content */ 

#contenttable {
	width: 800px;
	margin: 0 auto 0 auto;
}

/* Watermarks */
.contenthome {
	background: url(images/watermarkhome.jpg) no-repeat;
	background-position: top left;
}
.contentfull {
	background: url(images/watermarkfull.jpg) no-repeat;
	background-position: top left;
}
#gallery a img {
	border: 1px solid #FFFFFF;
}



/* SHOWS */
.showdate {
	color: #d62d36;
	font-weight: bold;
}
