/* stylesheet */
body, ul, li, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #260;
	border-bottom: 1px dotted #260;
}
a:hover {
	border-bottom: 1px solid #260;
}
body {
	font-family: Georgia, "Times New Roman", serif;
	color: #222;
	font-size: 1em;
	text-align: center;
}
#topbar {
	width: 100%;
	text-align: right;
	background: #9c7;
	border-bottom: 1px solid #6a3;
	padding: 5px 0px;
	font-size: 14px;
}
#container {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	margin-top: 30px;
	padding: 5px;
}
#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	background: #eee;
	font-size: 12px;
	text-align: center;
}

/* === #header === */
#topbar ul {
	list-style: none;
}
#topbar li {
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #fff;
}
#topbar li.last {
	border: none;
}
#topbar li a, #topbar a.left {
	border: none;
}
#topbar li a:hover, #topbar a.left:hover {
	color: #371;
}
#topbar a.left {
	text-align: left;
	float: left;
	margin-left: 5px;
}
/* === #container === */
#header {
	width: 100%;
	float: left;
}
#header h1 {
	font-size: 2.3em;
	color: #380;
	font-variant: small-caps;
}
#content {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 1.2em;
	font-family: Arial, Verdana, sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #601;
	border-bottom: 1px solid #999;
	margin: 5px 0px 3px 0px;
}
#content ul {
	list-style: square;
	padding-left: 30px;
	margin-top: 5px;
}
#content li {
}
/* === #footer === */
#footer ul {
	list-style: none;
	font-family: Arial, Verdana, sans-serif;
}
#footer li {
	display: inline;
	border-right: 1px solid #999;
	padding: 0px 5px;
}
#footer li.last {
	border: none;
}
#footer #update {
	font-style: italic;
}