/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#ffffff;
	color: #333333;
	text-align:center;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px
 }

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

#hdr {
	height:60px;
	background:#ffffff;
	color: #333333;
 }

#bar {
	
 height:25px;
 background:#ffffff;
 color: #333333;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:750px;
 padding:0;
 line-height:2;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:145px;
 }

#cont {
 width:750px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 margin:0;
 line-height:2;
 }
