

#mainContainer{
	position:relative;
	width:865px;
	/*height:100%;*/
	margin:0px auto;
	padding:0px;
	display:table;

}
#head{
	position:relative;
	width:865px;
	margin:0px;
	padding:0px;
	background-color:#d1c9b9;
	display:table;
}

#mainContent{
	position:relative;
	width:865px;
	/*min-height:100%;*/
	margin:0px;
	padding:0px;
	background-image:url(../img/fr/home01-slice_08.jpg);
	background-repeat:repeat-y;
	display:table;
	/*border:3px solid red;*/
	
}
#content{
	position:relative;
	width:865px;
	/*height:100%;*/	
	margin:0px;
	padding:0px; 
	background-image:url(../img/fr/home01-slice_07.jpg);
	background-repeat:no-repeat;
	display:table;
	/*border:1px solid blue;*/
}
#flash{
	position:relative;
	padding-left:5px; 
}
#afterFlash{
	position:relative;
	padding:0px 35px 0px 5px;
	width:825px;
	display:table;
}

#contentLeft{
	position: relative;
	height:100%;
	background-color:#c2b9a7;
	/*border: 2px solid green;*/
	width:247px;
	margin-left:5px;
	float:left;
	display:table;
}

#contentRight{
	/*border: 1px solid red;*/
	position: relative;
	width:608px;
	margin-right:5px;
	float:right;
	display:table;
}
#contentImageLeft{
	position: relative;
	width:237px;
	float:left;
	
}
#contentTextRight{
	position: relative;
	width:515px;
	border-top:1px solid #efe539;
	border-bottom:0px solid #efe539;
	padding:16px 0px;
	float:right;
	top:25px;	
	
}

#foot{
	/*border: 1px solid red;*/
	position:relative;
	width:865px;
	margin:0px;
	padding:0px;
	/*background-color:#DDD7C9;*/
	display:table;
}
#foot #copyright{
	position:relative;
	padding-left:5px;
	float:left;
	display:table;
}
#foot #logo{
	position:relative;
	padding-right:5px;
	float:right;
	display:table;
}

