body {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #333;
}
a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #06F;
}
#menu a:link {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	text-decoration: underline;
	color: #FFF;
}
#menu a:active {
	text-decoration: none;
	color: #FFF;
}
#footer a:link {
	color: #333;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}
#footer a:active {
	text-decoration: none;
	color: #333;
}
#admin a:link {
	text-decoration: underline;
}
#admin a:visited {
	text-decoration: underline;
}
#admin a:hover {
	text-decoration: underline;
}
#admin a:active {
	text-decoration: underline;
}
#admin {
	background: #FFF;	
}
.logo {
	margin: 0 auto;
	width: 900px;
}
#pageselect {
	text-align: right;
	width: 900px;
	padding-bottom: 1em;
}
.page {
	box-shadow: 0px 0px 5px #999;
	background: #FFF;
	width: 900px;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.videosection {
	background: #4c2833;
	width: 900px;
	height: 248px;
	color: #FFF;
	border-top: 1px #999 solid;
	text-align: right;
	border-bottom: 1px #999 solid;
	margin-bottom: 1em;
}
.announcement {
	text-align: center;
	padding-bottom: 0.8em;
	padding-top: 0.2em;
}
#movie {
	margin-top: 1em;
	margin-right: 1em;
	padding: 1em;
}
.chooseclip {
	color: #000;
	float: left;
	padding: 1em;
	padding-bottom: 0;
	text-align: left;
	font-size: 16px;
}
.floatleft {
	color: #000;
	float: left;
	padding: 1em;
	text-align: left;
	font-size: 16px;
	width: 400px;
}
.maincontent {
	padding: 1em;
	padding-top: 0;
	padding-bottom: 0.4em;
}
.article {
	background: #EEE;
	border: 1px #DDD dotted;
	padding: 1em;
	margin-bottom: 1em;
}
#footer {
	font-size: 9px;
	text-align: center;	
}
.choosepage {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
#menu {
	background: url(images/menubg.png);
	width: 872px;
	font-size: 16px;
	text-align: left;
	padding-bottom: 1em;
	padding-top: 1em;
}
h1 {
	font-size: 1em;	
}
ul.nodots { 
  	list-style-type: none;
	margin-left: -2em;
}
li.menudots {
	margin-bottom: 1em;	
}
ul.hor, li.hor {
	display: inline;
}
li.hor {
	margin-left: 1em;	
}
