body {
  background:#f2eddc;
	font-family:georgia;
	color:#000000;
	}

#wrapper {
  width:960px;
	text-align:center;
	margin:20px auto;
	}
	
#contact {
  float:right;
	font-size:1.4em;
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted #f2eddc;
	}

#contact:hover {
  /*text-decoration:underline;*/
	border-bottom:1px dotted;
	} 
	
#logo {
  margin-top:125px;
	}
	
#slogan {
  margin-top:50px;
	font-size:1.8em;
	}
	
#address {
  margin-top:50px;
	font-size:.9em;
	}