body{
padding:0;
margin:0;
text-align:center;
background-image:url('images/bg.jpg');
background-repeat:repeat-x;
background-color:#9ED5F6;
font-family: Verdana, sans-serif;
}

#header{
width:799px;
margin:0 auto;
padding-bottom:22px;
background-color:#fff;
background-image: url(images/title.jpg);
background-repeat: no-repeat;
background-position: top right;
}

#menu{
height:70px;
float: left;
text-align: left;
font-size:12px;
margin-top:35px;
margin-left:22px;
}

#menu a{
color:#000;
text-decoration:none;
}

#menu a:hover{
color:#949494;
text-decoration:none;
}

#address{
color:#949494;
font-size:10px;
}

#address a{
color:#949494;
}

#address a:hover{
color:#000;
}

#phone{
font-weight:bold;
font-size:10px;
}

#main{
	width:825px;
	height:345px;
	margin:0 auto;
	background-image:url(images/poolside.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-align: left;
}

#content{
	width:168px;
	height:345px;
	background-image:url(images/bgtext.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	color:#fff;
	text-align:right;
}

#text{
	width:118px;
	height:300px;
	margin-left: 19px;
	padding-top: 25px;
	float: left;
}

#footer{
	width:799px;
	height:154px;
	margin: 0 auto;
	background-image:url(images/bgbottom.jpg);
	background-repeat:no-repeat;
	text-align: left;
}

#footertext{
width:280px;
float:left;
text-align:left;
padding-top: 25px;
font-size: 12px;
}

#corner {
border:none;
float:none;
height:121px;
left:0;
margin:0;
overflow:visible;
padding:0;
position:absolute;
top:0;
width:129px;
z-index:10;
}

a:link{
	color:#08003C;
}

#content a{
	color:#ffffff;
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

#special{
	clear:both;
	font-size:14px;
	text-align:left;
	padding:10px 22px;
	margin:22px;
	border:1px solid gray;
	-webkit-box-shadow: 0 0 10px #CECECE;
	-moz-box-shadow: 0 0 10px #CECECE;
	box-shadow: 0 0 10px #CECECE;
}

#special p{
	margin:1em 0;
}
