img {border:0px none #FFFFFF;}
A:link, A:visited, A:active {
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}
A:hover {
	text-decoration: underline;
	font-weight: bold;
	color:#660000;
}
body{
	background-color: #EBE2C9;
	background-image: none;
	padding: 0px;
	margin: 0px;
	border: 0px solid black;
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color: #000000;
}
table,th,td {
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#000000;
	background-color: #EBE2C9;
	background-image: none;
}
#top{
	height: 180px;
	margin: 0px;
	border: 0px solid black;
	background-color: #EBE2C9;
	background-image: none;
	padding: 0px;
}
html>body #top {height: 180px;}
#menu {
	position: absolute;
	width: 195px;
	top: 186px;
	bottom: 37px;
	left: 18px;
	border: 0px solid black;
	background-color: #EBE2C9;
	background-image: none;
	padding: 0px;
	overflow: scroll;
}
html>body #menu {width: 195px;}
#bottom{
	position: absolute;
	height: 50px;
	bottom: 0px;
	margin: 0px;
	border: 0px solid black;
	background-color: #9E593C;
	background-image: none;
	padding: 0px;
}
html>body #bottom {height: 50px;}
#content{
	margin: 10px 10px 60px 220px;
	padding: 10px;
	border: 1px dotted silver;
}
