﻿body 
{
	
	margin:					0;
	text-align:center;
	background-color:		#87b1d1;
}

#logo
{
	width:					815px;
	height:					136px;
	margin:					0;
	padding:				0;
	margin-left:			212px;
	
	background-image:		url('../images/ffm_logo_old.png');
}

#container
{
	width:					1211px;
	margin:					auto;
	padding:				0;
	background-color:		#87b1d1;
	text-align:left;
	padding-bottom: 55px;
}

#menu
{
	width:					162px;
	margin:					0;
	padding:				25px;
	float:					left;
	background-color:		#87b1d1;
	font-family:			Tahoma; 
	font-size:				16px;
}

.menuItem
{
	background-image:		url(../images/seperator.png);
	background-position:	left bottom;
	background-repeat:		repeat-x;
	text-decoration:		none;
	font-family:			Times New Roman ; 
	padding-left:			0;
	line-height:			34px;
	display:				block;
	font-size:				18px;
	color:					Black;
	text-align:				center;
}
.menuItem:hover
{
	color:					#FFFFFF;
}

#subContainer
{
	width:					999px;
	margin:					0;
	padding:				0;
	float:					left;
}

.borderTop
{
	width:					815px;
	height:					18px;
	margin:					0;
	padding:				0;
	background-image:		url('../images/ffm_top_border.png');
}
.borderBottom
{
	width:					815px;
	height:					17px;
	margin:					0;
	padding:				0;
	background-image:		url('../images/ffm_border_bottom.png');
}

#content
{
	width:					765px;
	margin:					0;
	padding:				25px;
	background-image:		url('../images/ffm_middle_repeat.png');
	background-repeat:		repeat-y; 
	background-color:		#FFFFFF;
	min-height:				400px;
	
}

#footer
{
	width:					100%;
	height:					35px;
	/*margin:					0;*/
	/*margin-top:25px; */
	padding:				0;
	text-align:				center;
	padding-top:			15px;
	background-color:		#6f91ab;
	font-family:			Times New Roman; 
	font-size:				18px;
	position:fixed;
	bottom:0px;
}

.clearBoth
{
	clear:					both;
}

#content h1
{
	font-size:				28px;
	font-weight:			normal;
	margin-bottom:			0;
	margin-top:				0;
	padding-top:			0;
	padding-bottom:			0;
}
#content h2
{
	font-size:				18px;
	font-weight:			normal;
	margin-left :			15px;
	margin-bottom:			0;
	margin-top:				0;
	padding-top:			0;
	padding-bottom:			0;
}
#content p
{
	padding:				0;
	margin:					15px 0 0 0;
	font-family:			Arial;
	font-size:				14px;
	font-weight:			normal;
}
#content img
{
	padding:				15px;
	margin:					0;
}

#externalContent
{
	width:					100%;
	height:					550px;
}