body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #003366;
	background-image: url(graphics/main-bkgd.gif);
}
#sidebar {
	background-image: url(graphics/sidebar.gif);
	background-repeat: repeat;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 160px;
}
#banner {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(graphics/banner-movie.gif);
	width: 69%;
	height: 145px;
	float: left;
	margin-left: 2%;
}
#main {
	margin-bottom: 10px;
	float: left;
	width: 69%;
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	margin-left: 2%;
	padding-left: 7px;
	letter-spacing: 0.1em;
	word-spacing: .2em;
}
#links {
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 100%;
	padding-left: 5px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
#banner2 {
	background-image: url(graphics/banner-bkgd-blue.gif);
	width: 100%;
	background-repeat: repeat;
	height: 55px;
	margin-bottom: 5px;
}
#logo {
	float: left;
}
#title {
	float: right;
	font-size: 200%;
	letter-spacing: 0.5em;
	margin-top: 15px;
}
#content {
	font-size: 100%;
	float: left;
	width: 90%;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 130%;
}
#content h2 {
}
#content h3 {
	line-height: 40%;
}
#content h4 {
	line-height: 40%;
	margin-top: 40px;
}
#content p {
	margin-left: 10px;
}
#content ul {
}
#content li {
	margin-bottom: 5px;
}
#nullink {

	color: #999999;
}
