@charset "utf-8";
/* CSS Document */

body { 
	margin: 0; padding: 0;
	background: #e9dbc6 url(header.jpg) no-repeat top center;
	color: #3b3122;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

a, a:visited {
	color: #6a5332;
	text-decoration:none;
}

a:hover {
	color: #3b3122;
}

#content {
	margin-left:auto;
	margin-right:auto;
	padding-top:175px;
	width: 660px;
	text-align:left; }

#greeting { font-size: 2.75em; margin-bottom: -.75em;}
	
.nav { 
	font-size: 2.5em;
	text-align:center;
	}