/* Layout Stylesheet */ 

body {
 margin:20px;
 padding:0;
 background:#999;
 text-align:center;
 border-width: 0px;
 }

#outer {
 text-align:left;
 border:medium #000 solid;
 width:1000px;
 margin:auto auto;
 background-image: none; background-color: #000;
 height: auto;
 }

#hdr {
 height:150px;
 color: #333;
 background:#360 url(images/smba.gif) no-repeat center;
 }

#bar {
	height:16px;
	background:#000;
	border:solid #000;
	border-width:1px 0;
 }

#bodyblock {
	position:relative;
	background: #FFF;
	color: #FFF;
	width:auto;
	padding:0 0;
	height: auto;
 }

#l-col {
 float:left;
 background:#000 url(images/l-col.gif) no-repeat  bottom;
 width:200px;
 height: 800px;
 }

#cont {
	width:auto;
	background:#FFF;
	border: #000;
	border-width:0 0 0 0px;
	text-align:left;
	height: 800px;
	left: 250px;
	overflow: auto;
}

#ftr {
 height:100px;
 background:#000 url(images/ftr.gif) no-repeat right;
 border: solid #000;
 border-width:0px 0 0;
 margin:0 0;
}

.btmimg {
	float:bottom;
	padding: 10px;
}
