﻿#container {
	width: 90%;
	margin: 0 auto;
}
#content {
	float: none;
	width: auto;
}
#sidebar {
	float: none;	
}
#header {
	padding-top: 5px;	
}
#header #logo {
	float: none;
	margin: 15px;
}
#header #logo a {
	height: auto;
	overflow: auto;
	padding-top: 0;
	background: none;
	width: auto;
	float: none;
	margin: 0;
}
#header #logo a img {
	float: none;
}
img {
	max-width: 100%;
	height: auto;
}
#instruments {
	display: none;
}
#nav {
	background: #E5E5E5;
	margin: 0;
	height: auto;
	border-radius: 9px 9px 0 0;
	padding: 10px 29px 6px;
}
#nav ul {
	margin-bottom: 0;
}
#nav ul li {
	margin-bottom: 7px;	
	margin-right: 1.1em;
}
#nav_button {
	float: left;
	margin-bottom: 8px;
}
.button, input.text, textarea.textarea {
	font-family: Trebuchet MS, Arial;
}
div.form-button input {
	margin-left: 0;
}
#footer {
	width: auto;
	background: rgba(0,0,0,0.5);
	border-radius: 9px;
	padding: 15px 29px;
}
#footer div.left {
	float: none;
	margin-bottom: 0.5em;
}
#footer div.right {
	clear: both;
	text-align: left;
	float: none;
}
#footer p {
	margin-bottom: 0.5em;
}
#footer ul {
	display: none;
}
div.box_large {
	background: none;
}
div.box, div#content_container {
	width: auto;
	background: white;
	padding: 15px 29px;
	margin-bottom: 1em;
}
div.box {
	border-radius: 9px;
}
div.box_bottom, div.box_large_bottom, #footer_bottom {
	display: none;
}
div.box_container, div.box_container.box_reducedpadding, #footer_container {
	padding: 0;
	background: none;
}
div#content_container {
	min-height: 50px;
	clear: both;
	border-radius: 0 0 9px 9px;
	padding-bottom: 30px;
}
#sidebar_directions .button {
	float: left;
	margin-left: 1em;
}