@charset "utf-8";
#content_container {
	background-image: url(grfx/content_bkg.gif);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	margin: 0px;
	padding: 30px;
}
#video_container {
	height: 233px;
	width: 225px;
	background-image: url(grfx/video_frame.gif);
	background-repeat: no-repeat;
}
#video {
	width: 221px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}
#footer_links {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}
.footertext a:link {
	color: #808080;
	text-decoration: none;
}
.footertext a:visited {
	color: #808080;
	text-decoration: none;
}
.footertext a:hover {
	color: #808080;
	text-decoration: underline;
}
a.link:link {
	color: #02396F;
	text-decoration: underline;
	font-weight: bold;
}
a.link:visited {
	color: #02396F;
	text-decoration: underline;
	font-weight: bold;
}
a.link:hover {
	color: #6B0D0E;
	text-decoration: underline;
	font-weight: bold;
}
