div.spacer {
	background-color: #ffffff;
	height: 1em;
}

h1 {
	color: #990000;
	font-size: 2em;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
hr {
	width: 940px;
}

/*
 * Navbar
 */
div#navbar {
	background-color: #0d0d0d;
	padding: 10px 0;
	height: 60px;
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 10px;
}
div#navbar ul li a {
	display: block;
	float: left;
	color: #ffffff;
	margin: 0 1.5em;
	height: 70px;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-align:center;
	width: 100px;
}
div#navbar ul li a:hover {
	background-color:#990000;
	color:#FFFFFF;
	text-decoration:none;
}
dvi#navbar ul li a:active {
	text-decoration:none;
}
div#navbar ul li a.select {
	background-color: #990000;
	text-decoration: none;
}

/*
 * topsection
 */
div#topsection {
	border: solid 0px #0d0d0d;
	width: 936px;
	height: 360px;
}
div#topsection p {
	margin: 10px;
}

/* column blocks
 * 
 */
div.colblock {
	height: auto;
}
div.colblock p {
	margin: 2px;
	color:#313131;
	font-family:Arial,Verdana;
	font-size:12px;
}
div.colblock h2 {
	margin-bottom: 5px;
	color:#990000;
	font-size:1em;
	font-weight:bold;
}

/* about blocks
 * 
 */
div.aboutblock {
	height: auto;
}
div.aboutblock p {
	margin: 2px;
	color:#313131;
	font-family:Arial,Verdana;
	font-size:12px;
}
div.aboutblock h2 {
	margin-bottom: 5px;
	color:#990000;
	font-size:1em;
	font-weight:bold;
}


/*
 * Footer
 */
div#footer {
	background-color: #0d0d0d;
	padding: 10px 0;
	height: 80px;
	/*margin: 0 1.5em;*/
	font: 0.7em Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	color: #d8d5d5;
}
div#footer ul {
	list-style: none;
	display: block;
	/*margin: 0 10px;*/
}
div#navbar ul li a {
	font: bold 1em Arial, Helvetica, sans-serif;
	text-align:center;
	color: #ffffff;
	text-decoration: none;
}


