body {
	background: #ffffff;
	}
	
#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:75px;
	width:900px;
	height:450px;
	background:url(../images/wrapperBackground.jpg) repeat;
	z-index: 1;
	background-image: url(../images/wrapperBackground.png);
	
}
#bottomBar {
	position:absolute;
	left:23px;
	bottom:-15px;
	width:864px;
	height:35px;
	z-index:1;
	background:url(../images/bottomBar.jpg) repeat-x;
	background-image: url(../images/bottomBar.png);
}
#logo {
	position:absolute;
	left:36px;
	top:122px;
	width:143px;
	height:49px;
	z-index:1;
}
#bannerImg {
	position:absolute;
	left:232px;
	top:37px;
	width:650px;
	height:260px;
	z-index:2;
}
#contentBox {
	position:absolute;
	left:231px;
	top:308px;
	width:652px;
	height:129px;
	z-index:1;
}
#leftbar {
	position:absolute;
	left:77px;
	top:119px;
	width:15px;
	height:461px;
	z-index:1;
}
#rightbar {
	position:absolute;
	right:-29px;
	top:20px;
	width:48px;
	height:412px;
	z-index:1;
	background-image: url(../images/rightBar.png);
}
#rightbottom {
	position:absolute;
	left:881px;
	top:430px;
	width:38px;
	height:34px;
	z-index:1;
	background-image: url(../images/bottomrightcorner.png);
}
#leftbottom {
	position:absolute;
	left:-15px;
	top:430px;
	width:39px;
	height:35px;
	z-index:1;
	background-image: url(../images/bottomleftcorner.png);
}
#topright {
	position:absolute;
	left:881px;
	top:-21px;
	width:37px;
	height:41px;
	z-index:1;
	background-image: url(../images/toprightcorner.png);
}
#topbar {
	position:absolute;
	left:9px;
	top:-21px;
	width:872px;
	height:35px;
	z-index:1;
	background-image: url(../images/tobbox.png);
}
.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer {
	position:absolute;
	left:405px;
	bottom:-55px;
	width:177px;
	height:42px;
	z-index:4;
}
