body{
	background-color: #EEE;
	color: #000;
	text-align: center;
}

.site{
	width: 800px;
	margin: auto;
	background-color: #FFF;
	border: 1px solid #000;
}

.header{
	width: 800px;
	height: 74px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

.nav{
	width: 800px;
	border-bottom: 3px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.nav li{
	display: inline;
	padding: 0px 10px;
}

.nav a.active{
	color: #000;
}

.nav a{
	color: #F00;
	font-size: 18px;
	text-decoration: none;
}

.nav a:hover{
	color: #000;
}

.email, .hateemail{
	width: 90%;
	border: 1px solid #000;
	margin: 10px 0px;
	padding: 10px;
	text-align: left;
}

.emailheader{
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.emailmessage{
	font-style: italic;
}

.emailresponse{
	padding-top: 10px;
	color: #666699
}
