* {
	margin: 0;
	padding: 0;
}
body {
	overflow: hidden;
	background-image: url(/images/pageBg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font: normal 0.9em/2.0em "Trebuchet MS", Georgia, Arial, Verdana, sans-serif;
	color: #4e4e4e;
}
dl {
	margin: 0 10px;
}
dt {
	font-size: 1.5em;
	font-weight: bold;
}
dd {
	font-size: 1.2em;
	margin: 0 0 2em 1em;
}
#highlight {
	background-color: #dedede;
	width: 100%;
	position: absolute;
	border-top: 2px solid #739b21;
	border-bottom: 2px solid #739b21;
	padding: 20px 0;
}
#links {
	position: absolute;
	bottom: -1px;
	right: .5em;
	border: 1px solid #739b21;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	padding: 0 4px;
	background: #3a6308;
	font-size:.9em;
}
#links a {
	color: #fff;
	padding: 0 2px;
}