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

img {
	border: 0;
}

a {
	color: #A80006;
	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: 350px;
	margin: 0 auto;
}

#content {
	width: 642px;
	padding-left: 40px;
	padding-top: 10px;
}

ul {
	width: 600px;
	line-height: 16pt;
	padding-left: 14px;
}

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

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

#contact {
	width: 250px;
	text-align: right;
	color: #4D4D4D;
	float: right;
	margin: 110px 60px 0 0;
}