/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#2F1D0C;
	color: #F6DA8C;
	text-align:center;
	padding:0;
}

#outer {
	text-align:left;
	width:725px;
	margin:auto;
}

#hdr {
	height:125px;
	background:#eeeeee;
	color: #333333;
}

#bodyblock {
	position:relative;
	background:#52290D;
	color: #F6DA8C;
	width:725px;
	padding:0;
}

#l-col {
	float:left;
	background:#52290D;
	color: #F6DA8C;
	width:145px;
	padding-top: 5px;
}

#cont {
	width:560px;
	background:#2F1D0C; 
	color: #F6DA8C;
	text-align:left;
}

#ftr {
	height:50px;
	color: #AF8162;
	border:solid black;
	border-width:0px 0 0 0;
	margin:0;
	background:#2F1D0C;
}
