* {
	font-family: "Trebuchet MS", sans-serif;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: url(/images/nav/body.gif) repeat-x;
}
hr {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.8em;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	font-style: italic;
}
h4, 
h5, 
h6 {
	font-size: 1em;
}
a:link {
	color: #333;
}
a:visited {
	color: #666;
}
a:hover, 
a:active {
	background: #55b05a;
	color: #fff;
}
a img {
	border: 0 none;
}
#head, 
#body, 
#foot {
	width: 45em;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 1em;
	line-height: 1.5;
}
#head {
	padding-top: 1em;
	padding-bottom: 1em;
}
#logo {
	margin: 0;
	float: left;
}
#logo a {
	text-align: center;
	font: bold 2em/1.2em "Trebuchet MS", sans-serif;
	color: #55b05a;
	text-decoration: none;
}
#logo a:hover, 
#logo a:active {
	background: none;
	color: #55b05a;
}
#logo span {
	font-size: 0.5em;
}
#topnav {
	float: right;
	margin: 0;
	padding: 2em 0 0;
	list-style: none;
}
#topnav li {
	display: inline;
	padding: 0 0.5em;
}
#topnav li a {
}
#content-area {
	width: 30em;
	float: left;
	max-width: 60%;
	clear: both;
}
#body h1, 
#body h2, 
#body h3, 
#body h4, 
#body h5, 
#body h6 {
	color: #050;
}
#sidebar {
	float: right;
	width: 15em;
	max-width: 30%;
}
#sidebar select, 
#sidebar input {
	max-width: 100%;
}
#site-submit {
	font-size: 0.9em;
}
#foot {
	clear: both;
	text-align: right;
	padding-top: 1em;
	padding-bottom: 1em;
}
#foot p {
	margin: 0;
	font-size: 0.8em;
}
#foot p img {
	vertical-align: middle;
}

#body .button {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 0.8em;
	padding: 0.1em 0.3em;
	text-decoration: none;
	background: #f0fff0;
}
#body .button:hover {
	color: #fff;
	background: #55b05a;
}
#body .button:active {
	color: #fff;
	background: #55b05a;
	border-top-color: #999;
	border-left-color: #999;
	border-bottom-color: #eee;
	border-right-color: #eee;
}
