@charset "utf-8";
/* CSS Document */
body{
text-align:center;
background:#000000;
margin:0px;
padding:0;
}

#mainContainer{
text-align:left;
margin:10px auto 0;
max-width:900px;
min-width:600px;
}

#header{}

#menuBar{}

#footer{}

#content{
margin:0px;}

#footerPadding{
padding:0px 10px 5px 10px;
}

#contentPadding{
padding:0px 10px 5px 10px;
margin:0px;
}

#mainPadding{
padding:5px;
overflow:hidden;
}

#headerPadding{
padding:1px;
overflow:hidden;
}

#menuBarPadding{
width:100%;
padding:1px;
float:left;
/*background: url(paintingGallery/menuBackGround.png);*/
background: #FFFFFF;
}

<!--Design Begins -->
#menuBar{
width:100%;
}

.menu{
float:left;
}

.menu ul{
float:left;
margin:0px;
list-style:none;
display: inline;}



.menu ul li{
float:left;


padding:0px 0px 10px 0px!important;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.menu ul li div{
 
  background: none !important;
  background: url(images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
}
.menu ul li div a {
  font:  1em georgia, serif;
  color: #777;
  background-color: #fff;

  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 2px 0px 0px 0px;
  text-decoration:none;}
  
  
  
 

.menu ul li a:visted{
font:Arial, Helvetica, sans-serif;
color:grey;
text-decoration:none;

}

.menu ul li a:hover{
 font: italic 1em georgia, serif;
color:#CCCCCC;
text-decoration:none;background:#333333;
}
.menu ul li a:active{background:#CCCCCC;
color:#FFFFFF;} 

#header{
background:url(paintingGallery/paintTexture.gif);
}

#header h1{
background:url(paintingGallery/starburst%20copy.png) top left no-repeat !important;
  font:  6em georgia, serif;
  color: #E9E9E9;
  text-align:center;
  margin:0px;
  padding:20px;} 


#mainPadding{
background:#333333;
}

#footer{
background:#FFFFFF;
border-top:solid 2px #666666;
text-align:center;
padding:5px;}

#footer a:link{
border-right:1px solid #333333;
padding:2px;
color:#666666;
text-decoration:none;}

#footer a:visited{
border-right:1px solid #333333;
padding:2px;
color:#999999;
text-decoration:none;}

#content{
background: #FFFFFF;
border-top:solid 5px #666666;
}

#contentPadding{ 
border-top:solid 5px #666666;
border-bottom:solid 5px #666666;
background:url(paintingGallery/innerShadow1%20copy.png) top left no-repeat !important;
max-height:200px;
overflow:scroll;
}
#contentPadding h1{
padding:0px 0px 5px 0px;
margin:-5px 0px 0px 0px;
}

<!--#contentPadding div{background:url(paintingGallery/innerShadow2%20copy.png) bottom right no-repeat;-->
<!--height:100%;}-->