body {
	background-color: white;
	padding: 0.5em 1em;
	font-family: Verdana, Arial, sans-serif;
}

img {
	border: 0;
}

h1 {
	background-color: #DDD;
	font-size: 1em;
	padding: 0.2em 0.5em;
}

div#container {
	padding-top: 100px;
	font-family: Georgia, Times New Roman, serif;
	max-width: 90em;
}

* html div#content {
	/* IE FIX */
}

a, a:visited {
	color: #D33;
}

a:hover {
	color: #A00;
}

.clear {
	clear: both;
}

a#logo {
	display: block;
	float: left;
	width: 335px;
	height: 125px;
	background-image: url(../img/logo.jpg);
	background-position: top left;
	background-repeast: no-repeat;
	margin-bottom: 1em;
	margin-top: -80px;
}

div#nav {
	float: right;
}

div#nav ul {
	list-style-type: none;
	margin:	0;
	padding:	0;
}

div#nav li {
	margin: 5px;
	float: left;
	text-align: center;
}

div#nav li.title {
	font-size: 0.7em;
	padding-top: 5px;
}

div#nav li a {
	text-decoration: none;
	color:#000;
	display: block;
	width: 120px;
	background-color: #eee;
	padding: 2px 2px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

div#nav li a:hover {
	color: #eee;
	background-color: #000;
}

div#userbar {
	border: 1px solid black;
	padding: 0.4em;
}

div.quote {
	background-image: url(../img/quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0.7em;
	margin: 0.5em;
	font-style: italic;
}

div.quote_from {
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	border-bottom: 3px solid #e69090;
	margin-bottom: 0.3em;
}

