
.container{
	float: left;
	width: 1000px;
	}

a {
	color: #8e8e8e;	text-decoration: none;

}
a:hover {
	color: #8e8e8e;	text-decoration: underline;

}
.page-header{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav a:hover{
	background-color: #FFF;
}
hr{
	margin: 20px 0px 35px;
}
.items-row{
	margin-bottom: 40px;
	padding-bottom: 40px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
*/}