/* home stylesheet */
@import url("layout.css");
/* @import url("typography.css");
@import url("nav.css"); */

#content {
	float: left;
	width: 450px;
/*	background-color: #dff; */
	border-left: #fff 200px solid;
	border-right: #fff 250px solid;
}

#primary {
	float: left;
	width: 400px;
	margin: 0 -450px 0 0;
	padding: 0 50px 0 0;
	text-align: left;
/*	background-color: #ffd; */
}

#secondary img {
    width: 150px;
    border: none;
    margin: 0;
    padding: 0;
}

#secondary a.thumbnail:hover {
    border: none;
}

#secondary a.thumbnail:hover img{
    border: 3px solid;
    margin: -3px;
