#NavBar .LC {
	background-image: url(../images/NavBar/LC.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 19px;
}

#NavBar .Mid {
	background-image: url(../images/NavBar/Mid.jpg);
	background-repeat: repeat-x;
	height: 55px;	
}

#NavBar .RC {
	background-image: url(../images/NavBar/RC.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 20px;
}

#NavBar {
	position: relative;
	height: 55px;
	width: 785px;
	z-index: 8000;
}



#MainBody {
	background-color: #c57c49;
	position: relative;
	width: 785px;
}


#BottomBar {
	background-image: url(../images/BottomBar/BottomBar.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 104px;
	width: 100%;
}
