/*
# Footer Brown (text): #6a564e
# Green (h3) #3e861d
# Brown (h3) #5b4639
# Grey  (p): #333333

# Content Border Color : #6e5d4f
#Vue 360 border color : #4e3c30
*/

#content_presentation {
height: 350px;
min-width: 960px;
background:url(../../common/img/bg_content.jpg) repeat-x;
border-top: 1px solid #342820;
}
	#tier_left_presentation {
	height: 320px;
	width: 600px;
	float: left;
	margin: 15px 0;
	display: inline;
	border-right: 1px solid #6e5d4f;
	}
		#vue_360 {
		margin: 5px 0 0 40px;
		border: 6px solid #4e3c30;
		width:499px;
		height: 300px;
		}
	
	#tier_right_presentation {
	height: 320px;
	width: 340px;
	float: right;
	margin: 15px 0;
	display: inline;
	}
		#tier_right_presentation h3 {
		color: #3e861d;
		}
		#tier_right_presentation p {
		color: #333333;
		font-size: 12px;
		width:300px;
		margin: 15px 0 0 0;
		line-height: 15px;
		}
