body {
	background-color: #171717;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;	
	text-align: center;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-size: 11px;
	line-height: 18px;
}
td {
    text-align: left;
}
.mainTable {
	border: 1px solid #666666;
}
.mainTable td {
	background-color: #000000;
}
.content {
    margin-left: 30px;
    margin-right: 30px;
	padding-bottom: 25px;
}
.contentLeft {
	margin-left: 30px;
	width: 95%;

}
.headline {
	font-size: 14px;
	font-weight: bold;
	color: #DC0000;
}
a {
	color: #FF9900;
}
a:hover {
	color: #DC0000;
}

ul.events {
    padding-left: 0px;
	margin-left: 17px;	
	margin-top: 5px;
}
ul.events li {
    margin-bottom: 2px;
	list-style-type: square;
	line-height: 14px;	
}

.navigation {
    width: 735px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #999999;
	margin-bottom: 5px;
	margin-top: 5px;
}
.navigation a {
    font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#ABABAB;
	text-decoration: none;
	letter-spacing: 1px;
}
.navigation a:hover {
	color: white;
}

.footer {
    font-size: 10px;
    width: 735px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #666666;	
}
.input {
    background-color: #333333;
	border: solid gray 1px;
	padding: 2px;
	font-size: 11px;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}
.date {
    color: #c90000;
	font-weight: bold;
}
.spotlight {
    border: solid gray 1px;
	background-color: #222222;
	padding: 20px;
	margin-top: 15px;
}
