html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2a4453;
}
img {
	border: none;
}
a {
	color:#2a4453;
	outline-style:none;
	}
#content {
	text-align:left;
	width:866px;
	padding: 40px 15px;
}
#head {
	width:896px;
}
a.title {
	text-decoration: none;
	color:#ff9a00;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:10px;
}
a:active {
	border: none;
}
#links {
	background-color:#FFF;
	line-height: 1.5em;
}
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ff9a00;
	font-weight:bold;
	font-size:11px;
	font-stretch:ultra-condensed;
}
p.title {
	margin-bottom:0.5em;
}

