#menu li {
	list-style-type: none;
	margin: 0;
}

#menu {
	float: left;
	margin: 0.5em;
	width: 11em;
}

#content {
	margin-left: 11em;
	clear: none;
}

#content h2 {
	padding-top: 0;
}

#body {
	background-color: white;
}

#header h1 {
	float: left;
}

.clearfix {
	visibility: hidden;
	display: block;
	clear: both;
}

.documents h2 {
	float: left;
}

#header_box {
	clear: right;
}

#button {
	text-decoration: none; 
	float: right; 
	display: block;
}

/* Float buttons so they are next to eachother */
.disclaimers .submit {
	clear: none;
	float: left;
}
