/* theme  */

body { 
	background-color: #C7B899;
}

td.ff_parent {
	background-color: #C7B899;
	background-image: url(../images/common/repeat-shadow.jpg); 
	background-position: center top;
	background-repeat: repeat-y;
}

div.ff_header { }

div.ff_footer {
	background-color: #C7B899;
	background-image: url(../images/common/lower-shadow.jpg); 
	background-position: center top;
	background-repeat: no-repeat;
}

div.ff_main {}

div.ff_main_content {}

div.bottom_control {
	position: absolute;
	left: -500px;
	width: 2000px;
	height: 100%;
	background-color: #C7B899;
}