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 {
max-width:800px;
width:100%;
background-color:#f8f8f8;
margin:0 auto;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
	
}

#header {
	max-width:800px;
	width:100%;
	margin-top:0;
    padding:0;
	margin-bottom:0;
	}

#nav {
	max-width:800px;
	width: 100%;
	max-height:80px;
	height: 100%;
	position: inherit;
	
}

#nav a {
	display:inline;
	padding:10px;
	text-decoration:none;
	background-color:#f1f1f1;
	
}

#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 {
max-width:800px;
	width:100%;
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:800px;
	height:115px;
	border-top:1px solid #ccc;
	background-image: url(../graphix/malabassfooter.png);
}

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

