@charset "UTF-8";
/* FF&C CSS */

html, body {
	margin:0;
	padding:0;
	}

body {
	background: #fff;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	width:949px;
	margin: auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

	
#masthead {
    height: 113px;
}

#buttonrow {
	height: 229px;
}

#overview {
    height: 115px;
	background: #fff url(images/newFF&C_homepage_sliced_03.jpg);
}

#content {
	height: 230px;
	background: url(images/newFF&C_homepage_sliced_05.jpg);
}

.description {
	width: 190px;
	float: left;
	padding: 0;
	margin: 10px 24px 5px 23px;
}

#footer {
     height: 24px;
	 background: #fff url(images/newFF&C_homepage_sliced_06.jpg);
}
	
#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin: 0;
	width: 700px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 116px;
	}

#content a:link, #content a:visited {
	color:#FCB034;
	text-decoration:none;
	font-weight:bold;
	}

#content a:hover, #content a:active {
	color:#FFFFFF;
	background:#FCB034;
	text-decoration:none;
	font-weight:bold;
}

