* { margin: 0px; padding: 0px; }
body { margin: 0px; background: url('bg.gif') left top repeat; font-family: "Verdana",Arial; background-color: black; color: white; font-size: 14px; text-align: center; }
.clear { clear: both; height: 0px; line-height: 0px; font-size: 0px; }


#player {
	float: right;
}

#content p {
	margin-bottom: 20px;
	line-height: 22px;
}

a {
	color: white;
	text-decoration: none;
}

#container { margin: 20px auto; width: 900px; }

#header {
	text-align: left;
}

#content {
	text-align: left;
}

#content img {
	padding: 2px;
	border: 1px #333 solid;
}
#content img.noborder {
	padding: 2px;
	border: none;
}

#content img.floatleft {
	float: left;
	margin-right: 20px;
}

#content img.floatright {
	float: right;
	margin-left: 20px;
}

h2 {
	margin-bottom: 20px;
}

#menu {
	height: 40px;
	padding-top: 10px;
}

ul {
	height: 40px;
}

ul li {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 17px;
}
ul li a {
	display: block;
	width: 100%;
	height: 30px;
}
ul li a:hover, ul li a:focus {
	font-weight: bold;
}

span.projecttitle {
	font-size: 15px;
	font-weight: bold;
}

#footer {
	font-size: 11px;
	color: #555;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#footer div {
	font-weight: bold;
	padding-bottom: 5px;
	letter-spacing: 4px;
}

#footer a {
	color: #777;
}

tr, td {
	vertical-align: top;
	padding-bottom: 20px;
}

td a {
	font-size: 12px;
	color: #aaa;
	letter-spacing: 1px;
}
