/* Design by Digital Crayon 2010 */
/* Surfing Westernm Australia - GROMSTART */

/* _______________________________________________________________ */

/*basic elements*/


body { 
	position: absolute; top: 0px; left; 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #ffffff url('images/wave_background_short.jpg') no-repeat;
	width: 1019px;
	height: 864px;
	}
	
/* _______________________________________________________________ */

/*divisions*/

#container {   /*The middle text plus header and footer*/
	position: absolute; top: 0px; left; 0px;
	margin: 0 auto;
	background: #ffffff;
	height: 864px;
	}
/* _______________________________________________________________ */

#header {  /*The top image*/
	position: absolute; top: 0px; left; 0px;
	width: 899px;
	height: 28px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url('images/header.jpg') no-repeat;
	}
	
/*Surfing WA link to their home page*/
#surfing_wa_link {
	position: absolute; top: 6px; left: 695px;
	width: 190px;
	z-index: 1;
	}
	

a.header:link {	/*Link font colour and style*/
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff; /*White*/
	font-weight: none;
	text-decoration: none;
	border-bottom: #000000;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	}

a.header:hover {	/*The link turns this colour when the mouse hovers above it or on top of it*/
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #82c2f2; /*Light Blue*/
	font-style: none;
	font-weight: none;
	text-decoration: none;
	border-bottom: #000000;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	}

a.header:active {		/*The link turnes this colour when it is clicked on*/
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #82c2f2; /*Light Blue*/
	font-style: none;
	font-weight: none;
	text-decoration: none;
	border-bottom: #000000;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	}

a.header:visited {		/*The link turns this colour after it has been clicked on.*/
	color: #ffffff; /*Same Colour as the Active Link colour - visited links look no different from non-visited*/
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	border-bottom: #000000;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	}
	
/*Logo_____________________________________________________________________________________________Logo*/

#gromstart_logo {
	position: absolute; top: 40px; left: 15px;
	width: 334px;
	height: 153px;
	}

	
/*NO INFO PAGE_____________________________________________________________________________________________NO INFO PAGE*/

/*NO INFO TEXT*/
#text_1 {
	position: absolute; top: 250px; left: 50px;
	width: 562px;
	height: 223px;
	}
	
/*Surfing WA link*/
#surf_wa_link {
	position: absolute; top: 373px; left: 291px;
	width: 112px;
	height: 19px;
	}
	
/*Surfing WA Surf School link*/
#surf_school_link {
	position: absolute; top: 373px; left: 499px;
	width: 113px;
	height: 16px;
	}

/*Back to GromStart Link*/
#back2gromstart_link {
	position: absolute; top: 480px; left: 50px;
	width: 230px;
	height: 28px;
	}
	
	
/* _______________________________________________________________ */	
	
p { 
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	white-space: normal; 
	color: #ffffff; /*White Colour for the text*/
	}


a:link {	/*Link font colour and style*/
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff; /*White*/
	font-weight: none;
	text-decoration: none;
	border-bottom: #000000;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	}

a:hover {	/*Link font colour and style*/
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #82c2f2; /*White*/
	font-weight: none;
	text-decoration: none;
	border-bottom: #000000;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	}

	

/*FOOTER POSITION_____________________________________________________________________________________________FOOTER POSITION*/

#footer_text2 {
	position: absolute; top: 846px; left: 10px;
	width: 500px;
	height: 30px;
	}

#footer_background2 {
	position: absolute; top: 854px; left: 0px;
	width: 532px;
	height: 26px;
	z-index: -1;
	}

#sunsmart_logo2 {
	position: absolute; top: 834px; left: 554px;
	width: 69px;
	height: 39px;
	}

#dsr_logo2 {
	position: absolute; top: 829px; left: 640px;
	width: 138px;
	height: 50px;
	}
	
