﻿
/* Layout Stylesheet */ 

body {
	margin: 20px;
	background: #FFE2A6;
	color: #333333;
	text-align: center;
	padding: 0;
}
#outer {
	text-align: left;
	border: 0px solid #000000;
	width: 800px;
	margin: auto;
	background-color: #FFE2A6;
}

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

#bar {
	height: 100px;
	background: #FFE2A6;
	color: #333333;
	border: solid #000000;
	border-width: 1px 0 1px 0;
	border-bottom-color: #0000FF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#bodyblock {
	position: relative;
	background: #FFE2A6;
	color: #333333;
	width: 800px;
	padding: 0;
}
#l-col {
	border: thin;
	float: left;
	background: #FFE2A6;
	color: #0000FF;
	width: 200px;
}
#cont {
	width: 600px;
	background: #FFE2A6;
	color: #333333;
	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;
 text-align: center;
 margin:0;
 }