/* Layout Stylesheet */ 

body {
	margin:auto;
	background:#808080;
	color: #333333;
	text-align:center;
	padding:0;
	background-color: #CCCCCC;
 }

#outer {
	text-align:left;
	border:1px solid #000000;
	width:1024px;
	margin:auto;
	height: auto;
 }

#hdr {
	height:91px;
	color: #333333;
	background-image:url(images/head.png);
	background-color: #eeeeee;
	background-repeat: no-repeat;
 }

#bar {
 height:auto;
 background:#000000;
 color: #333333;
 border:solid #FFFF00;	
 border-width:1px 1px 1px 1px;
 }

#bodyblock {
	position:relative;
	background: #dcdcdc;
	color: #333333;
	width:1024px;
	padding:0;
	height: 450px;
	background-color: 696969;
 }

#l-col {
	float:left;
	background:#dcdcdc;
	background-image:url(images/menu.png);
	color: #000000;
	width:180px;
	height: 450px;
	background-repeat: no-repeat;
}
	
 
 #cont {
	width:auto;
	background:#CCCCCC;
	color: #333333;
	border:solid #000000;
	border-width:0 0 0 0px;
	text-align:left;
	height: 450px;
	background-color: #696969;
 }

#ftr {
	height:28px;
	background:#c0c0c0;
	background-image:url(images/footer.png);
	color: #333333;
	border:solid black;
	border-width:12px 0 0 0;
	background-repeat: no-repeat;
	width: 1024px;
 }

