@charset "utf-8";
/* CSS Document */

body
{
	background-color: #3d3c38;
	font-family: Avant Garde Md ITC, Arial, Helvetica, sans-serif;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#shell
{
	width: 588px;
	height: 423px;
	margin: auto;
	margin-top: 89px;
	color: #686660;
}
ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li
{
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	font-size: 12px;
	
}
#menu
{
	text-transform: uppercase;
}
#picture
{
	overflow: hidden;
}
#container
{
	width: 1000px;
	margin: 86px auto;
	color: #686660;
}
a, a:visited, a:active, a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #b0aea8;
}
a:hover
{
	color: #AAE2E0;
}
