* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	font: 80% Verdana, sans-serif;
	color: #000;
	padding: 10px 0;
	margin: 0 auto;
	width: 875px;
	text-align: left;
}
a {
	color: #960000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom:1px dotted #999;
}

#logo a:hover {
  border-bottom:none;
}
.left {
	float: left;
}
.right {
	float: right;
}
#header {
	border-bottom: 1px solid #666;
}


#footer {
  background: white;
  bottom:0;
  height:1em;
  font-size:0.8em;
  padding:2px 0 4px 0;
  
  left:0;
  position:fixed;
  width:100%;
  z-index:30;
  text-align: center;
}

