body, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background: #ddd;
	font-family: arial, sans-serif;
	font-size: 14px;
}


ul {
	list-style-type: none;
}

:active, :focus {
  outline: none;
}

a {
	text-decoration: none;
	color: #999999;
}

a:hover {
  background: #999999;
  color: white;
}

#wrapper {
	width: 750px;
	margin: 0px auto;
	padding: 10px 20px 10px 20px;
	background: white;
}

#toolbar li {
	display: inline;
	margin-right: 10px;
	font-size: 0.8em;
}

#toolbar li a {
  padding: 2px 5px 2px 5px;
	color: black;
}

#toolbar li a:hover {
	background: black;
	color: white;
}

#toolbar .active {
  padding: 2px 5px 2px 5px;
  background: #999999;
  color: white;
}

#navigation {
	margin-top: 5px;
	padding: 10px 0 10px 0;
	text-align: center;
	background: #999999;
	border-bottom: 10px solid #f1f1f1;
}

#navigation li {
	display: inline;
	font-size: 1.3em;
	margin-right: 15px;
}

#navigation li a {
	padding: 2px;
  color: black;
}

#navigation li a:hover {
  background: black;
	text-decoration: none;
  color: #ffffff;
}

.last {
	margin-right: 0 !important;
}

#content {
	margin-top: 20px;
}

.love {
	font-weight: bold;
  color: #FFFFFF;
}

.clearances a {
	color: black;
}

.clearances strong {
	color: #FFFFFF;
}

.clearances a:hover {
	background: #FFFFFF;
	color: white;
}

.clearances a:hover strong {
	color: white;
}

.strap {
	clear: both;
}

.logo {
	text-align: center;
	margin-bottom: 15px;
}

#areas {
	font-size: 0.8em;
	color: #777;
}

#copyright {
	margin-top: 20px;
	font-size: 0.8em;
	text-align: justify;
	border-top: 1px solid #d1d1d1;
	color: #999;
}

#copyright p {
	margin: 7px 0 0 0;
}