@CHARSET "UTF-8";

a:link{
	color: #000; text-decoration: none
}
a:active{
	color: #FFFF00; text-decoration:none;
}
a:visited{
	color: #333333; text-decoration:none;
}
a:hover{
	color: #FF9933; text-decoration:underline;
}
body {
	background: #FFF;
	width: 800px;
	margin: 0 auto 0;
}

#page {
	width: 800px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	margin: 10px auto 0;
}

#header {
	padding:0;
	background: url("../images/header.jpg") transparent;
	height:281px;
	width:800px;
	float:left;
}

#nav {
	float: left;
	width: 180px;
	height: 195px;
}

#nav ul {
	list-style: none outside none;
	background: #3366FF;
	width: 140px;
	height: 220px;
	margin: 20px 0;
	padding: 10px 0;
}

#nav li {
	margin: 10px 0 10px 0;
	display: block;
	height:15px;
	background: #D2DEFF;
	padding: 5px;
}

#content {
	float: left;
	width: 600px;
}

#content h2,
#content h2.video {
	font-size: 16px;
	margin: 10px;
	text-align: center;
}
#content h2.video {
	text-align: left;
}

#content h2 span {
	font-size: 18px;
}

#content p {
	font-weight: normal;
}
#content li {
	margin: 10px;
}
#content img {
	margin: 20px;
}

.centered{
	text-align: center;
}
.bolded {
	font-weight: bold;
}