body {
   background: #FFFFFF url(http://bagalastore.com/layout-images/mals-bg.jpg) repeat center top;
	padding: 0px;
   margin: 0px;
   height: 100%;
}

#wrapper  {
   margin: 0px auto 0px auto;
   height: 100%;
   width: 1060px;
   padding: 0px 0px 0px 0px;
   position: relative;
   background: url(http://bagalastore.com/layout-images/shopbg.jpg) repeat-y;
}
#header  {
   background: url(http://bagalastore.com/layout-images/layer6.jpg) no-repeat;
   margin: 0 auto 0 auto;
   z-index: 4;
   width: 1060px;
   height: 135px;
}


#mainmenu li a:hover  {
   font-style: italic;
   font-weight: bold;
}

a, a.visited, a.link {
color: #000000;
}

#mainmenu li a  {
   border: 0px none #000000;
   font-style: Normal;
   font-weight: Normal;
   text-decoration: none;
   color: #E6E0D8;
   height: 100%;
   display: block;
}

#mainmenu li  {
   height: 100%;
   display: block;
   float: left;
   margin: 0px;
}

#mainmenu  {
   font: 18px/25px "Myriad Pro";
   height: 25px;
   text-align: center;
   margin: 0px;
   padding: 0px;
   list-style: none;
   color: #E6E0D8;
   position: absolute;
   left: 101px;
   top: 99px;
   z-index: 5;
   width: 825px;
}


#content {
    width: 860px;
    margin: 10px auto 10px auto;
    }

#sidebar {
   float: left;
   width: 150px;

}


#maincontent {
    float: right;
    width: 650px;

}