body {
	color: #333333;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 18px;
}
 
.container {
padding-top: 20px;
background-color: white;
border-width: 0px;
border-style: solid;
margin-left: auto;
margin-right: auto;
width: 500px;
text-align: left;
}
 
h1 {
	margin-bottom: 7px;
	margin-top: 5px;
	font-size: 32px;
	color: #333333;
}
 
#header {
	text-align: center;
}
 
#footer {
	text-align: center;
}
 
#logo {
	color: #999999;
}
 
 
#where {
	margin: 10px;
	padding: 0px;
	background-color: #cccccc;
}
 
#where p {
	color: #666666;
	text-shadow: 0px 0px white;
	font-size: 14px;
	padding: 10px;
}
 
#about {
	list-style-type: none;
}
 
#about li {
	margin-top: 1em;
}
 
a {
	color: #003366;
}
 
.go {
	color: #CC3300;
}
 
#about a {
	text-decoration: none;
	//font-size: 18px;
	vertical-align: center
}