/* Layout Stylesheet */ 

body {
 margin:0px;
 background: #A6A6A6;
 text-align:center;
 padding:0;
 }
 
img {
display:block; 
}

#outer {
	text-align:left;
	width:970px;
	margin:auto;
	background-color: #000000;
 }

#hdr {
 width:970px;
 height:260px;
 }

#bar {
	width: 970px;
	height:54px;
	padding: 0;
	z-index:5;
	
 }

#bodyblock {
	position:relative;
	width:970px;
	padding:0;
	background-color: #000000;
	z-index:4;
 }

#l-col {
	float:left;
	background-color: #000000;
	width:212px;
 }

#cont {
	width:755px;
	background:#333333;
	text-align:left;
	padding-top: 20px;
	min-height: 636px;
	_height: 636px;
 }
 

#ftr {
	height:20px;
	margin:0;
	background-color: #000000;
	border-top: 1px solid #DB6E22;
 }
