@charset "UTF-8";
/* CSS Document */

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

body {
	background-color: #fff40f;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: 0 116px;
}

#topBanner {
	background-color: #000;
	width: 100%;
}

#topBanner img {
	border-bottom: 4px solid #238f03;
	border-top: 4px solid #238f03;
	border-left: none;
	border-right: none;
	margin: 0 auto;
	width: 914px;
	display: block;
}

#spacer {
	height: 18px;
	width: 914px;
	margin: 0 auto;
	background-color: #000;
}

#menuBar {
	width: 100%;
	background-color: #fff40f;
	height: 25px;
}

#news,
#service,
#contact {
	float: left;
	width: 0;
	height: 0;
	margin: -18px 0 0 6px;
	position: relative;
}

#news img,
#service img,
#contact img {
	text-decoration: none;
	border: none;
}

#news ul,
#service ul {
	margin: 0;
	padding: 0;
}

#service {
	margin: -18px 0 0 76px;
}

#contact {
	margin: -18px 0 0 145px;
}

#menu {
	margin: 0 auto;
	width: 914px;
	height: 25px;
	font-size: 11px;
}

#contentWrapper {
	height: auto;
	background-image: url(../images/contentBg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
}

#mainContent {
	width: 914px;
	margin: 0 auto;
	background-image: url(../images/innerContentBg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}

#btmBanner {
	width: 914px;
	margin: 0 auto;
}

#btmBanner img {
	margin: 10px 0;
}

#footer {
	height: 71px;
	width: 1056px;
	margin: 0 auto;
}

#leftBg {
	float: left;
	background-image: url(../images/contentBgCornerL.png);
	height: 71px;
	width: 71px;
}

#centerBg {
	height: 71px;
	width: 914px;
	background-image: url(../images/contentBgBtm.png);
	background-repeat: repeat-x;
	float: left;
}

#rightBg {
	float: left;
	background-image: url(../images/contentBgCornerR.png);
	height: 71px;
	width: 71px;
}
