/* vim: set ts=4 sw=4 noet: */
html, body {	background: #800000  center 0 repeat-y; color: yellow; }
html, body, p, table {	margin: 0; padding: 0; line-height: 1.4;
				font-family: FreeSans, Arial, sans-serif; font-size: 13px; }
body {			text-align: center; }
#wrapper {		background: #800000; width: 760px; margin: 0 auto;
				text-align: left; }
#head, #foot {	background: #a00000; }

#head {			padding: 4px; border-bottom: 2px solid yellow; height: 26px; }
#menu {			float: left; width: 140px; /*border-right: 1px solid yellow; border-bottom: 1px solid yellow;*/ }
#body {			float: left; width: 500px; margin-bottom: 28px; }
#foot {			clear: both; padding: 4px 0; text-align: center; font-style: italic;
				border-top: 1px solid yellow; height: 20px; position: fixed; bottom: 0;
				width: 760px; }

#head h1 {		margin: 0; padding: 0; text-align: center; font-size: 20px;
				font-style: italic; }

#menu ul, #menu li {	list-style: none; margin: 0; padding: 0; }
#menu li {		display: inline; }
#menu a {		color: yellow; display: block; font-weight: bold; text-decoration: none;
				padding: 2px 4px; }
#menu a:hover, #menu .active a { background: yellow; color: #800000; }

#body h2 {		margin: 0; padding: 10px 20px; font-weight: bold; font-size: 16px; }
#body p {		font-size: 14px; padding: 10px 20px; }
#body a {		font-weight: bold; color: yellow; }
#body a:hover {	color: #ff8000; }
#body address {	padding: 10px 20px; }

