body {
	border: none;
	margin: 0;
	padding: 0;
	background: #d3dee3 url(../img/bg.gif) repeat-x 0 0;
	text-align: center;
}

body, div, p, th, td, li, dd {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
}

form { padding: 0; margin: 0 }

/* ---------------------------------------------------------------------- */

div#wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

div#header {
	width: 1000px;
	height: 91px;
	background: url(../img/header.gif) no-repeat 0 0;
}

div#banner {
	width: 1000px;
	height: 235px;
	background: url(../img/banner.jpg) no-repeat 0 0;
}

div#content {
	width: 1000px;
	height: 336px;
	background: #fff url(../img/content_bg.gif) no-repeat 0 0;
}

div#footer {
	width: 1000px;
	height: 44px;
	background: url(../img/footer.gif) no-repeat 0 0;
}

/* -------------------------------------------------------------------------- */

h1, h2, h3 { color: #1b1b1b }
h2 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 14px;
	font-weight: bolder;
}
a { color: #0052e8 }

a.btn {
	float: left;
	width: 197px;
	height: 41px;
	margin: 77px 5px 0 5px;
	background: #fff url(../img/btn.gif) no-repeat 0 0;
	color: #fff;
	line-height: 41px;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	text-decoration: none
}
a.btn:hover {
	background-position: 0 -41px;
	text-decoration: none
}
a.btn.first { margin-left: 40px }

div#regionselect {
	float: left;
	margin: 36px 150px 30px;
	width: 700px;
	height: 180px;
	background: #fff url(../img/regionselect.jpg) no-repeat 0 0;
}

div#contact {
	clear: left;
	padding: 15px 0 0 70px;
	margin: 0 auto;
	width: 630px;
	height: 50px;
	border-top: 1px solid #d8d8d8;
	background: #fff url(../img/icon_letter.gif) no-repeat 0 50%;
}

div#footer p {
	margin: 0;
	padding: 9px 0 0 0;
	line-height: 34px;
	text-align: center;
	color: #6691ab;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}