

/* Layout Stylesheet */ 

body{
background: #1b729e url('images/bbb_bg.jpg') top left repeat-x;
margin:0;
padding:0;
color:#ffffff;
font-family: Arial,Helvetica,sans-serif;
font-size:12px;
 }	 
 
 #container {
 width:955px;
 background-color:#1b729e; 
 border:1px solid black;
 }
 
#top {
 height:25px;
  margin:0;
  padding-left:10px;
 }
	
#rightmenu {
 color: #000000;
 min-width:297px;
 min-height:560px; 
 background: transparent url(images/v2bbb2_04b.gif)  top right no-repeat;
 vertical-align:top;
 width:297px; 
  }
  
 #rightcontent {
  /* for ie */
 width:297px;
 }

#header{
 height:118px; 
 width:100%; 
 margin:0;
text-align: right; 
  }

#content {
 margin:0;
 width:95%;
 padding:1em 2em;
min-height:560px; 
height: auto;
 }
  
 /* for Internet Explorer */
 /*\*/
* html #content {
height: 560px;
}
/**/


#footer {
 width:100%;
 height:20px;
 margin:0;
 background-color:#135271;
 font-size: 12px;
line-height:30px;
  }
