body {
        margin-left:auto;
        margin-right:auto;

	width:800px;
	padding: 0px 40px 0px 188px;
	font-family: sans-serif;
	color: #3e3e3e;
	background-color: #e3e3e3;
	background-position: center;
}
div.box {
        border: solid; 
	border-width: thin; 
	width: 100%}
div.color {
	background: #ffffff;
	padding: 0.5em;
	border: none}
h1 {
	font-family: sans-serif }
p {
	text-align: center;
}
#nav a {
	display:block;
	text-decoration: none;
	color: white}
#nav a:hover {
	color: #3e3e3e;
	background: #faebd7;
}
a:link {
	color: blue }
a:visited {
	color: purple }
a:active {
	text-decoration: underline }
a:hover {
	text-decoration: underline }
address {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	border-top: thin dotted; 
	}

#nav {
	float: left;
	clear: left;
	list-style-type: none;
	padding: 0px 0px 5px 0px;
	margin: 0;
	position: absolute;
	left: 8px;
	top: 8px;
	width: 180px;
	background: #880000 url(images/menu_bottom.png) no-repeat bottom left;
	}
#nav dt {
  text-align: center;
  margin: 0;
  padding: 10px 0px 5px 0px;
  background: #880000 url(images/menu_top.png) no-repeat top left;
  }

#nav dd {
  text-align: center;
  margin: 0;
  padding: 5px 0px 5px 0px;
  }
  
  #man p{
	  float: left;
	  clear: left;
	  margin: 0 0 0 150px;
  }
  #unit p{
	  margin: 0;
  }
