/* CSS Document */
#header {
	text-align:center;
	position: absolute;
	top:0px;
	height: 82px;
	width: 100%;
	border-bottom:solid thin #999999;
	visibility: visible;
	}
#ads {position:absolute;
	left:225px;
	top: 84px;
	}
#bodytext {
	position:absolute;
	padding-left:2em;
	top:85px;
	left: 240px;
	width: 40%;
	color:#000;
	visibility: visible;
	}
#preview { float:right;
}	
#sidebar { float:right;
width:175px;
margin-top:100px;
margin-right:25px;
border-left:solid thin #666666;
}	

.float
	{
	float:inherit;
	}
.float-left {
	float:left;
	margin-right:10px;
	}
.float-right {
	float:right;
	margin-left:10px;
		}
#footer {
	position:absolute;
	left: 99px;
	width: 600px;
	top: 500px;

	}
#footerfront {
	position:absolute;
	left: 20px;
	width: 200px;
	top: 400px;

	}	
.water {
	width:70px;
	position:fixed;
	z-index:5;
	bottom:0px; right:0px;}	
#menu  {
	position: absolute; 
	left: 0px; 
	top: 82px;
	width:100px;
	}	
