html, body {
	height: 100.1%;
}
body {
	background-color: white;
	color: #555;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #555;
}
a:hover, a:active, a:focus {
	color: black;
	text-decoration: underline;
}
#wrapper { 
	margin: 0 auto;
	width: 680px;
	padding: 20px 0 0 0;
}
#sidebar {
	font-size: 0.85em;
	padding: 0;
	width: 120px;
	float: left;
	background-color: yellow;
	border-bottom: 1px solid #555;
}
#sidebar p {
	border-bottom: 2px solid white;
	margin: 0;
}
#sidebar li {
	font-size: 100%;
}
#logo {
	display: block;
}
#menu {
	border-top: 1px solid #555;
}
#content {
	padding: 0;
	width: 540px;
	float: right; 
}
#header1 {
	background-color: yellow;
	margin-top: 10px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	height: 53px;
	margin-bottom: 52px;
}
#header2 {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	height: 49px;
}
#header2 h1 {
	margin: 10px 0 0 10px;
	font-size: 1.4em;
}
#footer {
	height: 20px;
	clear: both;
}
h1 {
	margin-top: 0;
	font-size: 1.2em;
} 
h2 {
	margin-top: 0;
	font-size: 1em;
}
h3 {
	margin-top: 0;
	font-size: 1em;
}
p, li, dl {
	margin-top: 0;
	font-size: 0.8em;
	line-height: 1.6;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
blockquote {
	margin-top: 0;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.6;
}
.floatr {
	float: right;
	margin: 5px 0 3px 0.75em;
	border: 1px solid #555;
}
.small {
	font-size: 0.7em;
}