/* Layout Stylesheet */ 

body {
 margin:20px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
 color: #000000;
 text-align:center;
 }

#outer {
	text-align:left;
	width:650px;
	margin:auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
 }

#hdr {
 height:135px;
 color: #333333;
 }
 


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

#bodyblock {
	position:relative;
	background: #2c5656;
	color: #F1F1FF;
	width:650px;
	padding:0;
 }

#l-col {
 float:left;
 background:#2c5656;
 width:125px;
 }

#cont {
	width:505px;
	background:#374046;
	border:solid #000000;
	border-width:0 0 0 1px;
	text-align:left;
	padding: 5px;
 }

#ftr {
 height:25px;
 background:#999999;
 color: #333333;
 border:1px solid black;
 margin:0;
 }
