body {
	background-color: #093A6D;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	background-color: white;
	width: 850px;
	margin: auto;
}

#header, #body, #footer {
	width: 800px;
	text-align: left;
	background-color: white;
}

#header {
	padding-top: 10px;
	padding-bottom: 5px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#body .alert {
	border: 1px solid #FF0;
	background: #FFFFCC;
	padding:10px;
}
#footer {
	text-align: center;
	font-size: 11px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}