/* CSS Document */

html, body {
	margin: 0px;
	font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
	height: 100%;
	background: #787766 url(../images/background.jpg) center top no-repeat;
	}

#wrapper {
	float: left !important;
	float: inherit;
	position: relative;
	left: 50%;
	width: 880px;
	margin-left: -440px;
	min-height: 100%;
	}

#banner {
	float: left;
	width: 880px;
	height: 116px;
	background:url(../images/banner.jpg) no-repeat
	}

#content {
	float: left;
	width: 880px;
	height: 427px;
	background:url(../images/contentBg.jpg) no-repeat;
	}

#boxLeft {
	float: left;
	width: 286px;
	height: 394px;
	background: #ac9f0c;
	color: #fff;
	margin-top: 20px;
	margin-right: 10px;
	}

#boxMid {
	float: left;
	width: 286px;
	height: 394px;
	background: #694e4f;
	color: #fff;
	margin-top: 20px;
	margin-right: 10px;
	}

#boxRight {
	float: left;
	width: 286px;
	height: 394px;
	background: #67a4ac;
	color: #fff;
	margin-top: 20px;
	}

.contentTextLeft {
	float: left;
	padding-left: 62px;
	padding-top: 39px;
	}

.contentTextMid {
	float: left;
	padding-left: 57px;
	padding-top: 39px;
	font-size: 70%;
	}

.contentTextRight {
	float: left;
	padding-left: 69px;
	padding-top: 39px;
	}

#title {
	float: left;
	width: 880px;
	height: 94px;
	background:url(../images/title.jpg) no-repeat;
	}

#bottom {
	float: left;
	width: 880px;
	height: 110px;
	background:url(../images/bottom.jpg) no-repeat;
	}