
body {
	margin:0;
	padding:0;
	font-family:Garamond, "Palatino Linotype", sans-serif;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}
#left {
	width:265px;
	float:left;
	padding-top:350px;
	background:url(images/bulldozerbird.png) 0 0 no-repeat;
}
#middle {
	width:450px;
	float:left;
	margin:0 10px;
}
#right {
	width:265px;
	float:right;
}
#heading {
	text-indent:-999em;
	height:150px;
	background:url(images/copse.gif) 0 0 no-repeat;
}
#left a {
	display:block;
	text-indent:-999em;
	position:relative;
	width:195px;
	height:120px;
	margin-left:20px;
	cursor:pointer;
}
#left a span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.links a span { background:url(images/links.jpg) 0 0 no-repeat;}
.cartoonkate a span { background:url(images/homepage.jpg) 0 0 no-repeat;}
a, a:link, a:hover {
	color:#030;
}