html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%;
background-color:#75A3E7;
color:#008FCE;
background-image: url(http://www.spa-allure.com.au/images/bubbles.gif);
} 
 
#wholepagewidth{ 
 width:820px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
} 
 
#header{ 
 height:25px; 
 width:100%; 
 background-color:#E6F7FE; 
 font-weight:bold;
 } 

#header1{ 
 height:180px; 
 width:100%; 
 background-color:#E6F7FE; 
 font-weight:bold;
 } 
 
#header2{ 
 height:10px; 
 width:100%; 
 background-color:#E6F7FE;
 color:#CC3300;
 text-align:center; 
} 

#leftcolumn{
 width:165px; 
 float:left; 
 position:relative; 
 margin-left:-165px; 
 margin-right:1px;
 text-align:left; 
 font-weight:bold;
 color:#333333;
 background-color:#E6F7FE;
 }
 
#outer{ 
 border:solid #E6F7FE 5px; 
  /*/*/ border-left-width: 165px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #E6F7FE;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 10px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #E6F7FE;  /* right column colour */ 
border-right-style: solid; 
  background-color: #E6F7FE; /* center column colour */ 
width: auto; 
 } 
 
#rightcolumn{
 /*/*/ width:10px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-10px; 
 margin-left:1px; 
} 
 
#footer{
 width:820px; 
 height:220px; 
 background-color:#75A3E7;margin-left:auto; 
 margin-right:auto;  
} 
 
#footer1{
  width:820px; 
 height:100px; 
 background-color:#75A3E7; 
 color:#FFFFFF;
 text-align:center;margin-left:auto; 
 margin-right:auto; 
} 
 
#footer2{
 width:820px; 
 height:75px; 
 background-color:#75A3E7; 
 color:#000066;
 text-align:center; 
 font-size: 80%;margin-left:auto; 
 margin-right:auto; 
} 
  
#inner{margin:0; width:100%;}
 
#maincolumn{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 -8px 0 -2px;
	color:#008FCE;
	font-family: Arial, Helvetica, sans-serif;
}
 
#outer>#inner { border-bottom: 0px solid #008FCE;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

.underline {text-decoration:underline} 
.subheader {font-weight:bold; font-style:italic} 
.title {font-family:Maiandra GD; font-size: 180%; color: #008FCE; } 
.subtitle {font-family: Arial, Helvetica, sans-serif; font-size: 120%; color: #008FCE; font-weight:bold;} 

.links ,links:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FFFFFF; text-decoration: none; }
.links:hover {color: #000066;}
.gallerylinks ,gallerylinks:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #008FCE; text-decoration: none; }
.gallerylinks:hover {color: #000066;}
.pagelinks ,pagelinks:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #008FCE; text-decoration: none; font-weight:bold;}
.pagelinks:hover {color: #000066;font-weight:bold;}
.linksfooter ,linksfooter:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #000066; text-decoration: underline; font-weight:bold;}
.linksfooter:hover {color: #FFFFFF;font-weight:bold;}
.linkssmall ,linkssmall:hover {font-family: Arial, Helvetica, sans-serif;font-size: 80%; color: #008FCE; text-decoration: none; }
.linkssmall:hover {color: #000066;}

.footerdiv {color: #FFFFFF; font-weight:bold;}


 /*printer styles*/ 
@media print{
/*hide the left column when printing*/
#leftcol{display:none;} 

/*hide the right column when printing*/
#rightcol{display:none;}  
}

		.phppgmainbox { /* holds next/prev links and main image */
			margin:10px auto 0 auto; 
			padding:0; 
			min-height:400px;
			}
		.phppgnextbox { /* holds next and previous links */
			margin-bottom:5px; 
			padding:0;
			text-align:center; 
			}
		.phppgimagebox { /* table, holds main image */
			margin:0 auto 0 auto;
			padding:0;
			}
		.phppgimageframe { /* frame around main image */
			width: auto; 
			border: 1px solid #CCC; 
			background-color: #EEE; 
			padding: 15px 15px 40px 15px;
			}
		.phppgimagetag { /* main image's img tag style */
			border: 1px solid #CCC;
			}
		.phppggifbox { /* table style that holds gif thumbnail's */
			margin:10px auto 0 auto; 
			padding:0; 
			border-collapse:collapse;
			}
			.phppggifbox td {
				padding: 5px; 
				border:1px solid #999;
				border-collapse:collapse;
				text-align:center;
				vertical-align:middle;
				}
