BODY
{
	font-family: Verdana, Arial, 'MS Sans Serif', 'Lucida Grande', Sans-Serif; 
	font-size: 9pt;
	COLOR: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;	
	background:  url('pagebg.gif');
    background-repeat: repeat-X;
    background-attachment: fixed;
    background-position: top center;
    text-align: left;
}

div.container
{
  width: 970px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  BORDER: 0px 0px 0px 0px;  
  background-color: red;
  background:  url('images/bg.jpg');
  background-repeat: repeat-y;
  background-position: top center;
  background-attachment: fixed;
  text-align:left;
  
}

div.header
{
  width: 965px;
  height: 32px;
  margin: 0px 0px 0px 0px;
  padding: 4px 5px 0px 0px;
  background-color: #5d0d0f;
  text-align:left;
  background:  url('images/topbar.jpg'); 
  background-position: top center; 
} 

div.footer
{
  width: 965px;
  height: 20px;
  margin: 0px 0px 0px  0px;
  padding: 3px 0px 0px 5px;
  background-color: #5d0d0f;
  text-align:left;
  color: #FFFFFF;
  font-family: Verdana, Arial, 'MS Sans Serif', 'Lucida Grande', Sans-Serif; 
  font-size: 8pt;  
  background:  url('images/topbar.jpg'); 
  background-position: top center; 
} 

/* ################################### */
/* ### START: LEFT SIDEBAR   ### */
div.LeftSidebar 
{

  float: left;
  width: 330px;
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: none;
  font-family: Verdana, Arial, 'MS Sans Serif', 'Lucida Grande', Sans-Serif; 
  font-size: 9pt;
  line-height: 140%;
 
}
/* ################################### */
/* ### END: LEFT SIDEBAR   ### */


/* ################################### */
/* ### START: CONTENT              ### */
div.content
{  
  float: right;
  width: 640px;
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: none;
  font-family: Verdana, Arial, 'MS Sans Serif', 'Lucida Grande', Sans-Serif; 
  font-size: 9pt;
  line-height: 130%;  
}
 
div.contentbody
{  
  float: right;
  width: 540px;
  border: none;
  margin: 0px 50px 0px 50px;
  padding: 30px 0px 0px 0px;
  background-color: blue;
  font-family: Verdana, Arial, 'MS Sans Serif', 'Lucida Grande', Sans-Serif; 
  font-size: 9pt;
  line-height: 130%;  
}

/* ################################### */
/* ### START: CONTENT              ### */

div.cleardiv
{
  clear: both;
  height: 15px;
  width: 970px;
  background-color: none;
  font-family: Verdana, Arial, 'MS Sans Serif', 'Lucida Grande', Sans-Serif; 
  font-size: 9pt;
}