/* default sandbox style*/
body
{
background-image:url('sand.jpg');
background-position:left top;
} 
p
{
margin:0px; 
}
#container
{
margin-left:auto;
margin-right:auto;
width:900px;
}
#header
{
background-color:#0000FF;
margin-left: auto;
margin-right: auto;
width:900px;
height:100px;
}
.headtitle
{
text-align:right;
padding:10px 10px;
}
#topbar
{
background-color:#00FF00;
margin-left: auto;
margin-right: auto;
width:900px;
height:30px;
margin:0px; 
}
#leftbar
{
background-color:#00FF00;
width:100px;
}
#main
{
background-color: tan; 
/*resize:both;*/
overflow:auto;
}
#main p
{
margin:0px 20px 5px 5px;
font-weight:bold;
color:#000000;
}
#gallery
{
  width: 850px ;
  margin-left: auto ;
  margin-right: auto ;
}