@charset "utf-8";
/* CSS Document */

body {
	background: url("gradient.gif") top left repeat-x #03F;
	text-align: center;
}
p {
	padding: 10px;
}
img {
	text-decoration: none;
	margin: 0;
	border: none;
}
#content img {
	padding-bottom: 10px;
}
#wrapper {
	width: 800px;
	text-align: left;
	margin: auto;
	background-color: #FFF;
	color: #000;
}
#banner {
	width: 800px;
	background: url("images/banner_left.gif") top left no-repeat;
	height: 160px;
}
#banner img {
	float: right;
	text-decoration: none;
	margin: 0;
}
#menu {
	height: 40px;
	overflow: hidden;
}
#menu a {
	text-decoration: none;
	border: none;
	margin: 0;
	display: block;
	float: left;
	margin-top: 0px;
}
#menu a.active {
	margin-top: -40px;
}
#menu a:hover {
	margin-top: -40px;
}
#content {
	height: auto;
	min-height: 520px;
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: .8em;
	text-align: justify;
	padding: 0 20px 0 20px;
	line-height: 1.5;
}
#content h1 {
	color: #052341;
	font-size: 1.1em;
	font-family: Verdana;
	border-bottom: 1px solid blue;
	text-align: left;
}
#content a {
	text-decoration: none;
}
#content a.underlined {
	text-decoration: underline;
	color: #C00;
}
