body {
	font-family: sans-serif;
	}

#siteheader {
	text-align: center;
	border: solid 2px #00C;
	color: #FFF;
	background-color: #0C0;
	padding: 5px;
	}

#siteheader h6 { display: inline; }

#sidebar {
	float: left;
	width: 200px;
	}

#sidebar a {
	display: block;
	text-decoration: none;
	border-left: solid 2px #00C;
	border-bottom: solid 2px #00C;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #FFF url(images/links.gif) no-repeat top left;
	}

#sidebar a:hover {
	display: block;
	text-decoration: none;
	border-left: solid 2px #0C0;
	border-bottom: solid 2px #0C0;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #FFF url(images/links.gif) no-repeat bottom left;
	}

#mainpage {
	margin-left: 210px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 2px #0C0;
	}

.hr {
	display: block;
	width: 100%;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#pageheader {
	text-align: center;
	color: #0C0;
	border-bottom: solid 2px #00C;
	}

#footer a {	
	padding-left: 10px;
	padding-right: 10px;
	}

#footer {
	text-align: center;
	}