body {
	background-repeat: repeat-x;
	background-image: url(images/bg_pixel.jpg);
	background-color:#999966;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

div#listmenu {
	font-size:10pt;
	text-transform: uppercase;
	background-color: #a4c0c1;
	font-family: Arial, Helvetica, sans-serif;
	height: 22px;
	width: 800px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	left: 0px;
	top: 91px;
	position: absolute;
	z-index: 50;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
div#listmenu ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	padding: 2px;
	}
div#listmenu li {
	float:left;	
	list-style-type:none; 
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	}
div#listmenu li:first-child {
	}
	div#listmenu a {
	text-decoration:none;	
	color:#000000;
	}
div#listmenu a:hover {
	color:#FFFFFF;
	}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
div#footer {
	font-size:10pt;
	text-transform: uppercase;
	background-color: #a4c0c1;
	font-family: Arial, Helvetica, sans-serif;
	height: 22px;
	width: 800px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	left: 0px;
	top: 600px;
	position: absolute;
	z-index: 45;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}

