body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 24px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	font-size: 11px;
}
#container #header #movie object {
	float: right;
}
#container #header #logo {
	font-size: 36px;
	margin-top: 90px;
}
p {
	margin-bottom: 9px;
	margin-top: 9px;
}

#container #tagline {
	margin-bottom: 60px;
	margin-top: 10px;
}
#container #subhead {
	width: 800px;
}
#container #maincontentleft {
	float: left;
	width: 520px;
	margin-right: 20px;
	margin-top: 20px;
}
#container #maincontentright {
	float: left;
	width: 260px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container #maincontent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#container #threecolumnsection {
	width: 800px;
	float: left;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}
#maincontent #threecolumnsection #leftcolumn p .quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
}

#maincontent #threecolumnsection #leftcolumn {
	float: left;
	width: 240px;
	margin-right: 10px;
	color: #666;
	background: #C6FABE;
	padding: 10px;
	border-top: 6px solid #003;
}
#maincontent #threecolumnsection #middlecolumn {
	float: left;
	width: 240px;
	margin-right: 10px;
	background: #FFFF91;
	padding: 10px;
	border-top: 6px solid #F30;
}
#maincontent #threecolumnsection #rightcolumn {
	float: left;
	width: 240px;
	padding: 10px;
	background: #E4FAA3;
	border-top: 6px solid #963;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	text-align: center;
	font-size: 11px;
}
#maincontentleft .smallertext {
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container #header #falink {
	text-decoration: none;
	margin-top: 4px;
	color: #333;
	font-weight: bold;
}
