@charset "UTF-8";

/* CHANGE BODY BACKGROUND (SAND COLOR) TO COORDINATE */

body {
	background-color: #d7c08e;
}

/* HEADER */

div#header{
	background:url(../images/bg_daywater.png) top repeat-x;
}

div#header_content{
	background:url(../images/bg_castleheader.png) top left no-repeat;
}

/* HEADLINE */

/* Marketing Services Headline */
div#headserv{
	position:absolute;
	display:block;
	top:115px;
	right:70px;
	width:419px;
	height:152px;
	text-indent:-9999px;
	background:url(../images/headline_cherry_day.png) 0px 0px no-repeat;
}
/* About Us Background */	
div#headabouts{
	position:absolute;
	top:115px;
	right:70px;
	width:419px;
	height:152px;
	text-indent:-9999px;
	background:url(../images/headline_aboutus_day.png) 0px 0px no-repeat;
}

/* WATER */

div#water_container{
	position:relative;
	width:1024px;
	height:162px;
	margin:0px auto;
}
div#waterdecor{
	width:1024px;
	height:162px;
	margin:0px auto;
	background:url(../images/sunreflection.png) 15px 0px no-repeat;	
}
/* SANDY AREA */

div#sand{
	background:url(../images/bg_daysand.png) top center repeat-x;
}

/* AP GRAPHICS */

/* CRAB */ 
div#sanddecor1{
	position:absolute;
	top:70px;
	left:20px;
	width:414px;
	height:99px;
	background:url(../images/crab.png) 0 0 no-repeat;
	z-index:1;
}

/* SANDCASTLE */ 
div#sanddecor2{
	position:absolute;
	top:-90px;
	right:0px;
	width:565px;
	height:436px;
	background:url(../images/castle.png) 0 0 no-repeat;
	z-index:1;
}

/* H TITLES */

h1#deliciousness{
	display:block;
	margin: 20px 0px;
	width:453px;
	height:25px;
	background:url(../images/h1_deliciousness.png) 0px 0px no-repeat;
	text-indent:-9999px;
}
	

	

	
