body {
	font-family: "Bitstream Vera Sans",Verdana,Arial,Helvetica,Sans,"Bitstream Vera Serif";
	font-size: 0.9em;
	width: 750px;
	color: #172690;
	background: #E0E6FD url(fcr-v1.jpg) no-repeat scroll left top;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #003600;
}

#contain {
	
	float: left;
	margin: 15px auto 0 300px;
	width: 650px; /* change this total width for wider resolutions */
}

.title {
	height: 130px;
	font:  italic 3em "Arial", Arial, serif;
	color: #172690;
}

.menu {
	height: 40px;
}

.left{
	float: left;
	width: 300px;

}

.right{
	float: right;
	width: 300px;
}

.filler {
	clear: left;
	float: left;
	width: 2em;
	height: 50px; /* make this a height that will be long enough for the rest of the content */
}

.footer {
	float: left;
	width: 650px;
	margin: 70px auto 0 300px;
	font-size: .75em;
	
}