#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #234984;
	font-size: 1em;
	color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header h1 {
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 3em;
}
#content a:link, #content a:visited {
	color: #99CC00;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
#content p {
	font-size: 1em;
}
#content a:hover {
	color: #FF6600;
}
#search {
	height: 0px;
	width: 0px;
}
#search a:link, #search a:visited, #search a:hover {
	color: #234984;
	text-decoration: none;
}
