/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#808080;
	color: #333333;
	text-align:center;
	padding:0;
	background-image: url(bg.jpg);
 }

#outer {
	text-align:left;
	border:1px solid #000000;
	width:800px;
	margin:auto;
	background-image: url(bg.jpg);
 }

#hdr {
 
 height:200px;
 background:#eeeeee;
 color: #333333;
 border-bottom:thin;
 border-bottom-color:#000000;
 border-bottom-style:solid;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
	position:inherit;
	background: #dcdcdc;
	color: #333333;
	width:800px;
	padding:0;
	background-image: url(bg.jpg);
	left: 174px;
	top: 260px;
	margin: auto;
 }

#l-col {
	width:145px;
	float: left;
	text-align: left;
 }

#cont {
	width:495px;
	border:solid #000000;
	border-width:0 0 0 1px;
	text-align:left;
 }

#ftr {
	height:25px;
	background:#c0c0c0;
	color: #333333;
	border:solid black;
	border-width:1px 0 0 0;
	margin:0;
	width: 800px;
 }

