body#home div#content div#right {


}

* html body#home div#content div#right {


}


/*PUSH CONTENT BELOW BANNER IMAGE TO LEFT */
div#index_container {

}

div#index_nav {
	z-index: 1000;
	position: relative;
	left: 1px;
	top: 0px;
	text-align: left;
	height: 315px;
}

div#index_nav div.land {
	background: url(../images/index/landscape.jpg) no-repeat;

}

div#index_nav div.liv {
	background: url(../images/index/living.jpg) no-repeat;

}

div#index_nav div.content {
	height: 315px;
	width: 900px;

}


div#index_nav div.content a.living {
	font-size: 16px;
	line-height: 1.4em;
	display: block;
	color: white;
	position: relative;
	left: 4px;
	top: 20px;
	width: 225px;
	padding: 35px 30px 20px 24px;

}

div#index_nav div.content a.landscape {
	font-size: 16px;
	line-height: 1.4em;
	display: block;
	color: white;
	position: relative;
	left: 4px;
	top: 40px;
	width: 225px;
	padding: 35px 30px 20px 24px;

}

