body {
	margin: 0;
	background-color: #C4C2A8;
	color: #B3B3B3;
	font: normal 8pt Arial, sans-serif;
}

img {
	border: 0;
}

a {
	color: #C90007;
	text-decoration: none;
}

#background { 
	background: url(images/_background.png) no-repeat 50% 0; 
}

#container {
	width: 800px;
	height: 100%;
	margin: 0 auto;
}

#header {
	background: url(images/header_bg.png) no-repeat;
	width: 714px;
	height: 147px;
	margin: 0 auto;
}

#aurantLogo {
	width: 267px;
	height: 65px;
	padding-top: 60px;
	padding-left: 50px;
}

#mainImage {
	background: url(images/mainImage.png) no-repeat;
	width: 714px;
	height: 387px;
	margin: 0 auto;
}

#contentWrapper {
	background: url(images/content_bg.png) no-repeat;
	width: 714px;
	height: 460px;
	margin: 0 auto;
}

#content {
	width: 470px;
	padding-top: 40px;
	padding-left: 80px;
}

.note {
	font-size: .9em;
	line-height: 8pt;
}

.red {
	font-size: 1.1em;
	color: #C90007;
	font-weight: bold;
}

#content p {
	line-height: 11pt;
}

#footerWrapper {
	background: url(images/footer_bg.png) no-repeat;
	width: 714px;
	height: 79px;
	margin: 0 auto;
}

#contact {
	width: 500px;
	text-align: right;
	float: right;
	margin: 20px 60px 0 0;
}