#all	{
	position:absolute;
	width:100%;
}
#alltop	{
	position:absolute;
	width:100%;
	height:480px;
	background-image:url(./images/fence.jpg);
	background-repeat:repeat-x;
	z-index:1;
}
#allgrad {
	position:absolute;
	width:100%;
	height:317px;
	top:480px;
	left:0;
	background-image:url(./images/sandgrad.jpg);
	background-repeat:repeat-x;
	z-index:1;
}
#center	{
	position:absolute;
	top:0;
	left:0;
	margin:0 4%;
	z-index:2;
}
#top	{
	position:relative;
	margin:0 auto;
	text-align:center;
	height:100px;
	z-index:3;
}
#topwave	{
	position:relative;
	margin:0 auto;
	text-align:center;
	width:800px;
	height:100px;
	z-index:3;
}
#leftcol	{
	position:relative;
	float:left;
	width:150px;
	z-index:3;
}
#maincol	{
	position:relative;
	margin-left:150px;
	top:0;
	width:auto;
	background-color:#90ee90;
	z-index:3;
}
#mainwave	{
	width:650px;
	height:432px;
	background-image:url(./images/pinup.png);
	z-index:3;
}
#centerfull	{
	position:relative;
	clear:both;
	width:100%;
	z-index:3;
}
#footerwave	{
	clear:both;
	text-align:center;
	font-size:8pt;
	width:800px;
	margin:1em 2%;
	z-index:3;
}
#footer	{
	clear:both;
	width:auto;
	text-align:center;
	font-size:8pt;
	margin-top:1em;
	z-index:3;
}

