/* CSS Document */

BODY, TABLE {   
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: 12px;
    background-image: url(images/tree.jpg);
    background-repeat: repeat;
	background-color: #ffffff;
}

H1 {
	color: navy;
	font-size: 18px;
	}
	
H2 {
	color: navy;
	font-size: 14px;
}

H3 {
	color: navy;
	font-size: 12px;
}

H4 {
	color: navy;
	font-size: 10px;
}
			
A:link	{	
	text-decoration:	none;
	color:	navy;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: navy;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	navy;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: navy;
	}
	
#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	border:0px solid red;
	}	
	
#heading {
	position: absolute;
	top: 5px;
	left:35%;
	}
	
#heading2 {
	position: absolute;
	top: 25px;
	left:23%;
	}
	
#content {
	position: absolute;
	top: 20px;
	left: 0px;
		border: 0px solid blue;
	}

#island {
	position: absolute;
	top: 40px;
	left: 10px;
	font-size: 12px;
	width: 360px;
		border: 0px solid green;
	}

#beachpic {
	position: absolute;
	top: 0px;
	left: 375px;
	border: 0px solid orange;
	}

#apartment {
	position: absolute;
	top: 250px;
	left: 10px;
	width: 760px;
		border: 0px solid gray;
	}
	
#firstblocktext {
	position: absolute;
	top:150px;
	left: 520px;
	font-size: 12px;
	width: 225px;
		border: 0px solid pink;
	}
		
#blockpic1 {
	position: absolute;
	top: 110px;
	left: 10px;
	}

#secondblocktext {
	position: absolute;
	top: 370px;
	left: 10px;
	font-size: 12px;
	width: 225px;
	}
	
#blockpic2 {
	position: absolute;
	top: 340px;
	left: 255px;
	}
	
#thirdblocktext {
	position: absolute;
	top: 545px;
	left: 0px;
	font-size: 12px;
	width: 760px;
	}
		
#develop {
	position: absolute;
	top: 820px;
	left: 10px;
	font-size: 12px;
	width: 760px;
	}
	
#footer {
	position: absolute;
	top: 1000px;
	left: 415px;
	font-size: 12px;
	width: 350px;
	font-weight: bold;
	border: 1px solid;
	padding: 5px 5px 20px 5px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	background-color: 4D6BB3;
	color: #ffffff;
	}
	
.email {
	font-size: 16px;
	font-weight: bold;
	}
	
#bulletlist {
	position: absolute;
	top: 915px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	width: 450px;
	padding: 5px 5px 5px 5px;
	}


#useful {
	background-color: 4D6BB3;
	border: 1px solid;
	}
	
	
#specialoffer {
	position: absolute;
	top: -20px;
	height: 115px;
	width: 220px;
	left: 570px;
	background:  transparent url(images/starburst.gif) top left no-repeat;
	border: 0px solid red;
		z-index: 1;
}
.specialtext {
	height: 90px;
	width:165px;
	margin: 5px;
	color: #000000;
	font: 10px tahoma bold;
	border: 0px solid red;
}