body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 1.8em;
	color: #000000000;
	background-image: url(images/bgGrad.png);
	background-repeat: repeat-x;
	margin:0px;
	background-color: #000;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #996600;
	background-color:#FFF;
}
a:active {
	text-decoration: none;
	color: #999900;
}
#mailingList input{border:1px solid #000; color:#333; padding:3px;}
.main {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 10px;
	background-color: #879698;
	left: auto;
	right: auto;
	width: 750px;
	overflow: auto;
}
#menu {
	padding: 0px;
	width: 460px;
	position: relative;
	margin: 0px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu li{
	position: relative;
	text-transform: uppercase;
	float: left;
	padding: 6px;
	width: 80px;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #C4C7B5;
}
#menu li:hover{
	background-color:#FFF;
}
#left
	{
	position: relative;
	padding-right:10px;
	width: 450px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C2BEB3;
	}
#right
	{
	padding-left: 10px;
	float: right;
	position: relative;
	width: 279px;
}
#headerImage {
	padding-bottom: 10px;
	}
#footer {
	clear:both;
	width:500px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
}
.showsTitles {
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:11px;
	background-color:#CCC;
	margin-bottom:-12px;
	margin-top:-5px;
	padding:3px 3px 4px 5px;
}
.showsTitles:hover{background-color:#FFF;}

.showsBody{
	background-color:#97a8aa;
	line-height:16px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.newsTitles {
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:11px;
	background-color:#CCC;
	margin-bottom:-12px;
	margin-top:-5px;
	padding:3px 3px 4px 5px;
}
.newsBody{
	background-color:#97a8aa;
	line-height:16px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.newsBodyRight{
	background-color:#97a8aa;
	line-height:1.3em;
	font-size:11px;
	padding:3px 10px 10px 10px;
}
.newsTitlesRight {
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	line-height:11px;
	background-color:#CCC;
	margin-bottom:-10px;
	padding:3px;
}
.newsTitlesRight:hover{background-color:#fff;}

