body {
	font-family: sans-serif;
	line-height: 24pt;
	color: #FFFFFF;
	background-color: #FF3900;
}
#banner {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 700px;
	height: 50px;
}
#left {
	position: absolute;
	left: 20px;
	top: 80px;
	width: 700px;
}
h1 {
	color: #333333;
}
h2 {
	color: #333333;
}
p {
	margin-bottom: 18pt;
}
a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

