body 
{
background-image:
url("background_2_edit.gif");
background-repeat: repeat;
background-attachment: fixed;
scrollbar-base-color: #80250F;
scrollbar-arrow-color: #3C2D2B;
overflow: auto;
}

body.news
{
background-image:
url("nav_bottomright1.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-base-color: #80250F;
scrollbar-arrow-color: #3C2D2B;
}

p.main
{
padding: .75em;
color: #3C2D2B;
font-size: 14px;
font-family: times;
}

p.news
{
padding: .75em;
color: #3C2D2B;
font-size: 14px;
font-family: times;
margin-left: .25cm;
margin-right: .25cm;
border: 2px groove #3C2D2B;
background: #ffffff
}

p.title
{
padding: .25em;
color: #666666;
font-size: 25px;
font-family: arial;
margin-left: .25cm;
margin-right: 50%;
border: 2px dotted #3C2D2B;
background: #ffffff
}

p.email
{
padding-left: .25cm;
padding-right: .125cm;
line-height: 150%;
color: #3C2D2B;
font-size: 18px;
font-family: times;
margin-left: .5cm;
}

p.side
{
padding-top: .4cm;
padding-left: .25cm;
padding-right: .25cm;
line-height: 175%;
color: #3C2D2B;
font-size: 18px;
font-family: times;
margin-top: 1.125cm;
margin-left: .5cm;
}


a:link {color: #666666; text-decoration: none}
a:visited {color: #3C2D2B; text-decoration: none}
a:hover {color: #80250F; text-decoration: underline}
a:active {color: Black; text-decoration: none}



/* Below are the 8 button roll overs*/

a#button1 {
    display: block;
    width: 135px;
    height: 44px;
    background-image: url(news.jpg);
    margin: 0 auto;
}
a#button1:hover {
    background-image: url(news_over.jpg);
}
a .alt { display: none; }

a#button2 {
    display: block;
    width: 115px;
    height: 44px;
    background-image: url(shows.jpg);
    margin: 0 auto;
}
a#button2:hover {
    background-image: url(shows_over.jpg);
}
a .alt { display: none; }

a#button3 {
    display: block;
    width: 85px;
    height: 44px;
    background-image: url(music.jpg);
    margin: 0 auto;
}
a#button3:hover {
    background-image: url(music_over.jpg);
}
a .alt { display: none; }

a#button4 {
    display: block;
    width: 125px;
    height: 44px;
    background-image: url(store.jpg);
    margin: 0 auto;
}
a#button4:hover {
    background-image: url(store_over.jpg);
}
a .alt { display: none; }

a#button5 {
    display: block;
    width: 135px;
    height: 32px;
    background-image: url(photos.jpg);
    margin: 0 auto;
}
a#button5:hover {
    background-image: url(photos_over.jpg);
}
a .alt { display: none; }

a#button6 {
    display: block;
    width: 115px;
    height: 32px;
    background-image: url(bio.jpg);
    margin: 0 auto;
}
a#button6:hover {
    background-image: url(bio_over.jpg);
}
a .alt { display: none; }

a#button7 {
    display: block;
    width: 85px;
    height: 32px;
    background-image: url(links.jpg);
    margin: 0 auto;
}
a#button7:hover {
    background-image: url(links_over.jpg);
}
a .alt { display: none; }

a#button8 {
    display: block;
    width: 125px;
    height: 32px;
    background-image: url(contact.jpg);
    margin: 0 auto;
}
a#button8:hover {
    background-image: url(contact_over.jpg);
}
a .alt { display: none; }



/* Below is the image gallery*/

div.img
{
  margin: 5px;
  border: 2px solid #3C2D2B;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 10px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #3C2D2B;}
div.desc
{
  text-align: left;
  font-weight: normal;
  color: #3C2D2B;
  font-size: 13px;
  font-family: times;
  width: 100px;
  margin: 2px;
}