* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bckgrd.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/*The wrapper that holds all content, used to center site*/
#wrapper {
	width:667px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom: 0px;
	padding:0px;
}

/*Solely used as container to place top drop shadow*/
#header {
	width: 667px;
	height: 30px;
	background-image: url(images/topbackgrd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/*All content of the site, including nav will be held within this div*/
#allcontent {
	width: 667px;
	padding: 0px;
	background-image: url(images/middle_backgrd.gif);
	background-repeat: repeat-y;
	background-position: top;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*Solely used as container to place bottom drop shadow*/
#footer {
	padding: 0px;
	background-image: url(images/bottombackgrd.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 31px;
	width: 667px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*Div used to contain the top navigation, about us etc*/
#topnav {
	width: 597px;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/topnav.gif);
	height: 75px;
	background-color: #FFFFFF;
}

#topnav ul {
	text-align: left;
}

#topnav li {
	list-style-type: none;
	display: inline;
	margin-bottom: 0px;
	}
	
#topnav a:link, #topnav a:visited {
	font-size: 1ems;
	line-height: 34px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	margin-right: 12px;
	margin-left: 12px;
	}

#topnav a.active:link, #minitabs a.active:visited, #topnav a:hover {
	color: #dc921b;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding-top: 5px;
	}

/*Div used to contain the aoifename and fflogo*/
#maincontent {
	width: 597px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 960px;
	background-color: #FFFFFF;
	background-image: url(images/bckgrdmain.gif);
	background-repeat: repeat-y;
}

#aoifename {
	width: 369px;
	height: 117px;
	margin-left: 20px;
	position: relative;
	float: left;
}

#fflogo{
	width: 181px;
	height: 117px;
	position: relative;
	float: left;
}

.floatimgright {
    float:right;
    margin-top:20px;
    margin-right:20px;
	margin-left: 20px;
    margin-bottom:20px;
    }
	
p {
	margin-top:20px;
	margin-right:20px;
	margin-left: 30px;
	margin-bottom:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.9em;
    }	
	
.floatimgleft {
    float:left;
    margin-top:5px;
	margin-left: 20px;
    margin-bottom:20px;
    }	

/*Div used to contain ffstrip only*/
#ffstrip {
	width: 597px;
	padding: 0px;
	background-image: url(images/ffstrip.gif);
	background-position: top;
	margin-bottom: 0px;
	margin-left: -2px;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	float: left;
}

#bottomborder {
	width: 597px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/bottom_border.gif);
	height: 6px;
	background-color: #FFFFFF;
}