html {
	background-color:#f7f7f7;
}

body {
	font:normal 1em Arial, Helvetica, sans-serif;
}
.half {
	float:left;
	width:50%;
}
.image {
	float:right;
	margin:10px;
	border:4px double black;
}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color:white;
	padding:25px;
	border-radius: 10px;
	border: 1px solid black;
	box-shadow: 0 0 30px 0 #888888;
	
}

#title {
	float: left;
	position:relative;
	right: 10px;
	bottom: 20px;
}

#contact {
	font-size: .8em;
	background-color: #f7f7f7;
	float: right;
	padding: 3px 20px;
	border-radius: 5px;
}

#header {
	margin: 0 10px;
}
.clear {
	clear: both;
}
#navigation ul {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}
#navigation li {
	display: inline;
	padding: 5px;
}
#navigation li:first-of-type{
	padding-left: 0;
}
dl dt {
  color: #555;
}

dl dd {
   margin: 0 0 10px 0;
}
a:link,a:visited{
	text-decoration:none;
	color:#A40008;
	font-weight:bold;
}
a:hover, a:active{
	text-decoration:underline;
}
#navigation a:link, #navigation a:visited {
	padding: 5px 25px;
	text-decoration: none;
	border: 1px solid gray;
	background-color: #f7f7f7;
	border-radius: 5px 5px 0 0;
	color:black;
	font-weight:bold;
}
#navigation a:hover, a:active {
	background-color: #D0D0D0;
}
#current {
	background-color: #D0D0D0;
}
#main {
	padding: 0 0 0 20px;
	position:relative;
	top:-2px;
	border-top: 1px solid #808080;
}
#footer{
	text-align:center;
}