/********************************* Layout ********************************/
body {
  padding:0 0; margin:0 0;
  width:100%;
  background: #F1E3C4;
}

/*div {border: 1px dashed tan;}*/

#Header
{
       width:970px;
       height:431px;
       background: #EFECDE url(images/header.jpg) left top no-repeat;
}

#leftColumn
{
       float:left;
       width:117px;
       height:502px;
       background: #EFECDE url(images/leftColumn.gif) left top;
}

#rightColumn
{
       float:right;
       width:117px;
       height:502px;
       background: #EFECDE url(images/leftColumn.gif) left top;
}

#Central
{
        /*position:relative;*/
        width:970px;
        margin-top:-10px;
        margin-left:2px;
        /*height:435px;*/
        background: #EFECDE url(images/stage.gif) left top no-repeat;
}


#CentralImage
{
       width:718px;
       height:450px;
       position:relative;
       top:0px;
       right:8px;
}

#nextBtn
{
       position:relative;
       top: 464px;
       left: 458px;
       width:41px;
}

#prevBtn
{
       position:relative;
       top:470px;
       left:444px;
       width:69px;
}

#contactBtn
{
       position:relative;
       top:-40px;
       left:446px;
       width:63px;
}

#Footer
{
       height:67px;
       widtH:970px;
       /*top:-20px;*/
       margin-top:-15px;
       _margin-top:-19px;
       margin-left:2px;
       background: #EFECDE url(images/footer.gif) left top;
}

#rightLine
{
      position:absolute;
      right:0px;
      top:0px;
      width:18px;
      height:914px;
      background: #EFECDE url(images/rightLine.gif) left top;
}

#leftLine
{
      position:absolute;
      left:0px;
      top:0px;
      width:18px;
      height:914px;
      background: #EFECDE url(images/leftLine.gif) left top;
}

/********************************* Texts *******************/

/********************************* Colors ******************/

/*BODY {SCROLLBAR-FACE-COLOR: #9776BF;  SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #D4C8E0; background-color:#D4C8E0;}*/
/********************************* Misc ********************/