body
{
	background: url('../images/bg_body.gif') no-repeat left top;
	margin: 0; padding: 115px 0 0 150px;
	font: 80% verdana, arial, sans-serif;
}

#nav
{
	position: absolute;
	left: 0; top: 200px;
	width: 135px;
	margin: 0; padding: 0;
	list-style: none;
	font: bold 13px georgia,'times new roman',serif;
}
#nav li
{
	margin-bottom: 2px;	
}
#nav a
{
	display: block;
	padding: 5px 10px;
}
#nav a:link, #nav a:visited
{
	color: #000; background-color: transparent;
	text-decoration: none;
}
#nav a:hover, #nav a:active
{
	color: #000; background-color: #dfdfac;
	text-decoration: none;
}