﻿
/************** MENU ****************/
#menu {
	position:relative;
	left:-45px;
	float:left;
	padding:0 5px;
}

#menu ul {
	width:145px;
	list-style:none;
}

#menu a {
	display: block;
	font-size: 10pt;
	height:20px;
	width:145px;
	padding:3px 0 3px 2px;
	background-color:#663300;
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px solid #996633;
}

#menu a.long {
	height:30px;
}

#menu ul li a:hover, #menu ul li:hover {
	color:#ffffff;
	background-color:#996633;
}

#content {
	
	float:right;
	width:600px;
}
