* {
  margin: 0;
  padding: 0;
}
img{
	text-align:center;
}
p{
	font:Arial, Helvetica, sans-serif 10pt;
	margin-bottom:12px;
}
h1{
	font:Arial, Helvetica, sans-serif 10pt bold;
}
#wrap {
  margin: 0 auto;
  text-align: left;
  width: 901px;
}

#header #menu {
  list-style: none;
  padding-top: 255px;
  margin-left: 10px;
}
#header #menu li {
  display: inline;
}
#header #menu li a {
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 47px;
  padding: 0 7px;
}
#header #menu li a:hover {
  color: #00A3DF;
  background: white;
  background: rgba(255,255,255,0.8);
}

.head, #Name {
  background: #444;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  padding-left: 15px;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#sidebar {
  float: left;
  width: 260px;
  margin-left: 10px;
}
#sidebar #route {
  padding-left: 15px;
  margin-top: 5px;
}

#content {
  float: right;
  width: 614px;
  margin-right: 10px;
}
#content #Info {
  display: block;
  padding: 5px 10px;
  line-height: 16px;
  font-size: 11px;
  color: black;
}
#content #Info * {
  line-height: 16px;
  font-size: 11px;
  color: black;
}

#footer a {
  color: white;
}

.hidden, .type {
  display: none;
}
#footer .street-address {
  margin-right: 20px;
}
#footer .postal-code {
  margin-right: 20px;
}
#footer .locality {
  margin-right: 20px;
}
#footer .tel {
  margin-right: 20px;
}
#footer .email {
  margin-right: 20px;
}
.headerborder{
	border:solid 1px #000;
	margin:0px;
}
.normhd{
	font:bolder 20px;
}

