body {
	background:#fff;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	background:url(bkgnd.gif) no-repeat center top;
	background-repeat:repeat;
	cursor:url("http://www.nudibranch.com.au/nudi.gif"),default;
	}
		
#frame {
	width:956px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;		
	}
		
#contentleft {
	width:318px;
	padding:0px;
	float:left;
	background:#fff;
	}
	
	
#contentright {
	width:318px;
	padding:0px;
	float:left;
	background:#fff;
	}
	
#contentheader {
	background:#fff;
	height:10px;
	}
		
#contentmenuetc {
	margin-top:-5px;
	}
		
#contentlinks {
	background:#fff;
	}	
		
#contentfooter {
	background:#fff;
	}
		
#contentbar {
	background:#fff
	}
	

/* end of layout definitions and start of text styles */	
		

#contentmenuetc h1 {
	font:18px verdana;
	margin:0px 0px 0px 0px;
	color: red;
	text-align: center;
	text-decoration:none;
	font-weight: bolder;
	}	
	
#contentmenuetc h2 {
	font:14px verdana;
	margin:0px 0px 0px 0px;
	color: black;
	text-align: center;
	text-decoration:none;
	font-weight: bolder;
	}	
		
#contentmenuetc p {
	font:13px verdana;
	margin:0px 0px 0px 0px;
	color: black;
	text-align: center;
	text-decoration:none;
	}		
		
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
	}
		
#contentright h1 {
	font-size:14px;
	padding:0px;
	margin:0px;
	color: #FF0000;
	text-align: left;
	font-weight: bolder;
	}
	
#contentright p {
	font-size:10px;
	}

#contentleft h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
	color: #FF0000;
	text-align: left;
	font-weight: bolder;
	}
	
#contentleft p {
	font-size:13px;
	color: #0000FF;
	text-align: left;
	}

#contentcenter h2 {
	color: #000000;
	text-align: left;
	font-weight: 900;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -5px;
	font: 16px helvetica;
	}
		
#contentcenter h1 {
	color: #990000;
	text-align: left;
	font-weight: bolder;
	font: 26px helvetica;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
		
#contentcenter h3 {
	font: 12px verdana;
	margin-left: 20px;
	margin-right: 20px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	margin-top: -5px;
	}
		
#contentcenter p {
	font: 12px verdana;
	color: #000000;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	}

#contentfooter a, p {
	
	font:10px verdana;
	margin:0px 0px 0px 0px;
	color: #999999;
	text-align: center;
	text-decoration:none;
	}
		
#contentfooter a:hover {
	
	font:10px verdana;
	margin:0px 0px 0px 0px;
	color: #FF0000;
	text-align: center;
	text-decoration:underline;
	}
		

.boldhead {
	font-size:9px;
	}


/*menu stuff */

<style type="text/css">

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: yellow;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

</style>


.wireframemenu{
	width: 293px;
	}

*html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 247px;
	}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

.wireframemenu a{
	font: bold 11px helvetica;
	padding: 3px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #FFCC00;
	text-decoration: none;
	border-bottom: 1px dotted #C0C0C0;
	margin-left:40px;
	}

.wireframemenu a:visited{
	color: #FFCC00;
	}

html>body .wireframemenu a{ /*Non IE rule*/
	width: auto;
	}

.wireframemenu a:hover{
	background-color: #CC0000;
	color: #FFFFFF;
	}
.color-black {
	color:#000000;
	}
	
.color-grey {
	color:#999999;
	}
	
.space {
	margin:	15px;
	}
	
.padding-top {
	margin-top:15px;
	padding-top:15px; 
	}

.hover_img a {
	position:relative;
}
.hover_img a span {
	position:absolute; left: -505px; display:none; z-index:99;
}
.hover_img a:hover span {
	display:block;
}
.hover_img img {
	width: 500px;
}
