
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#C7E1DC;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:none;
 width:750px;
 margin:auto;
 }

#hdr {
 height:120px;
  width:750px;
 background:#C7E1DC;
 color: #333333;
 }

#smallmenu {
 border-left:0px solid black; border-right:0px solid black; border-top:0px solid black; border-bottom:0px solid black; 
 height:20px;
  width:750px;
 background:#D6D6D6;
 color: #333333;
 margin:0
 }

#bodyblock  { color: #333333; background: #c7e1dc; margin-right: 10px; padding: 10; position: relative; width: 750px }

#l-col {
 float:left;
 background:#C7E1DC;
 color: #333333;
 width:300px;
 height:170px;
 }
 
 #r-col {
 float:right;
 background:#C7E1DC;
 color: #333333;
 width:450px;
  height:170px;
 }


#cont   { color: #333333; background: #ffffff; text-align: left; margin-right: 10px; left: 10px; width: 750px; border: none }

#ftr {
 border-left:0px solid black; border-right:0px solid black; border-top:0px solid black; border-bottom:0px solid black; 
 height:20px;
  width:750px;
 background:#D6D6D6;
 color: #333333;
 margin:0
 }

.floatright { float: right; }