/*  Styles for the "interiors" section on	*/
/*  summerhousestyle.com					*/

#interiors {
	background-color: #EEE;
	height: 448px;
}

#interiors ul {
	padding-top: 125px;
	width: 150px;
	float: left;
}

#interiors ul li {
	list-style-type: none;
	text-align: right;
	padding-bottom: 0.1em;
}

#interiors #home_image {
	float: left;
	width: 545px;
	margin: 0 0 0 10px;
	height: 448px;
	overflow: hidden;
	text-align: center
}

#interiors #home_image img {
	border: none;
}