/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#b0b687;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 }

#hdr {
	height:120px;
	background:#5d671d;
	color: #333333;
	visibility: visible;
	z-index: 1;
 }

#bodyblock {
 position:inherit;
 color: #333333;
/* background:#91985a url(images/mbsimageleft.jpg) no-repeat scroll 1px top;*/
 width:800px;
 padding:0;
 }

#l-col {
	float:left;
	left:0px;
	top:0px;
	color: #333333;
	width:160px;
 }

#cont {
 width:640px;
 background:#ffffff;
 color: #333333;
 border:none #000000;	
 text-align:left;
 }

#cont2 {
 width:640px;
 background:#ffffff; background-image: url(images/clients2.jpg); background-repeat:no-repeat; background-position:right; 
 color: #333333;
 border:none #000000;	
 text-align:left;
 }

#cont3 {
 width:640px;
 background:#ffffff; /* background-image: url(images/WFB_087L.jpg); background-repeat:no-repeat; background-position:right;*/
 color: #333333;
 border:none #000000;	
 text-align:left;
 }

#ftr {
	height:20px;
	background:#91985a;
	color: #333333;
	font-size: small;
 	border-top: 1px solid #000000;
 }
.rgimage {
	background-attachment: scroll;
	background-image: url(images/mbsimageleft.jpg);
	background-repeat: no-repeat;
	background-position: 1px top;
}
.clients {
	background-image: url(/images/clients.jpg);
	visibility: inherit;
	z-index: -5;
}
