#mainBody {
	margin: 0px;
	padding-bottom: 10px;
	width: 950px;
}

#topDiv {
	margin: 0px;
	padding: 0px;
	width: 918px;
	height: 137px;
	background-image: url('images/top-banner.gif');
	background-repeat: no-repeat;
}
#leftBar {
	margin: 0px;
	padding: 0px;
	width: 270px;
	height: 1015px;
	background-image: url('images/left-side.gif');
	background-repeat: no-repeat;
	position:relative;
	float:left;
}
#rightBar {
	margin: 0px;
	padding: 0px;
	width: 75px;
	height: 1015px;
	background-image: url('images/right-side.gif');
	background-repeat: no-repeat;
	position:relative;
	float:left;
}
#searchBox {
	padding: 0px;
	width: 240px;
	text-align:center;
	margin-top: 50px;
	margin-left: 8px;
}
#menuBox {
	padding: 0px;
	width: 250px;
	margin-top: 50px;
}