body {
	background-color: #FFF;
	font-family: "HelveticaLTStd-Light", "Arial", sans-serif;
	font-size: 9pt;
	letter-spacing: .13em;
	line-height: 14pt;
	color: #888;
}

#main_body {
	margin-left: 50px;
	margin-top: 30px;
}

.description p {
	width: 400px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #444;
}

#header
{
	margin-bottom: 30px;
	font-size: 11pt;
	text-transform: uppercase;
	letter-spacing: .35em;
	color: #888;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: smaller;
	letter-spacing: .2em;
}

.outdent {
	margin-left: -2em;
}

#menu {
	float: left;
	width: 300px;
}
	
#content {
	width: 800px;
	height: 600px;
}

#content img {
	border: 1px solid #444;
}

li .img_links {
	display: none;
}

li .img_links a:before {
	content: ' ';
	font-size: smaller;
}

li:hover .img_links {
	display: inline;
}

