body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #0D0E0E;
	background-image: url(background.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
}

p {
	padding: 0 20px;
}

h2 {
font-size:1.1em;
font-weight:bold;
padding-bottom:0;
padding-left:17px;
padding-right:17px;
padding-top:0;
}

ol {
	position: relative;
	left: 20px;
}

a {
	color: #39C;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

#main {
	filter: alpha(opacity=80);
	opacity: 0.8;
	width: 770px;
	background-color: #FFF;
	text-align: justify;
	margin: 0 auto;
}

#header {
	font-size: 30px;
	font-weight: bold;
	background-image: url(header.jpg);
	height: 150px;
	background-position: top center;
	background-repeat: no-repeat;
}

#title {
	position: relative;
	top: -3px;
}

#subheader {
	clear: both;
	height: 45px;
	margin: 0 0 10px;
}

#raised, #share {
	padding: 15px 5px;
	color: #455566;
	background-color: #CCC;
	border: solid #000;
	border-width: 0 0 1px;
	height: 45px;
}

#raised {
	float: right;
	clear: right;
	width: 430px;
}

#raised h1 {
	float: left;
}

#share {
	float: left;
	clear: left;
	width: 319px;
	border-right-width: 1px;
}

#menuitem {
	width: 256px;
	text-align: center;
	cursor: pointer;
}

#menuitem:hover {
	background-color: #455566;
	color: #FFF;
}

.menuleft {
	float: left;
	border-right: 1px solid #000;
}

.menuright {
	float: right;
	border-left: 1px solid #000;
}

#menu {
	border-bottom: 1px solid #333333;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

#intro {
	clear: both;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

span {
	margin: 0;
	padding: 0;
}

#progress {
	border: 1px solid #000;
	background-color: #FFF;
	clear: both;
	height: 16px;
	overflow: hidden;
}

#bar {
	background-color: #CC9;
	padding: 1px 2px 1px 1px;
	text-align: right;
}

#video {
	float: left;
}

#system {
	color: #888;
	font-style: italic;
}

#footer {
	height: 20px;
}

#statusBar {
	float: right;
	font-size: 10px;
	color: #999;
	margin-right: 8px;
}
.started {
	color: #006633;
}
.finished {
	text-decoration: line-through;
}
