@CHARSET "ISO-8859-1";

body {
	font-family: arial;
	background-color: #FFFFA5;
	color: #fff;
	text-align: center;
}
#wrapper {
	width: 700px;
	margin: 0px auto;
	background-color: #fff;
	text-align: center;
}
#wrapper table td {
    /*background-color: #fff;*/
    color: #000;
}
#wrapper.home {
	background-color: #AC2614;
}
#wrapper.home table td {
	background-color: #AC2614;
	color: #fff;
}
#main-nav {
    background:url("/images/main_nav_bg.gif") no-repeat;
    width:401px;
    height:34px;
    margin:0;
    padding:0;
}

#main-nav span {
    display: none;
}

#main-nav li, #main-nav a {
    height:34px;
    display:block;
}

#main-nav li {
    float:left;
    list-style:none;
    display:inline;
}

#btn-home {
    width: 72px;
}
#btn-menu {
    width: 70px;
    margin-left: 21px;
}
#btn-music {
    width: 92px;
    margin-left: 21px;
}
#btn-coupon {
    width: 104px;
    margin-left: 21px;
}

#btn-home a.active,
#btn-home a:hover {
	background:url("/images/btn_home.gif") 0 -34px no-repeat;
}

#btn-menu a.active,
#btn-menu a:hover {
	background:url("/images/btn_menu.gif") 0 -34px no-repeat;
}

#btn-music a.active,
#btn-music a:hover {
    background:url("/images/btn_music.gif") 0 -34px no-repeat;
}

#btn-coupon a.active,
#btn-coupon a:hover {
	background:url("/images/btn_coupon.gif") 0 -34px no-repeat;
}

#footer {
	color: #000;
	text-align: center;
	font-size: 10px;
	padding: 20px;
}

/**
*	REVIEW ALL STYLES BELOW
*/	
#mailLink A:link {
	color: #FFFF99;
	text-decoration: none;
}
#mailLink A:visited {
	color: #FFFF99;
	text-decoration: none;
}
#mailLink A:active {
	color: #FFFF99;
	text-decoration: none;
}
#mailLink A:hover {
	color: #FFFF99;
	text-decoration: underline;
}
.headlines {
	color: #fff;
}
.headlines a {
	color: #fff;
}
.news-list {
	font-size: 13px;
	padding-left: 35px;
	margin: 10px 0;
}

h1,h2,h3 {
	color:AC2614;
    background:white;
    font-size:14pt;
    font-family:Arial,Tahoma,Helvetica,sans-serif;
}
h3 {
	text-align:center;
}
h4 {
	font-style:strong;
    font-size:9pt;
}
td {
	font-family:Arial,Tahoma,Helvetica,sans-serif;
    font-size:10pt;
}
th {
	font-family:Arial,Tahoma,Helvetica,sans-serif;
    font-size:8pt;
    background:white;
    color:black;
}

.oddRow {
    background-color: #FFFFBF;
    height: 50px;
    border: 1px solid #000;
}

.evenRow {
    background-color: #FFF;
    height: 50px;
    border: 1px solid #000;
}

.dateCell {
    text-align: right;
    width: 213px;
    font-size: 17px;
    color: #990000;
    font-weight: bold;
}

.bandCell {
    width: 442px;
    text-align: left;
    font-size: 20px;
}