* {
  margin: 0;
  padding: 0;
	text-align: center;
}
body {
  background: #333333 none repeat scroll 0% 50%;
  font-family: "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;
  font-size: 13px;
}
a {
  border-bottom: 1px solid #d0eb6a;
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px dashed #d0eb6a;
  color: #ffffff;
  background-color: #99ff99;
}
#wrapper {
  margin: 0 auto;
  width: 922px;
}
#header {
  border: 1px solid #393939;
  margin: 10px 0px 5px;
  padding: 10px;
  background: #333333 none repeat scroll 0% 50%;
  color: #ffffff;
  width: 900px;
  float: left;
  height: 75px;
}
#strap {
  border: 1px solid #393939;
  margin: 0px 0px 5px;
  padding: 10px;
  background: #333333 none repeat scroll 0% 50%;
  float: left;
  width: 900px;
  color: gray;
  text-align: center;
}
#navigation {
  border: 1px solid #393939;
  margin: 0px 5px 5px 0px;
  padding: 10px;
  background: #333333 none repeat scroll 0% 50%;
  color: #ffffff;
  height: 625px;
  width: 195px;
  float: left;
}
#map_selector
{
	border: 1px solid #393939;
	margin: 0px 0px 5px;
	padding: 10px;
	background: #333333 none repeat scroll 0% 50%;
	float: left;
	color: #cccccc;
	height: 40px;
	width: 325px;
	display: inline;
	position: relative;
}

#map_tools
{
	border: 1px solid #393939;
	margin: 0px 0px 5px;
	padding: 10px;
	background: #333333 none repeat scroll 0% 50%;
	float: right;
	color: #cccccc;
	height: 40px;
	width: 325px;
	display: inline;
	position: relative;
}

#map_tools li
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode" , "Bitstream Vera Sans" , "Trebuchet Unicode MS" , "Lucida Grande" ,Verdana,Helvetica,sans-serif;
	font-style: italic;
	font-variant: normal;
	font-size: 10px;
	line-height: normal;
	list-style: inside;
	color: #cccccc;
}

#map_tools li:hover
{
  background: #cccccc url(images/hover.gif) no-repeat scroll left center;
  color: #000000;
  padding-bottom: 8px;
}


#content {
  border: 1px solid #393939;
  margin: 0px 0px 5px;
  padding: 10px;
  background: #333333 none repeat scroll 0% 50%;
  float: right;
  color: #cccccc;
  height: 625px;
  width: 678px;
  display: inline;
  position: relative;
}
#footer {
  border: 1px solid #393939;
  margin: 0px 0px 5px;
  padding: 10px;
  background: #333333 none repeat scroll 0% 50%;
  float: left;
  width: 900px;
  color: gray;
  text-align: center;
}
#menu {
  margin: 0;
  padding: 0;
  background: #333333 none repeat scroll 0% 50%;
  float: left;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 15em;
}
#menu li {
  margin: 0;
  padding: 0;
  font-family: "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
}
#menu a {
  border-bottom: 1px solid #393939;
  margin: 0;
  padding: 8px 12px;
  background: #333333 none repeat scroll 0% 50%;
  color: #cccccc;
  display: block;
  text-decoration: none;
}
#menu a:hover {
  background: #cccccc url(images/hover.gif) no-repeat scroll left center;
  color: #000000;
  padding-bottom: 8px;
}
h1 {
  margin: 0;
  padding: 0;
  font-family: "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 1.9em;
  line-height: normal;
  color: #d0eb6a;
}
h2 {
  margin: 0;
  padding: 0;
  font-family: "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.2em;
  line-height: normal;
  color: gray;
}
