/* Focus Framework - Standard  */

body{ 
	margin: 0px 0px 0px 0px;
}
div.ff_parent{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 100%;
}
table.ff_parent{
	border-collapse: collapse;
	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%; height: 100%;
}
td.ff_parent{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
div.ff_wrapper{
	margin: 0px auto auto auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 900px; 
}
div.ff_header_wrapper{
	margin: 0px auto auto auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 900px; height: 125px;
}
div.ff_header{ 
	left: -550px; top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;	
	text-align: center;
	width: 2000px; height: 125px;
}
div.ff_footer_wrapper{
	margin: 0px auto auto auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 900px; height: 35px;	
}
div.ff_footer{ 
	left: -550px; top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;	
	text-align: center;
	width: 2000px; height: 35px;
}
div.ff_main{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px; 
}
div.ff_main_content{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px; 
	text-align:center;
}

div.ff_header_wrapper.first,
div.ff_header.first,
div.ff_footer_wrapper.first,
div.ff_footer.first {
	height:0px;
}

/* theme  */

body{ 
	background-color: #FFFFFF;
}

div.ff_footer {
}