body {
	background-color: #fff;
	font-family: "Trebuchet MS", Charcoal, Helvetica, sans-serif;
	color: 474747;
}
h2 {
	font-size: 1.4em;
	border-bottom: solid 1px #c28e70;
	color: #c28e70;
	font-weight: bold;
}
p {
	font-size: 1em;
}
#wrapper {
	width: 760;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #474747;
	background-color: #ebf0db;
}
#banner {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 2px solid #474747;
}
#main {
	background: url(images/Big-O.jpg) center no-repeat;
	margin-left: 180px;
	margin-right: 3em;
}
#mainnav {
	margin-left: 180px;
	padding-top: 0;
}
#sidebar {
	float: left;
	width: 170;
	margin-right: 10px;
	margin-top: 40px;
}
#sidebar ul {
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	list-style-type: none;
	cursor: hand;
	margin-left: 1em;
}
#sidebar > ul > li {
	border-bottom: solid, thin, #474747;
	margin-right: 50px;
}
#sidebar > ul > li > a {
	color: #474747;
	text-decoration: none;
}
#sidebar > ul > li > hover {
	color: #474747;
	text-decoration: underline;
	font-style: italic;
}
#sidebar > ul > li > visited {
	color: #474747;
	text-decoration: none;
}
#sidebar ul ul{
	padding: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	list-style-type: none;
	cursor: hand;
	margin-left: 1em;
	margin-right: 50px;
	border: 0;
}
#sidebar ul ul li {
	border: 0;
}
/* CSS Document */

h1 {
	margin-bottom: 35px;
}
.hours {
	font-size: 0.75em;
	color: #474747;
	padding-left: 10px;
}
h3 {
	font-weight: bold;
	color: c28e70;
	font-size: 1em;
}

ul {
	text-decoration: none;
	list-style-type: none;
}
