@charset "UTF-8";
body {
	font-family: 'trebuchet MS', sans-serif;
font-size: 11px;
letter-spacing: 0.5pt;
word-spacing: 1pt;
line-height: 1.3;
list-style-position:inside;
list-style:none;
text-transform:none;
color: #4b5c63;
margin-top: 25px;

}
strong {
font-family: 'trebuchet MS', sans-serif;
font-size: 11px;
font-weight: bold;
font-style: italic;
}

a:link {
	text-decoration: none;
	color: #4b5c63;
	}
a:hover {
	text-decoration:line-through;
	font-style: italic;
	color: #4b5c63;
	}
a:visited {
	text-decoration: line-through;
	color: #4b5c63;
	}
#menu {
	width: 160px;
	position: fixed;
	height: 489px;
	padding: 10px;
	float:left;
	}
#content {
	width: 548px;
	
	}
#description {
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	background-color: #FFF;
	border: none;
	padding: 10px;
	position: fixed;
	float: left;
	width: 184px;
	z-index: +3;
}

