html, body {
	margin: 20px;
	background: #eee;
	font-family: georgia;
	text-align: center;
}

a:link { color: #009; }
a:visited { color: #009; }
a:hover { color: #009;  text-decoration: none; background: #eee; }
a:active { color: #009; }

img {
	border: 0;
}

#container {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	min-width: 650px;
}

#banner {
	text-align: right;
	background: url(/images/top-left.gif) top left no-repeat;
}

#content {
	text-align: left;
}

#nav {
	background: url(/images/bottom-right.gif) bottom right no-repeat;
}

#banner, #content, #nav {
	padding: 20px;
}

#nav {
	clear: both;
	font-size: 75%;
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li {
	display: inline;
	margin: 10px;
	padding: 5px;
}

.code {
	text-align: left;
	font-family: courier;
	font-size: 14px;
}