body {
	background-color:#f1f1f1;
	font-family: georgia,sans-serif;
	color:#333;
	margin:0;
	padding:0;
	background-image: url(graphix/birdseyeseemless.jpg);
	background-repeat: repeat;
}

#wrapper {
width:960px;
background-color:#f8f8f8;
margin:0 auto;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

#header {
	width:960px;
	height:135px;
	margin:0 auto;
	margin-bottom:25px;
	border-top:1px solid #ccc;
	background-image: url(graphix/malabasslogo.png);
}

#header h2 {
padding:10px;
}

#nav {
	width:960px;
	height:40px;
	border-bottom:1px solid #ccc;
	
}

#nav a {
	display:inline;
	padding:11px;
	text-decoration:none;
	background-color:#f1f1f1;
	background-image: url(graphix/malabassnavback.png);
}

#nav a:active, #nav a:focus, #nav a:hover {
	background-color:#A9966C;
	height:80px;
}

#nav #current {
	color:red;
}

#nav #current:active, #nav #current:focus, #nav #current:hover {
	color:blue;
}

#content {
width:675px;
float:left;
padding:10px;
}

#sidebar {
width:200px;
float:right;
margin-bottom:25px;
}

#sidebar a {
text-decoration:none;
}

#sidebar li {
list-style:none;
}

#footer {
	clear:both;
	width:960px;
	height:135px;
	border-top:1px solid #ccc;
	background-image: url(graphix/malabassfooter.png);
}

#footer p {
padding:10px;
}
.italicsquote {
	font-style: italic;
}

