@CHARSET "ISO-8859-1";

h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	border: 0;
}
body
{
	background: #CCFFFF;
	padding-top: 40px;
	font-family: sans-serif;
	/* IE7 hack */
	text-align: center;  
}

h4 {
	font-weight: 800;
	color: gray;
}

#canvas
{
	margin: 0 auto;
	width: 800px;
	background: #FFFFFF;
	padding: 10px;
	/* IE7 hack */
	text-align: left;
}

#content {
	padding-top: 20px;
}

#navigation {
	padding-top: 20px;
	height: 24px;
	border-top: 0;
	border-bottom-style: solid;
}

#navigation a{
	display: block;
	background: #FFFFFF;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	border-style: solid;
	border-width: 1px;
}

#navigation a:hover {
	background: #CCCCCC;
}

#navigation a.current {
	background: #66CCFF;
}

#footer{
	padding-top: 15px;
	font-size: xx-small;
}