/*
  structure.css - this is the stylesheet for elements that will not
  be available in the content editor.

  mod history
  26 july 2010 - nju
  - adjusted min-height for the mainbodyarea from 400 to 200
  5 june 2008 - nju
  - adjusted padding on the .disclaimer style so that the
  paragraphs weren't so widely spaced.
  28 apr 2008 - nju
  - modified mainBodyArea to include a position attribute that moves this block up 3px;
*/

body{
  background-image:url( '../media/bg.gif' );
  background-repeat:repeat;
  font-family:verdana,helvetica,arial,sans;
  font-size:10px;
  color:#333333;
}
.disclaimer{
  font-family:arial;
  font-size:10px;
  font-weight:normal;
  text-align:justify;
  padding-right:10px;
  padding-left:10px;

}
#adBar{
  background-image:url( '../media/adBar.jpg' );
  width:784px;
  max-width:784px;
  height:86px;
  max-height:86px;
  margin-bottom:2px;
}
.buyNowBox{
  height:35px;
  width:100px;
  background-image:url( '../media/buybook.gif' );
}
a.buyNowBox:hover{
  background-image:url( '../media/buyBook_O.gif' );
}
.label{
  font-weight:bold;
  color:#444444;
}
.leftBodyBox{
  background-image:url( '../media/leftHometablebg.gif' );
  background-repeat:repeat;
  min-height:350px;
  width:400px;
}
#mainBodyFooter{
  width:784px;
  height:48px;
  background-image:url( '../media/footer_02.gif' );
}
#mainBodyHeader{
  background-image:url( '../media/mainHeader.jpg' );
  width:784px;
  max-width:784px;
  height:86px;
  max-height:86px;
  min-height:86px;
}
#mainBodyArea{
  padding-left:2px;
  padding-right:2px;
  min-height:350px;
  position:relative;
  top:-3px;

}
#mainContentArea{
  position:absolute;
  left:100px;
  top:0px;
  padding-left:3px;
  width:791px;
  max-width:809px;
  min-height:200px;
  background-color:#FFFFFF;
  background-image:url( '../media/mainContentBackground.jpg' );
}
#mainMenu{
  width:784px;
  max-width:784px;
  height:34px;
  max-height:784px;
  background-image:url( '../media/header_09.gif' );
  position:relative;
  
}
.rightBodyBox{
  background-image:url( '../media/rightHometablebg.gif' );
  background-repeat:repeat;
  min-height:350px;
  width:384px;
}
#slideShow{
  width:781px;
  max-width:784px;
  height:164px;
  max-height:164px;
  padding-left:2px;
}