/******************************************************************************/
/* basic.css                                                                  */
/******************************************************************************/
/* Author:                                                                    */
/*   Rudy van der Berg                                                        */
/*                                                                            */
/* Date:                                                                      */
/*   January 2009                                                             */
/*                                                                            */
/* Description:                                                               */
/*   Generic stylesheet theme for the entire web site.                        */
/*                                                                            */
/******************************************************************************/
/*  
  background: rgb(255,0,0);
*/

/*** TAG Styles ***************************************************************/
body {
  color: rgb(89, 50, 5);
  font: 13px Verdana, sans-serif; 
  background: url(../images/paper/paper.jpg) top left no-repeat fixed;
  position: relative;
  padding: 0px;
  margin: 0px;
}

h1 {
  text-align: center;
  margin: 0px;
}

h2 {
  text-align: center;
  margin: 0px;
}

p {
  text-align: justify;  
}

img {
  border-style: none;
}

/*** Class Styles *************************************************************/
.InvisibleChache {
  height: 0px;
  display: none;
  /*visibility: hidden;*/
}

/*** Paper Styles *************************************************************/
div#Paper_r {
  top: 0%;
  left: 50%;
  width: 50%;
  Height: 100%;
  position: fixed;
  background: url(../images/paper/paper_r.png) top right no-repeat fixed;
}

div#Paper_b {
  top: 0%;
  left: 0%;
  width: 100%;
  Height: 100%;
  position: fixed;
  background: url(../images/paper/paper_b.png) bottom left no-repeat fixed;
}

div#Paper_br {
  top: 0%;
  left: 0%;
  width: 100%;
  Height: 100%;
  position: fixed;
  background: url(../images/paper/paper_br.png) bottom right no-repeat fixed;
}

/*** Page Styles **************************************************************/
div#MenuArea {
  top: 10px;
  left: 10px;
  bottom: 10px;
  width: 170px;
  padding: 10px; 
  overflow: auto;
  position: fixed;
}

div#ClientArea {
  top: 10px;
  left: 200px;
  right: 10px;
  bottom: 10px;
  padding: 10px; 
  overflow: auto;
  position: fixed;
  border: solid rgb(89,50,5);
}

div#BannerArea {
  top: 0px;
  left: 0px;
  right: 0px;
  height: 85px;
  position: absolute;
}

div#HeaderArea {
  top: 85px;
  left: 0px;
  right: 0px;
  height: 35px;
  padding: 0px 8px;
  position: absolute;
}

div#ContentArea {
  top: 128px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 8px;
  position: absolute;
  overflow: auto;
}

