@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(backgrounds/waterblur.jpg);
	z-index: 1;
}
#maincontainer {
	position:absolute;
	top:80px;
	width:100%;
	height:575px;
	z-index:2;
	left: 0px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #253F5A;
	background-image: url(backgrounds/fade50blu.png);
}
#decor1 {
	position:absolute;
	width:100%;
	height:30px;
	z-index:4;
	top: 0px;
	left: 0px;
	background-image: url(backgrounds/fade50blk.png);
}
#watereffect {
	position:absolute;
	width:100%;
	height:575px;
	z-index:3;
	background-image: url(backgrounds/waterblur_spots.png);
	background-position: center;
}
#container {
	position:relative;
	width:900px;
	height:650px;
	z-index:6;
	top: -75px;
	margin-right: auto;
	margin-left: auto;
}
#indexinfo {
	position:absolute;
	width:870px;
	height:420px;
	z-index:8;
	left: 15px;
	top: 15px;
	background-image: url(images/rayhouse.jpg);
}
#footer {
	position:absolute;
	width:600px;
	height:30px;
	z-index:7;
	left: 160px;
	bottom: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
#marque {
	position:absolute;
	width:900px;
	height:70px;
	z-index:10;
	text-align: center;
	background-image: url(text/marque6.png);
	background-repeat: no-repeat;
	background-position: center;
}
#nav {
	position:absolute;
	width:900px;
	height:30px;
	z-index:10;
	left: 0px;
	top: 75px;
}
#content {
	position:absolute;
	width:900px;
	height:450px;
	z-index:8;
	left: 0px;
	bottom: 50px;
	background-image: url(backgrounds/fade50blk.png);
}
#poollight1 {
	position:absolute;
	width:200px;
	height:201px;
	z-index:3;
	top: 53px;
	left: 1000px;
}
#poollight2 {
	position:absolute;
	width:100px;
	height:101px;
	z-index:2;
	top: 50px;
	background-image: url(clipart/poollight1sm2.png);
	left: 169px;
}
#beachball1 {
	position:absolute;
	width:100px;
	height:60px;
	z-index:2;
	left: 250px;
	top: 515px;
	background-repeat: no-repeat;
}
#beachball2 {
	position:absolute;
	width:175px;
	height:175px;
	z-index:5;
	top: -57px;
	right: 30px;
}
#beachball3 {
	position:absolute;
	width:414px;
	height:414px;
	z-index:5;
	top: 269px;
	right: 60px;
}
#text {
	position:absolute;
	width:278px;
	height:420px;
	z-index:1;
	left: 15px;
	top: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#images {
	position:absolute;
	width:565px;
	height:420px;
	z-index:2;
	top: 15px;
	right: 15px;
	border: 1px solid #000;
	background-image: url(images/pool3.jpg);
}
.border {
	border: 2px solid #000;
}
.size18 {
	font-size: 18px;
}
.size25 {
	font-size: 25px;
}
.size21 {
	font-size: 21px;
}
.size12 {
	font-size: 12px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

