body {
	background: url(../images/art_must_be_terrible.png) no-repeat;
	color: #939393;
	font: 10px "Lucida Grande", Verdana, sans-serif;
	margin: 0;
	background-color: #fefefe;
}
#top {
	height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}
#content {
	position: relative;
	top: 50px;
	left: 250px;
	width: 600px;
	heigth: auto;
	line-height: 1.9em;
	text-align: left;
}
.img {
	border: 1px dotted #aab1c0;
	padding: 4px;
}
#listing {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	heigth: 100px;
	line-height: 1.7em;
	text-align: center;
	border: 2px dotted #e8e8e8;
	background-color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.menu:link {
	font: 10px/1.9em "Lucida Grande", Verdana, sans-serif;
	color: #a1a8b8;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;	
}
a.menu:active {
	font: 10px/1.9em "Lucida Grande", Verdana, sans-serif;	
	color: #a1a8b8;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 2px;		
}
a.menu:visited {
	font: 10px/1.9em "Lucida Grande", Verdana, sans-serif;	
	color: #a1a8b8;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;	
}
a.menu:hover {
	font: 10px/1.9em "Lucida Grande", Verdana, sans-serif;	
	color: #687081;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid #687081;
	padding-bottom: 2px;
}