#fpMainContainer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
	margin-top: 0px;
}
#fpLogoContainer {
	width: 750px;
	padding-left: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}
#fpUpperNav {
	text-align: right;
	width: 740px;
	margin-bottom: 20px;
	padding-right: 40px;
	height: 30px;
	padding-top: 30px;
}
.upnavTitle {
	font-size: 12px;
	text-align: center;
	float: right;
	height: 20px;
	width: 60px;
	letter-spacing: .05em;
}
#fpMainContent {
	height: 500px;
	width: 730px;
	padding-left: 30px;
	padding-right: 20px;
}
.fpImageContainer {
	font-size: 12px;
	text-align: center;
	float: left;
	height: 470px;
	width: 100px;
	margin-top: 10px;
	margin-right: 21px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: .05em;
}
#copyright {
	font-size: 9px;
	letter-spacing: .2em;
	text-align: center;
	height: 15px;
	width: 400px;
	margin-top: 10px;
	margin-right: 190px;
	margin-bottom: 10px;
	margin-left: 190px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
a:link {
	color: #600;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
