body {
	margin:0px;
	padding: 0px;
	background: #b7acad;
}
#Lside{
	background: transparent url('../images/leftBG.jpg') repeat-y scroll center right;
}
#Rside{
	background: transparent url('../images/rightBG.jpg') repeat-y scroll center left;
}
#nav{
	background-image:url('../images/topNavBG.jpg'); 
	background-repeat:repeat-x;
}
#Larrow {
	background: transparent url('../images/leftBG_Arrows.jpg') repeat-y scroll top right;
	padding: 0px;
	width: 33px;
}
#Rarrow {
	background: transparent url('../images/rightBG_Arrows.jpg') repeat-y scroll top left;
	padding: 0px;
	width: 32px;
}

