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

body {
	background-color: #D9D6CF;
	margin: 20px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/pagebg.png);
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pageWrap {
	width: 1020px;
	margin-left: -510px;
	left: 50%;
	position: absolute;
}
#pageHeader {
	background-image: url(../images/headerbg.png);
	height: 250px;
	width: 1020px;
}
#pagePath {
	height: 23px;
	width: 970px;
	background-image: url(../images/bookmarkbg.png);
	padding-left: 40px;
	padding-top: 7px;
	padding-right: 10px;
}
#pageContainer {
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	margin: 0px;
	width: 1020px;
	height: auto;
}
#pageMenu {
	width: 180px;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#pageContent {
	width: 770px;
	padding-left: 20px;
	padding-top: 10px;
	margin-left: 210px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#pageFooter {
	height: 70px;
	width: 1020px;
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.linkOneNyne {
	float: right;
	margin-top: 40px;
}
#contentNarrow {
	float: left;
	width: 570px;
	margin-bottom: 20px;
}
#contentMenu {
	float: left;
	width: 180px;
	margin-left: 10px;
}
