BODY	{
	margin: 50px 0 0 0;
	color: #f5f5f5;
	font-family: helvetica, arial, sans-serif;
	background: #949494;
	}

IMG	{border: 0;}

#wrapper	{
	width: 1100px;
	height: 610px;
	min-width: 600px;
	background: #949494;
	}

#nav	{
	float: left;
	width: 250px;
	height: 610px;
	position: relative;
	color: #000;
	font-size: 110%;
	line-height: 150%;
	}

#nav UL	{
	list-style: none;
	padding: 0 0 0 15px;
	position: absolute;
	bottom: 100px;
	font-weight: bold;
	}

#nav UL LI.last	{margin-top: 20px;}

#nav A	{
	color: #f6fbd1;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .05em;
	}

#nav A:hover	{color: #000;}

#content	{
	float: left;
	height: 610px;
	margin-left: 20px;
	}

P	{line-height: 18px;}

#footer	{
	margin: auto;
	width: 500px;
	padding: 20px 0;
	text-align: center;
	font-size: 10px;
	color: #666;
	}

#footer A	{color: #000; text-decoration: none;}