@charset "utf-8";
/* CSS Document */

body {
	 background-color:#036;
}
#footer {
	background-image: url(images/footer/background.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	margin-left: 0px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
	clear: both;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
}
#menu a {
	color: #FFF;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
}
#leftmenu {
	background-color: #003;
}
#leftmenu a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-left: 3px;
}
#leftmenu a:hover {
	color: #003;
	text-decoration: underline;
	background-color: #FFF;
}