body {
    background-color: #a6a6a6;
    font-family: "gill sans", "new baskerville", sans-serif;
    background: url( "../images/page_bg.jpg" ) repeat-x;
    height: 100%;
    margin: 0px;
}

h1 {
    text-align: center;
} 

#page {
    width: 1000px;
    height: 605px;
    background-color: #fff;
    border: 1px solid #000;
    margin: 10px auto;
}

#top {
    height: 133px;
    _height: 158px;
    width: 1000px;
}

#menubar {
    margin-top: -131px;
    _margin-top: -160px;
    margin-left: 627px;
    font-weight: bold;

}

#footer {
    height: 25px;
    background-color: #656263;
}


#middle {
    height: 477px;
    margin-top: 100px;
    _margin-top: 66px;
}

#halls {
    height: 100%;
    width: 190px;
    background-color: #231F20;
    float: left;
    background: url( "../images/left-bg.jpg" ) no-repeat;
    _margin-top: 29px;
}

/*
 * IE 7 Hack for resizing the top div to display the
 * full image.
 */
*+html #top {
	height: 135px;
}

#content {
    text-align:left;
    overflow: auto;
    width: 808px;
    _width: 806px; 
    height: 467px;
    _height: 460px;
    margin: auto;
    padding-top: 10px;
}

/*
 * IE7 Hack
 */
*+html #content {
    padding-top: 20px;
    height: 455px;
}

#footer {
    width: 822px;
    _width: 822px;
    margin-left: 178px;
    margin-top: -27px;
    _margin-top: -27px;
    _margin-left: 0px;
    _float: right;
    display: none;
}

#heading {
    background: url( '../images/top-gb.jpg' ) no-repeat;
    height: 100%;
}

#heading #alternative {
    background: url( '../images/artisans.gif' ) no-repeat;
    width: 290px;
    height: 99px;
}


div#showcasing {
    background: url( '../images/showcasing.gif' ) no-repeat;
    height: 24px;
    width: 456px;
    margin: -40px 0px 0px 363px;
}

div#showcasing span.label {
    display: none;
}

#heading #banner {
    width: 1000px;
    height: 85px;
}

#heading #firstWord {
    font-weight: bold;
    display: none;
}

#heading #secondWord {
    display: none;
}

/****************************************************/

#menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 966px;
    height: 24px;
    margin: auto;
    font-size: 12px;
    width: 333px;
}

#menu ul li {
    display: block;
    float: left;
    width: 66px;
    text-align: center;

}

#menu ul li#endItem {
    border-right: 0px;
}

#menu ul li a {
    color: #600a0a;
    display: block;
    height: 25px;
    line-height: 195%;
    text-decoration: none;
    padding-right: 3px;
    font-size: .9em;
    line-height: 10px;
    margin-top: 10px;
    margin-left: 1px solid black;
}

#menu ul li a span {
}

/*****************************************************/

#halls ul {
    list-style-type: none;
    margin: 0px;
    font-size: 14px;
    padding-left: 16px;
    _padding-left: 10px;
    margin-top: 3px;
    font-weight: bold;
    
}

#halls ul li a {
    color: #600a0a;
    text-decoration: none;
    display: block;
    height: 37px;
    _height: 35px;

}

/****** Fade text scroll box ********/

.container {
    width: 792px; 
    position: relative; 
    margin: 0 192px; 
    text-align:left; 
    margin-top: 102px;
    _margin: 0px;
    _margin-top: 35px;
}

/*
 * IE 7 Hack for center div.
 */
*+html .container {
	margin: 0;
}

.fade_top {
    position: absolute;
    height: 32px;
    width:  100%;
    top: 0;
    left: 0;
    background: url( ../images/fade-top.png);
    _background: url();
}

.fade_bottom {
    position: absolute;
    height: 32px;
    width: 100%;
    bottom: 0; 
    left: 0;
    background: url(../images/fade-bottom.png);
    _background: url();
}
