body {
	background-color: #3f3f3f;
	color: #999;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.4em;
	margin: 15px 15px 15px 30px;
	width: 1000px;
}

a {
	color: #999;
	margin: 0 0 -10px 0;
	//text-decoration: none;
}

a:hover {
	color: #fff;
}

ul {
	margin: 0 0 20px 0; 
	padding:0;
	list-style-type: none; 
	list-style-image: none; 
}

li {
	display: inline;
}

.header {
	margin: 0 0 50px 0;
}

.footer {
	clear: both;
	margin: 0 0 50px 0;
}

.addy {
	color: white;
}

img {
	border: none;
	margin: 0 0 10px 0;
}

.item {
	float: left;
	margin: 0 1px 0 0;
	width: 320px;
	height: 380px;
}

.item_full {
	margin: 0 0 60px 0;
}

.name {
	margin: 0 0 0 0;
	color: #fff;
	font-style: italic;
}

.description {
	width: 300px;
}

.item_full .description {
	width: auto;
}

.item img {
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #3f3f3f;
}

.item a:hover img {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #fff;
}

.full {
	margin: 20px 0 0 0;
}
