html, body {
   margin : 0;
   padding : 0;
}

body {
	color : #F6FAA5;
	width : 100%;
	font-family: Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #4d2b43;
	background-image: none;
}

/* Links within paragraphs (subtle) */
p a {
	background : #0A0907;
	text-decoration: none;
	right: 20px;
}

/* Links within paragraphs (revealed) */
p:hover a {
		color :#FFFFFF;
	background-color: #4D2B43;
}

#container {
	width : 750px;
	color : #000000;
	line-height : normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

/* TOP TITLE BAR */

#top {
	margin:0;
	padding : 0;
	color:#333;
	background-color: #050D10;
	background-image: url(images/purplerainheader.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 100px;
	width: 750px;
	position: relative;
}
#top h1 {
	margin : 0;
	letter-spacing:5px;
	text-align:center;
	color:#F6FAA5;
	font-family: "Tahoma", Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
	visibility: visible;
	background-color: transparent;
	vertical-align: bottom;
	background-image: none;
	position: relative;
	width: 750px;
	top: 20px;
}
#top p {
	padding : 5px;
	font-size: 12pt;
	color: #F6FAA5;
	letter-spacing: 1pt;
	margin: 5px;
	text-align: right;
}
#top a:link, #top a:visited {
	color: #FFFF00;
	background:transparent;
	text-decoration: none;
	font-size: 9pt;
}
#top a:hover {
	color: #FFFFFF;
	background-color: #4D2B43;
}

/* LEFT SIDEBAR */
#leftnav {
	float : left;
	width : 136px;
	color : #F6FAA5;
	background-color: #050D10;
	line-height: 12pt;
	background-image: url(images/Temp/Sydneyvert2.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-color: #180000;
	border-right-color: #180000;
	border-bottom-color: #180000;
	border-left-color: #180000;
	list-style-type: none;
	height: 513px;
	margin-top: 0px;
	text-align: left;
}

/* RIGHTSIDEBAR */
#rightnav {
	float : none;
	width : 136px;
	color : #F6FAA5;
	background-color: #050D10;
	position: fixed;

	right:0px
	line-height: 12pt;
	background-image: url(images/Temp/Sydneyvert2.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-color: #180000;
	border-right-color: #180000;
	border-bottom-color: #180000;
	border-left-color: #180000;
	list-style-type: none;
	height: 513px;
	margin-top: 0px;
	text-align: left;
	right: 0px;
}
/*Copy from below
#footer {
	clear : none;
	color : #CCCCCC;
	background-color: #0A0907;
	border: 2px none #520934;
	position: fixed;
	float: none;
	bottom: 0px;
	width: 744px;
}*/

#content {
	padding : 5px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 145px;
}

#content #content{
	padding : 5px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

#contentinfo {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#content p {
        color : #676771
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
 
#footer {
	clear : none;
	color : #CCCCCC;
	background-color: #0A0907;
	border: 2px none #520934;
	position: fixed;
	float: none;
	bottom: 0px;
	width: 744px;
}

#footer a:link, #footer a:visited {
	font-size: 9pt;
	color : #333333;
	text-decoration : none;
	background-color: #ECE9D8;
}

#footer a:hover {
	font-size: 9pt;
	color :#FFFFFF;
	background-color: #4D2B43;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}




#leftnav p {
	background-color: #180000;
	padding: 5px;
	margin: 10px;
	text-align: left;
	border: thin solid #686872;
	clip: rect(auto,auto,auto,auto);
}

#leftnav h1 {
	background-color: #20205E;
	margin: 5px;
	text-align: center;
	border: 3px solid #E4E7EE;
	clip: rect(auto,auto,auto,auto);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #F6FAA5;
	padding: 3px;
}
h1 {
	margin : 0;
	letter-spacing:2px;
	color:#0000FF;
	background:inherit;
	font-family: Arial, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14pt;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #656C4A;
	font-weight: bolder;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
h2 {
	margin : 0;
	letter-spacing:2px;
	color:#0000FF;
	background:inherit;
	font-family: Arial, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #656C4A;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
}


h3 {
	margin : 0;
	color:#0000FF;
	background:inherit;
	font-family: Arial, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11pt;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 30px;
	font-weight: bold;
}
h4 {
	background-color: #20205E;
	margin: 5px;
	text-align: center;
	border: 3px solid #E4E7EE;
	clip: rect(auto,auto,auto,auto);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #F6FAA5;
	padding: 3px;
	width: 123px;
	}
h5 {
	margin : 0;
	color:#0000FF;
	background:inherit;
	font-family: Arial, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 10pt;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 40px;
	font-weight: bold;
}
h6 {
	margin : 0;
	color:#0000FF;
	background:inherit;
	font-family: Arial, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 10pt;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 50px;
	font-weight: bold;
}
#footer img {
   float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */

.happy {
border-top : 1px solid #808080;
padding : 10px;
}

a:link, a:visited {
	font-size: 9pt;
	color : #666666;
	text-decoration : none;
	background-color: #ECE9D8;
}

a:hover {
	color :#FFFFFF;
	background-color: #4D2B43;
}

a:active {
	color : #F6FAA5;
	background-color: #ECE9D8;
}

img {
	border : none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}

.imgright {
float: right;
border: 1px solid #656C4A;
margin: 5px 15px 10px 10px;
padding: 10px;
}


.imgleft {
float: left;
border: 1px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 10px;
}

#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #A6C3AD url(images/pt02.jpg) no-repeat;
color:#000;
}
#navlist li {
	list-style-type: lower-alpha;
	background-color: inherit;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	list-style-position: outside;
	text-align: left;
	float: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 12;
	top: 20px;
	clip: rect(20px,auto,auto,auto);
}

#gallery {
height:100px;
}

#gallery img {
float: left;
padding: 20px;
}

.clear {
clear: left;
}
.small {
font-size:9px
}

.quote {
width: 130px;
margin: 0;
border : 1px dashed #fff;
padding : 10px;
color:#656C4A;
background: #E4DCB2;
font-size: .8em;
}

.search { 
background: #E4DCB2; 
color: #000;
border-top: 1px solid #F0E9DD;
border-bottom: 1px solid #F0E9DD;
clear: both;
text-align: left; 
padding: 5px 0 5px 0;
}

form { 
margin: 0; 
}

input.search { 
	width: 80px; 
	border: none;
	color: #000;
	background: url(images/input.gif); 
	padding: 4px; 
}

input.login { 
	width: 80px;
	border: none; 
	background: url(images/logininput.gif); 
	padding: 4px; 
}
#container #content p {
	margin: 0px;
	background-position: left center;
	border: 3px none #0A0907;
}
#container #content a {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0A0907;
	border-right-color: #0A0907;
	border-bottom-color: #0A0907;
	border-left-color: #0A0907;
}
#container #footer td {
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #74737B;
}
/* New code */

#container #content a, #container #content a:visited	/* menu at rest */
	{
	color: #FFFF00;
	background: #0A0907;
	text-decoration:none;
	}
	
#container #content a:hover	/* menu at mouse-over  */
	{
	color: #FFFFFF;
	background-color: #4D2B43;
	}
	
#container li /* List elements in container */
        {
	padding: 2px;
	list-style-type: disk;
}
#container #prices /*Table formatting in prices.htm*/
         {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #4D2B43;
}		 
#maintable {
	border: 2px solid #4D2B43;
	cell-pad:3px;
	cell-space:3px;
	cell-border:2px solid #4D2B43;
	margin: 3px;
	padding: 3px;
}
