@charset "utf-8";
* { margin:0; padding:0; }
.clearfix:after { content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
body { margin: 0; background: url(images/bg.gif) repeat #202020; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
#w { width: 980px; margin: auto; border: 6px solid #000; border-top: none; background: #ffe8b6; }

#head { position: relative; background: #fff; }
#head img { float:left; border: none; }
#head img.logo {
	position: absolute;
	border: none;
	left: 0px;
	top: -14px;
	float: none;
}
#head img.textsite {
	position: absolute;
	border: none;
	left: -2px;
	top: -22px;
	float: none;
}

a.nav:link {color: black; text-decoration: none; }
a.nav:visited {color: black; text-decoration: none; }
a.nav:hover {text-decoration: underline; color: white; background: black} 
a.nav:active {text-decoration: underline; color: white; background: black} 
