body {
background: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ff0000;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #ff0000;

}

p a:link, p a:visited{
color: #ff0000;
text-decoration: underline;
}

p a:hover{
color: #ffffff;
text-decoration: none;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 20px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 22px;
text-align: center;
margin: 2px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
position: relative;
text-align: center;
top: -10px;
font-size: 24px;
text-decoration: underline;
margin: 0px;
}

h3 a:link, h3 a:visited, h3 a:hover{
color: #ffffff;
text-decoration: underline;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
position: relative;
text-align: center;
top: -30px;
color: #99ff99;
font-size: 16px;
text-decoration: bold;
margin: 0px;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
position: relative;
top: -40px !important;
font-size: 20px;
margin-left: 10px;
text-decoration: bold;
}

h6 {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
position: relative;
font-size: 36px;
color: #ffffff;
text-decoration: underline;
margin-top: -10px !important;
margin-top: 0px;
}

h7 {
font-family: Arial, Helvetica, sans-serif;
position: relative;
text-align: center;
color: #ff0000;
font-size: 20px;
text-decoration: bold;
top: -60px;
margin: 0px;
}

#header {
position: relative;
padding-top: 10px;
height: 235px;
width: 100%;
left: 0px;
top: 0px;
background: #000000;
}

#hours {
position: absolute;
padding-top: 0px;
height: 235px;
width: 400px;
left: 400px;
top: 60px;
color: #ffffff;
background: #000000;
text-align: center;
}

#connect {
position: absolute;
padding-top: 70px;
height: 190px;
width: 200px;
left: 801px;
top: 0px;
color: #ffffff;
background: #000000;
text-align: center;
}

/*NAVBAR STUFF*/

#navbar {
position: relative;
margin-left: -25px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
height: 27px !important;
height: 25px;
width: 100%;
min-width: 1024px;
left: -7px;
top: 0px;
background: #ff0000;
}

#navbar li {
display: inline;
padding: 0;
margin: 0;
text-align: center;
}

#navbar a:link, #navbar a:visited {
color: #000000;
background: #ff0000;
padding: 0px 90px 0px 90px;
text-decoration: none;
font: bold 22 Helvetica, Arial, sans-serif;
}

#navbar a:hover {
color: #ffffff;
background: #ff0000;
text-decoration: underline;
}

/*END NAVBAR*/

#left {
position: relative;
border: 4px solid #ff0000;
padding: 10px;
height: 600px;
width: 680px !important;
width: 700px;
left: 740px;
top: 0px;
right: 0px;
background: #000000;
}

#main {
position: absolute;
border: 4px solid #ff0000;
padding: 10px;
min-height: 600px;
height: auto !important;
height: 600px;
width: 680px !important;
width: 700px;
left: 280px;
top: 330px;
background: #000000;
}

#events {
position: relative;
padding: 8px;
border-style: solid;
border-width: 1px;
border-color: #ffcc00;
left: -1px !important;
left: 0px;
width: 230px !important; 
width: 248px;
height: auto;
margin-bottom: -35px;
background: #111111;
}

#eventsWrapper {
position: relative;
padding: 2px 2px 36px 2px;
top: 20px;
width: 246px !important; 
width: 252px; 
min-height: 600px;
height: auto !important;
height: 600px;
background: #ffcc00;
}

#bands li {
position: relative;
margin-left: -20px;
top: -20px;
text-decoration: none;
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
color: #9999ff;
}

#bands a:link, #bands a:visited  {
font-size: 18px;
color: #9999ff;
text-decoration: none;
}

#bands a:hover { 
font-size: 18px;
color: #333366; 
text-decoration: underline;
}

#bandsMain li {
list-style-type: none;
text-align: center;
position: relative;
text-decoration: underline;
font-family: Helvetica, Arial, sans-serif;
font-size: 22px;
color: #9999ff;
}

#bandsMain a:link, #bands a:visited  {
font-size: 22px;
color: #9999ff;
text-decoration: underline;
}

#bandsMain a:hover { 
font-size: 22px;
color: #333366; 
text-decoration: underline;
}

#footer {
position: relative;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
background: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ff0000;
height: 40px !important;
height: 50px;
width: 100%;
top: 25px;
background: #000000;}

#footer a:link, #footer a:visited  {
font-size: 12px;
color: #ffffff;
text-decoration: none;
}

#footer a:hover { 
font-size: 12px;
color: #ff0000; 
text-decoration: underline;

}

/***CONTACT STUFF***/

#contactLeft {
position: absolute;
width: 200px;
height: 400px;
left: 35px;
top: 80px;
}

#contactRight {
position: absolute;
width: 450px;
height: 400px;
left: 240px;
top: 80px;
}

/***END OF CONTACT***/


