/**************************************************/
/*                                   
Body and Wrapper                             */
/**************************************************/

body {
background: #8B8B9B;
padding: 0;
font: normal 10pt/14pt verdana, arial,sans-serif;
}

#wrapper {
margin: 0 auto;
width: 888px;
padding: 0;
text-align: left;
}



/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: #E8E8E8; 
width: 888px;
height: 100%;
padding: 0px 10px 10px 10px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/bvgtwebsite.gif) top center no-repeat; 
width: 888px;
height: 150px;
margin: -35px 0px 0px 0px;
padding: 90px 90px 10px 35px;
color: white;
font-size: 50px;
text-align:left ;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: left;
}

	
#menu li a:link {
color: #E8E8E8;
display: block;
background:  url(images/off.jpg) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}

#menu li a:visited {
color: white;
display: block;
background:  url(images/off.jpg) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: white;
background:  url(images/on.jpg) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {

width: 588px;
margin: 20px 20px 0px 220px;
background: #E8E8E8; 
}
#main {

float:left;
width:510px;
background:  #E8E8E8;
border-right: 2px black solid;
padding-left: 20px;
padding-right: 20px;
}
#sidebar {
float:right;
width:296px;
background:  #E8E8E8;
padding-left: 20px;
padding-right: 20px;

}
#footer {
  clear: right;
  clear:  left;
  background: #E8E8E8;
  width:548px;
  padding: 10px;
  margin-right: 220px;
}
#indent
   {
     padding-left: 210pt;
   padding-right: 10pt;
   margin-left 50pt;
   
   }
#smindent
   {
     padding-left: 10pt;
   padding-right: 10pt;
   margin-left 70pt;
 }  
   
	

	



</style>



 