body {
font-size:12px;
font-family: verdana, "trebuchet MS", helvetica, sans-serif;;
background-color: #FEF6E2;
width: 98%;
background-image: url(gradient.png);
background-repeat: repeat-x;
overflow: hidden;
}
#wrapper{
overflow: hidden;
}
#header {
height: 200px; 
margin: 0px;
}
#main {
background-color: #FEF6E2;
margin-top: auto;
margin-bottom:auto;
}
#quote {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width: 700px;
}
#footer
	{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background-color: #CCC;
	}
#footer-nav	{
	position: absolute;
	left: 11px;
	bottom: 0px;
	color: #999; 
	height: 18px;
	}
#footer-nav ul,
#footer-nav li	{
	display: inline;
	}
#infopane {
	display: none;
}
#search {
	display: none;
}
a {
	text-decoration:none;
	color:#586B7A;
}
a:hover {
	text-decoration:none;
	color: #94B3C5;
}
a.infolink {
	float:right;
	text-decoration:none;
	color:#586B7A;
}
a.infolink:hover {
	float:right;
	text-decoration:none;
	color: #94B3C5;
}
a.infolinkleft {
	float:left;
	text-decoration:none;
	color:#586B7A;
}
a.infolinkleft:hover {
	float:left;
	text-decoration:none;
	color: #94B3C5;
}
p.quote {
	font-weight: bold;
	font-size: large;
}
p.author {
	font-size: medium;
	margin-top: 20px;
}
p.footer {
	text-align: center;
}
p.leftfooter {
	float: left;
	margin-left: 11px;
	clear:right;
}
p.rightfooter {
	margin-right: 11px;
	float:right;
	display:block;
}
