body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-color: #DED8CA;
	background-image: url(images/gradient_bkg.png);
	background-repeat: repeat-x;
}
div#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DED8CA;
}
div#header {
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}
div#content {
}
a:link, a:visited {
	color: #000099;
	font-weight: bold;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
div#footer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 1em;
	margin-bottom: 2em;
}
.smaller {
	font-size: 70%;
}
