body { 
	background-color: #1b1b1b;

} 

html
{
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;	
}

.feature {
	background: #343434 url(bottom.jpg) no-repeat bottom left;
	width: 800px;
	padding: 0 0 20px;
	margin: 15px 0 0 0;
}

.feature h3 {
	background: url(top.jpg) no-repeat;
	margin: 0;
	padding: 10px 20px 5px;
	font-size: 170%;
	color: #FFFFFF;
	line-height: 1;
}

.feature p {
	padding: 10px 20px 0;
	color: #FFFFFF;
	line-height: 1.3;
	margin: 0;	
	font-size: 100%;
}

.feature ul {
padding: 0;	
}

a:link
{
	color: Yellow;
	background-color: transparent;
}

a:visited
{
	color: Yellow;
	background-color: transparent;
}

a:hover, a:active
{
	color: White;
	background-color: transparent;
}


#navlist li { 
	list-style-type: square;
	color: White;
	line-height: 1.3;
	
 }
