body {
	background: #fff;
	font-family: 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
}

div, a, h2, h3, h4 {
	background: none !important;
	color: #333 !important;
	border: none !important;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 160%;
}

a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

div#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

div#banner {
	height: 150px;
}

div#fontstuff {
	position: absolute;
	top: 60px;
	right: 70px;
}

div#searcharea {
	position: absolute;
	left: 40%;
}

div#nav {
	position: absolute;
	top: 40px;
	left: 0;
}

ul.tabbernav {
	margin-left: -9999px;
}	

div#footer {
	clear: both;
	float: none;
	border-top: 1px solid #ccc;
}