/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#808080;
	color: #333333;
	text-align:center;
	padding:0;
 }

#outer {
	text-align:left;
	width:650px;
	margin:auto;
 }

#hdr {
	height:60px;
	background:#eeeeee;
	color: #333333;
	background-color: #FFFFFF;
 }

#bar {
	height:25px;
	background:#c0c0c0;
	color: #333333;
	border:solid #000000;
	border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:650px;
 padding:0;
 }

#l-col {
	float:left;
	background:#dcdcdc;
	color: #000000;
	width:145px;
	height: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	display: inline;
 }

#cont {
	width:495px;
	background:#ffffff;
	color: #333333;
	border:solid #000000;
	border-width:0 0 0 1px;
	text-align:left;
	margin-left: 145px;
	font-family: Arial, Helvetica, sans-serif;
	height: 600px;
	background-image: url(Background.jpg);
 }

#ftr {
	height:25px;
	background:#c0c0c0;
	color: #333333;
	border:solid black;
	border-width:1px 0 0 0;
	margin:0;
	font-size: 12px;
 }
