html,
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	background: #383637 url(../images/bgPage.jpg);
}

/*
	BEGIN page
*/

#pageWrap {
	position: absolute;
	top: 0;
	left: 50%;
	width: 883px;
	margin: auto;
	margin-left: -452px;
	text-align: left;
}

#page {
	width: 883px;
	margin: 22px 0 0 10px;
	padding: 0 0 0 0;
}

/*
	END page
*/

/*
	BEGIN header
*/

#headerWrap {
	position: relative;
	width: 883px;
	height: 132px;
	background: transparent url(../images/bgHeader.jpg) top left no-repeat;
}

#header {
	width: 883px;
	position: relative;
}

#slogan {
	position: absolute;
	top: 52px;
	left: 210px;
	font-size: 1.1em;
}

#slogan div {
	clear: left;
	padding-left: 20px;
	padding-top: 2px;
}

#slogan span {
	color: red;
}

/*
	END header
*/

/*
	BEGIN body
*/

#bodyWrap {
	position: relative;
	background: #e4e4e4 url(../images/bgBody.jpg) top left no-repeat;
}

#body {
	clear: both;
	margin: 0 19px 0 19px;
	padding: 21px 0 0 0;
	overflow: auto;
}

#bodyBG {
	margin: 0 81px 0 33px;
	min-height: 630px;
	background: #f3f3f3 url(../images/bgBody2.jpg) top left no-repeat;
}

#bodyLeft {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 238px;
	margin-bottom: 150px;
}

#bodyRight {
	margin-left: 238px;
	margin-top: 208px;
	width: 493px;
}

#eyecatcher {
	position: absolute;
	z-index: 99;
	top: 21;
	left: 290px;
}

/*
	END body
*/

/*
	BEGIN footer
*/

#footerWrap {
	position: relative;
	width: 883px;
	height: 70px;
	background: transparent url(../images/bgFooter.gif) top left no-repeat;
}

#footer {
	position: relative;
	padding-top: 40px;
	text-align: center;
	font-size: 1.25em;
	color: #cac8c9;
}

#callUs {
	position: absolute;
	top: -124px;
	left: 52px;
}

/*
	END footer
*/
