/* CSS Document for the furnishings page */

#firstBox
{
	margin-left: 130px;
	/* 
		This is a CSS IE 6 Bug Fix for the double margin bug
	*/
	display: inline;
	border-left: 1px solid #9aa55b;
}
/*
.leftBorder
{
	width: 3px;
	height: 390px;
	float: left;
	border-left: 1px solid #9aa55b;
	margin-top: 3em;
}

.rightBorder
{
	width: 3px;
	height: 390px;
	float: left;
	border-right: 1px solid #9aa55b;
	margin-top: 3em;
}

.smallBox img
{
	border-left: 1px solid #9aa55b;
}

.smallBox p
{
	border-left: 1px solid #9aa55b;
}*/