body {
	background: #ffffff;
	}
	
#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:75px;
	width:900px;
	height:550px;
	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:35px;
	top:97px;
	width:146px;
	height:49px;
	z-index:1;
}
#bannerImg {
	position:absolute;
	left:232px;
	top:37px;
	width:635px;
	height:220px;
	z-index:2;
}
#contentBox {
	position:absolute;
	left:231px;
	top:268px;
	width:638px;
	height:258px;
	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:511px;
	z-index:1;
	background-image: url(../images/rightBar.png);
}
#rightbottom {
	position:absolute;
	left:881px;
	bottom:-14px;
	width:38px;
	height:34px;
	z-index:1;
	background-image: url(../images/bottomrightcorner.png);
}
#leftbottom {
	position:absolute;
	left:-15px;
	bottom:-15px;
	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);
}

.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer {
	position:absolute;
	left:405px;
	bottom:-55px;
	width:177px;
	height:42px;
	z-index:4;
}

.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color:#000000;
}
form {
	padding:0px;
	margin:0px;
	}
