
/* Layout Stylesheet */ 

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

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

#hdr {
 height:141px;
 width:1000px;
 background:#FFF;
 color: #333333;
 }

#bar {
 height:25px;
 background:#333333;
 color: #FFF;
 text-align: right;
 }

#bodyblock {
 position:relative;
 background: #333333;
 color: #ffffff;
 width:1000px;
 padding:0;
 }

#l-col {
 float:left;
 font-family: "Agency FB", verdana, helvetica, sans-serif;
 font-size: 14pt;
 background:#333333;
 color: #FFF;
 width:145px;
 }

#cont {
 width:850px;
 height:550px;
 background:#ffffff;
 color: #333333;
 background-image: url(images/bestlogo4.gif);
 background-repeat: no-repeat;
 background-position: top right;
 background-attachment:fixed;
 border:solid #000000;	
 border-width:0 0 0 1px;
 font-family: verdana, helvetica, sans-serif;
 font-size: 12pt;
 text-align:left;
 float:left;
 overflow: auto;
 overflow-x: hidden;
 }

#ftr {
 background:#333333;
 color: #FFFFFF;
 margin:0;
 }