/*home*/
/*ABSOLUTE ELEMENTS*/
.flashArea{
	width:960px;
	height:300px;
	position:absolute;
	top:157px;
	margin-left:50%;
	left:-480px;
	z-index:1;
}
.defaultImageAlign{
	padding-top:150px;
}
/*ROW TWO*/
.rowTwo{
	width:100%;
	height:300px;
	/*background-color:#452917;*/
	border:5px solid #21160D;
	border-left:none;
	border-right:none;
}
.photoArea{
	width:960px;
	height:300px;
	/*background-color:#B35722;*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:5px solid #21160D;
	border-top:none;
	border-bottom:none;
}
/*ROW THREE*/
.rowThree{
	width:100%;
	height:187px;
	border:1px solid #3F3126;
	border-left:none;
	border-right:none;
}
.contentArea{
	width:960px;
	height:185px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.textArea{
	padding:25px 35px 26px 35px;
	width:505px;
	height:136px;
	float:left;
	border-right:1px solid #3F3126;
	vertical-align:top;
	margin:0px;
}
