/* CSS Document */
#header {
	position: absolute;
	left: 0px;
	top: 5px;
	height: 76px;
	width: 100%;
	padding-left: 30px;
	border-bottom:solid thin #999999;
	visibility: visible;
	}
#ads {position:absolute;
	left:225px;
	top: 84px;
	}
#bodytext {
	position:absolute;
	top:146px;
	left: 220px;
	width: 50%;
	color:#000;
	visibility: visible;
	}
#preview { float:right;
}	
#sidebar { float:right;
margin-top:82px;
}	

.float
	{
	float:inherit;
	}
.float-left {
	float:left;
	margin-right:10px;
	}
.float-right {
	float:right;
	margin-left:10px;
		}
#footer {
	position:absolute;
	background-color:#dddddf;
	left: 99px;
	width: 600px;
	top: 1097px;

	}
.water {
	width:70px;
	position:fixed;
	z-index:5;
	bottom:0px; right:0px;}	
#navbar  {
	position: absolute; 
	left: 0px; 
	top: 82px;
	}	
