/* Layout Stylesheet */ 

/*
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/

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


#outer {
 text-align:left;
 width:741px;
 margin:auto;
 }

#hdr {
 height:105px;
 background:#F6EFE1;
 color: #333333;
 }

#bodyblock {
 position:relative;
 background: #F6EFE1;
 color: #333333;
 width:741px;
 padding:0;
 }

#l-col {
 float:left;
 background:#F6EFE1;
 color: #333333;
 width:153px;
 }

#cont {
 width:588px;
 background:#F6EFE1;
 color: #333333;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#F6EFE1;
 color: #333333;
 border:solid #78462f;
 border-width:2px 0 0 0;
 margin:0;
 }