/* Layout Stylesheet */ 

body {
 margin: 0px;
 background: #567AAF;
 color: #333333;
 text-align: center;
 padding: 0;
 }

#outer {
 text-align: left;
 width: 800px;
 margin: auto;
 }

#hdr {
 height: 236px;
 background: url(./images/ml-header.jpg) no-repeat center top;
 }

#bodyblock {
 position: relative;
 background: url(./images/ml-bodyBG.jpg) repeat-y center top;
 width: 800px;
 padding: 0px;
 }

#flag {
 background: url(./images/ml-bodytop.jpg) no-repeat center top;
 }

#l-col {
 float: left;
 text-align: left;
 width: 200px;
 padding: 10px 0px 10px 20px;
 
 }

#cont {
 
 width: 550px;
 text-align: left;
 padding: 10px 20px 0px 30px;
 }

#ftr {
 height: 21px;
 background: url(./images/ml-footer.jpg) no-repeat center top;
 margin: 0px;
 }

