body
{
    background: #000 url('images/bg_top.gif') repeat-x;
    text-align: center;
    font-family: Georgia, Trebuchet MS;
    font-size: 9pt;
    color: #adadac;
}
/* general stuff */
/* images with no borders */
img {border:none}
h1
{
    color: #363636;
    font-size: 13pt;
    margin: 0;
    padding: 0;
    font-family: Georgia, Trebuchet MS;
    }
.greenheader
{
    color: #00723e;
    font-size: 12pt;
    font-weight: bold;
    }

.greenheaderbig
{
    color: #00723e;
    font-size: 14pt;
    font-weight: bold;
    }

.blackfont
{
    color:#000000;
    font-size: 10pt;
    font-weight: bold;
    }

#wrapper
{
    width: 775px;
    margin: 0 auto;
    text-align: left;
}
#nav
{
    /*margin-top: 5px;*/
    position: relative;
    float: left;
    font-family: Trebuchet MS, Arial;
    font-size: 8pt;
    height: 30px;
    width: 100%;
    text-align: center;
}

/* site links */
a:link {color: #0054a6;text-decoration: none;}
a:visited {color: #0054a6;text-decoration: none;}
a:hover {color: #666666; text-decoration:underline overline;}

/* nav links */
#nav a:link {color: #949594;text-decoration: none;padding-right: 5px;}
#nav a:visited {color: #949594;text-decoration: none;padding-right: 5px;}

/*change the color below to change the mouseover menu color*/
#nav a:hover {color: #C0c0c0;text-decoration: none;padding-right: 5px;}

#main
{
    position: relative;
    float: left;
    width: 100%;
}

/* this holds everything inside the header/footer */
#content
{
    position: relative;
    float: left;
    width: 769px;
    margin: 0 2px 0 2px;
    border: solid 1px #3a3b3a;
    background-color: #242524;
}

#text
{
	width: 98%;
	padding: 0 1% 0 1%;
	position: relative;
	float: left;
}


#official
{
    border: solid 1px #3a3b3a;
    background-color: #000000;
    position: relative;
    float: left;
    width: 767px;
    margin: 1px 1px 1px 1px;
    font-family: Georgia;
    color: White;
    text-align: center;
}
#textbox
{
    position:relative;
    width: 737px;
    float:left;
    padding: 0 2px 0 6px;
    margin: 2px 8px;
    background-color: #d7d7d7;
    color: #363636;
}


/* front stuff */

#frontleftbox
{
    position: relative;
    width: 438px;
    float: left;
    padding: 0 2px 0 6px;
    margin: 2px 2px;
    background-color: #d7d7d7;
    color: #363636;
}
/*this adds a tiny bit of separation between the front menus news/schedule/rock shop buttons */
#frontleftbox img {margin-right: 1px;}

#frontrightbox
{
    position: relative;
    width: 308px;
    float: right;
    background-color: #000;
    border: solid 1px #4c4b4c;
    font-size: 8pt;
    font-weight: bold;
    margin-right: 4px;
}

hr
{
border-bottom:1px dotted #111111;
}

#footer
{
    font-family: Arial;
    color: #636363;
    font-size: 8pt;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
}

/* New dropdown nav styles */
.chromestyle{
width: 99%;
font-weight: bold;
font-family: Georgia, Trebuchet MS;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(../images/bg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #C0C0C0;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: black url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #C0C0C0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
color:#C0C0C0;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #C0C0C0; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #C0C0C0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C0C0C0;
color:#000;
}

table.schedule td {text-align: center;}

/* End 