body {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 90px;
	background-color: #f5deb3;
	background-image: url(./images/BGpug.gif);
	background-repeat: no-repeat;
	background-position: 50% 75%;
	background-attachment: fixed;
	margin-left: 0px;
	margin-right:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border: none;
}
div#header {
    position: absolute;
	top:0px;
	margin-left: 0px;
	left: 0px;
	height:113px;
	background-color:#f5deb3;
	width: 100%;
	}
#navcontainer {
	position: absolute;
	margin-left: 0px;
	left: 0px;
	top: 120px;	
	width: 100%;
	}
#navcontainer ul
{
	margin-left: 0px;
	background-color: #800000;
	color: #eee8aa;
	font-family:"Arial Black";
	text-align: center;
	border-top: 4px solid #FFFF00;
	border-bottom: 4px solid #ffff00;
	}

#navcontainer ul li { 
	display: inline; 
}
div#navcontainer a span {
	display: none;
}
div#navcontainer a:hover span {
	display: block;
	position: absolute; top: -120px; left: 450px; 
	padding: 5px; margin: 10px; z-index: 100;
	color:#330000; background:#f5deb3;
	font: 15px Verdana, sans-serif; text-align: center;
}
#navcontainer ul li a
{
	background-color: #800000;
	color: #ffffff;
	font-size: 9px;
	text-decoration: none; 
}

#navcontainer ul li a:hover
{
background-color: #FFFFFF;
color: #FF0000;
}
#container {
	position: absolute;
	top: 168px;
	width: 100%;
	text-align: center;
	height: 2600px;
	margin-right: 0px;
	margin-left: 0px;
}
#wrapper {
	position: relative;
	text-align: center;
	width: 950px;
	height: 380px;
	margin: auto;
}
.floatLeft { 
    float: left; 
    margin: 10px; 
}
.floatRight { 
    float: right; 
}
