@import url('nav.css');

body {
    background: #000; /* url('../images/general/background.png') center repeat-y; */

}
#container {
    margin: 0 auto;
    width: 1000px;
}


#header { position: relative; }
h1 { margin: 5px 0 19px 19px; }
a {
    color: #a54d24;
    text-decoration: none;
}
a:hover { color: #fcee21; }
a img { border: 0; }

#page_content {
    width: 1000px;
    height: 430px;
    background: #000 url('../images/general/page_content_background.jpg') center repeat-y;
}
#page_content.bio  { background: #000 url('../images/general/page_content_bio_background.jpg') center repeat-y; }
#page_content.shows  { background: #000 url('../images/general/page_content_shows_background.jpg') center repeat-y; }
#page_content.theory  { background: #000 url('../images/general/page_content_theory_background.jpg') center repeat-y; }
#page_content.home  { background: #000 url('../images/general/page_content_home_background.jpg') center repeat-y; }


/**
 * @desc    Scroll Text Styles
 */
.scroll_text_box {
    width: 500px;
    height: 250px;
    position: relative;
    top: 85px;
    left: 425px;
    overflow: auto;
    padding-right: 10px;
}
.no_scroll_text_box {
    width: 500px;
    position: relative;
    top: 85px;
    left: 425px;
    padding-right: 10px;
}
.scroll_text {
  font-family: myriad, verdana, arial;
  font-size: 12px;
}
.scroll_text p, .scroll_text h2 {
    margin-top: 0;
}


/**
 * @desc    Scroll Images Styles
 */
.scrolling_gallery_box {
    margin: 0;
    padding: 0;
    width: 960px;
    height: 200px;
    position: relative;
    top: 125px;
    left: 20px;
    overflow: auto;
}
.scroll_images {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    white-space: nowrap;

}

.scroll_images li {
    display: inline;
    /* float: left; */
}



.scroller {
    width: 960px;
    border: none;
    overflow: hidden;
    background-color: #ffffff;
    margin-left: 0px;
}



/** Contact page styles **/
.contact dl { margin-bottom: 0; }
.contact dl dt, .contact dl dd { margin-left: 0; }
.contact dl dt { font-weight: bold; margin-top: 10px; }
.contact dl dd .text_field, .contact dl dd .text_area { width: 100%; border: 1px solid #000;  }
.contact dl dd .text_area { height: 6em; }
/* Errors */
.contact dl dt.error { }
.contact dl dt .error_message {
    display: block;
    color: #ff0000;
}
