html, body { border: 0; margin: 0; padding: 0;}

body {
	background: #ffffce;
}

#jello {
	padding: 0 390px 0 390px;
	margin 0;
}

#wrapper {
 width: 100%;
 margin: 0px auto;
 position: relative;
 margin-top: 12px;
}

.clearfix:after {    content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden;}.clearfix {display: inline-table;}/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */

#sizer {	margin: 0 auto 0 auto;	padding: 0;	width: 84%;	max-width: 1284px;  /* version for IE is at the bottom of this style block */}#expander {	margin: 0 -390px 0 -390px;	min-width: 780px; /* Critical Safari fix! */	position: relative;}/* Holly hack for IE \*/* html #expander { height: 0; }/* *//* helps IE get the child percentages right. */


#bg {
 padding: 0;
 margin: 0 auto;
 width: 800px;
 height: 200px;
 background: url(images/sm.jpg) no-repeat;
 position: relative;
 margin-top: -12px;

}

<!--[if IE]>#sizer {	width:expression(document.body.clientWidth > 1280 ? "420px" : "84%" );}<![endif]-->

/*****background*******/

#menu {
 width: 800px;
 height: 120px;
 margin: 0px auto; padding: 0;
 float: left;
 position: relative;
 margin-top: -16px;
}

#menu li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#menu a {display: block;}

#home {left: 60px; top: 76px; width: 137px; height: 39px;}
#store {left: 198px; top: 64px; width: 149px; height: 42px;}
#museum {left: 347px; top: 50px; width: 193px; height: 42px;}
#contact {left: 540px; top: 42px; width: 170px; height: 39px;}
#coke {left: 54px; top: 118px; width: 124px; height: 41px;}
#pepsi {left: 178px; top: 110px; width: 114px; height: 39px;}
#up {left: 292px; top: 102px; width: 81px; height: 38px;}
#dew {left: 373px; top: 92px; width: 143px; height: 40px;}
#pepper {left: 516px; top: 86px; width: 107px; height: 37px;}
#other {left: 623px; top: 84px; width: 157px; height: 31px;}

#home a {height: 39px;}
#store a {height: 42px;}
#museum a {height: 42px;}
#contact a {height: 39px;}
#coke a {height: 41px;}
#pepsi a {height: 39px;}
#up a {height: 38px;}
#dew a {height: 40px;}
#pepper a {height: 37px;}
#other a {height: 31px;}

#home a:hover {background: url(images/sm.jpg) -60px -236px no-repeat;}
#store a:hover {background: url(images/sm.jpg) -198px -224px no-repeat;}
#museum a:hover {background: url(images/sm.jpg) -347px -210px no-repeat;}
#contact a:hover {background: url(images/sm.jpg) -540px -202px no-repeat;}
#coke a:hover {background: url(images/sm.jpg) -54px -323px no-repeat;}
#pepsi a:hover {background: url(images/sm.jpg) -178px -315px no-repeat;}
#up a:hover {background: url(images/sm.jpg) -292px -307px no-repeat;}
#dew a:hover {background: url(images/sm.jpg) -373px -297px no-repeat;}
#pepper a:hover {background: url(images/sm.jpg) -516px -291px no-repeat;}
#other a:hover {background: url(images/sm.jpg) -623px -289px no-repeat;}

/*****End of Menu Hover******/



#side-a {
	clear: both;
	float: left;
	margin-top: 2px;
	width: 20%;
	padding: 0px 10px 10px 10px;
	background: #ffffcc;


}

#side-a a {
	color: #1d5da7;
}


}

#footer {
	background: url(images/sm.jpg) 0px -343px no-repeat;
	clear: both;
	height: 20px;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
	
}


#side-b {
	float: left;
	margin: 0;
	width: 70%;
	padding: 0px 20px 10px 20px;
}

#side-b-index {
	width:100%
}

/******Tree Menu******/


#side-a .treemenu {/*	margin : 0px 20px;*/		margin: 0;	padding : 0;		list-style : none;		width : 200px;	font-family: Verdana;	font-size: 0.8em;	text-align: left;
	background: #f4f4b6;}#side-a .treemenu ul {		list-style : none;	margin : 0px 10px;	padding : 0px 10px;}#side-a .treemenu li {	display : inline;}#side-a .treemenu a {	display : block;	padding-left : 12px;	text-decoration : none;}#side-a .treemenu .treeopen {	background-image : url('images/open.gif');	background-repeat : no-repeat;	background-position : left;	color: red;}#side-a .treemenu .treeclosed {	background-image : url('images/closed.gif');	background-repeat : no-repeat;	background-position : left;}
/******End Tree Menu*********/