body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#wrap {
	background-color: #FFF;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 5%;
	width: 800px;
}
#left {
	border-right: 2px solid #FF3333;
	float: left;
	margin: 0;
	width: 250px;
}
#right {
	float: left;
	margin: 0 20px 10px 0;
	width: 500px;
}
#footer {
	border-top: 2px solid #ff3333;
	clear: both;
	margin: 10px 0 -5px 0;
	width: 100%;
}
.banner {
	border-bottom: 2px solid #ff3333;
}
.logo {
	border-bottom: 2px solid #ff3333;
	border-right: 2px solid #ff3333;
	float: left;
}
h1 {
	font-size: 16pt;
	font-style: italic;
	margin: 0;
	text-align: center;
}
p {
	font-size: 11pt;
	margin: 5px 5px 0 5px;
}