HTML			{
			margin: 0px;
			}
BODY			{
			font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Verdana', 'Tahoma', 'Arial', sans-serif;
			color: #fff;
			margin: 0px;
			background: url("bg.gif");
			}
a			{
			color: #45a3e3;
			}
a:hover		{
			color: red;
			}
p			{
			text-align: justify;
			}

/*------------------- DIV ZONE -------------------*/

#container		{
			margin: 0px;
			width: 720px;
			height: auto;
			background: #b6e7bd;
			}
#header		{
			width: 720px;
			height: 324px;
			border-top: 1px solid transparent;
			background: url("pantai.png");
			}
			#header SPAN {
					display: block;
					margin: 0px;
					width: 720px;
					height: 324px;
					}
			#header H1 	{
					position: absolute;
					left: 15px;
					top: 15px;
					display: block;
					width: 600px;
					height: auto;
					font: italic bold 50pt 'Georgia',Times New Roman ;
					letter-spacing: -5px
					}
			#header H4 	{
					position: absolute;
					left: 300px;
					top: 220px;
					width: 400px;
					height: auto;
					display: block;
					font: italic normal 10pt 'Georgia', Times New Roman ;
					color: #000;
					text-align: justify;
					}
#menuleft		{
			position: inherit;
			display: block;
			width: 150px;
			height: auto;
			float: left;
			margin-left: 10px;
			}	
			#menuleft H3 	{
						display: block;
						width: 150px;
						height: auto;
						text-align: center;
						font: italic bold 12pt 'Georgia', Times New Roman;
						color: teal;
						}
			#menuleft UL LI 	{
						list-style-type: none;
						padding: 0px;
						display: block;
						font: italic bold 10pt 'Georgia', Times New Roman;
						color: #000;
						}
#subcontainer 	{
			position: inherit;
			border-left: 1px dotted #000;
			display: block;
			width: 520px;
			height: auto;
			padding-left: 10px;
			float: left;
			}				
#singlecontent	{
			width: 520px;
			height: auto;
			}
			#singlecontent H3	{
						font: italic bold 15pt 'Georgia', Times New Roman;
						color: #0099CC;
						}
			#singlecontent P	{
						position: relative;
						font: normal 8pt 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Verdana', 'Tahoma', 'Arial', sans-serif;
						color: teal;
						line-height: 18pt;
						z-index: 3;
						}
#multiplecontent	{
			width: 520px;
			height: auto;
			border: 1px solid teal;
			margin-left: 150px;
			z-index: 3;
			}
			#multiplecontent H3	{
						font: italic bold 15pt 'Georgia', Times New Roman;
						color: #0099CC;
						z-index: 3;
						text-align: center;
						}
			#multiplecontent P	{
						position: relative;
						font: normal 8pt 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Verdana', 'Tahoma', 'Arial', sans-serif;
						color: teal;
						line-height: 18pt;
						z-index: 3;
						}
#footer		{
			font: normal 8pt 'Arial', Verdana, Tahoma;
			padding-top: 5px;
			padding-bottom: 5px;
			border-top: 1px dotted teal;
			display: block;
			width: auto;
			height: 20px;
			color: #000;
			text-align: center;
			clear: left;
			}
#extradiv1 	{
		position: absolute;
		width: 323px;
		height: 338px;
		background: url("starfish.png");
		z-index: 2;
		top: -60px;
		left: 550px;
		}
#extradiv2 	{}
#extradiv3 	{
		position: absolute;
		width: 200px;
		height: 120px;
		background: url("fish1.png");
		z-index: 2;
		bottom: 10px;
		right: 10px;
		}
#extradiv4 	{
		}
#extradiv5 {
					 }
#extradiv6 {
					 }