/* Layout Stylesheet */

body {
 top right;
 margin:20px;
 background:#b5bbc0;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 }

#hdr {
 height:100px;
 background:#ffffff;
 color: #333333;
 }

#bar {
 background:#ff7e00;
 color: #333333;
 border:solid #000000;
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdee1;
 color: #333333;
 width:130px;
 }

#cont {
 background: #ffffff;
 width:595px;
 min-height:500px;
 color: #333333;
 border:solid #000000;
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 /*background:#c0c0c0;*/
 background:#ff7e00;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 font-family:verdana,arial,helvetica;
 }