	body {
		margin: 30px 20px 20px 30px;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: .75em
		
		color: #FFFFCC;
		}
	#header {
  position: fixed;
  padding: 10px 0 0 15px;
  background-image: url(http://www.kraftylady.com.au/graphics/bg/maroon_marble.jpg);
  background-repeat: repeat-x;
  height: 66px;
  width: 100%;
  z-index: 1000;
}
a:link {color: #00CC00; }
a:visited {color: #66FFCC; }
a:hover {color: #FFFF00; }
a:active {color: #66CCFF; }
FONT { color : #ffffff; }
#sideNav {
  position: fixed;
	top: 80px;
	left: 0px;
	font-size: .8em;
	width: 150px;
	padding: 10px;

}	
	
#sideNav a {
	size: .12em;
}
	
#sideNav a:hover {
	text-decoration: underline;
}

#sideNav ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0; 
}

#sideNav li {
  margin: 0 0 10px 0;
}
#centercontent {
position: absolute;
	top: 87px;
	left: 5px;
border:0px solid #000;
margin-left: 150px;
margin-right:50px;
	}

/* bottom */
#bottom {
    width: 100%;
	clear: both;
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	border-top: 1px solid #284508;
	}
