ul#website_list li {
	float: left;
	list-style: none;
	position: relative;
	background-color: #990000;
	padding: 2px;
	padding-bottom: -5px;
	width: 220px;
	height: 158px;
	text-align: center;
	margin-bottom: .5em;
}

ul#website_list li img {
	width: 215px;
	height: 155px;
}

ul#website_list.home_page {
	float: right;
}

ul#website_list.home_page li {
	width: 370px;
	height: 266px;
	margin-right: 0
	_margin-right: -20px;
}

ul#website_list.home_page li img {
	width: 364px;
	height: 262px;
}

#page_overview {
	background-image: url(../images/page_overviews/websites.png);
	background-repeat: no-repeat;
}

#view_more {
	float: right;
}

#website_nav_links {
	clear: both;
}