
/* Layout Stylesheet */ 

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

#outer {
 text-align:left;
 border:2px solid #333399;
 width:750px;
 margin:auto;
 }

#hdr {
 height:100px;
 background:#eeeeee url('../images/s&d-banner-2.gif') no-repeat top right;
 color: #333333;
 }

#bar {
 height:15px;
 background:#336699;
 color: #333333;
 border:solid #333399;	
 border-width:2px 0 2px 0;
 }

#bodyblock {
 position:relative;
 background: #9999ff url('../images/bodyblock-back.gif') repeat-y top left;
 color: #333333;
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 color: #333333;
 width:200px;
 padding:50px 0 0 0;
 text-align: right;
 }

#cont {
 width:540px;
 background:#ffffff;
 color: #333333;
 border:solid #333399;	
 border-width:0 0 0 2px;
 text-align:left;
 padding:50px 0 0 0;
 }

#ftr {
 height:22px;
 background:#9999cc;
 color: #333399;
 border:solid #333399;
 border-width:2px 0 0 0;
 margin:0;
 }
