
body
{
margin:0;
padding:0;
}

h1
{
color:AA4949;
font-size:22pt;
margin-bottom:0px;
margin-top:10px;
margin-left:10px;
}

#header {
	float:left;
	width:100%;
	background:#DAE0D2 url("bg1.gif") repeat-x bottom;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
      
 #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
       float:left;
     background:url("left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    a.tab {
	display:block;
      background:url("right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    #header a:hover {
      color:#333;
      }
    #header #current {
      background-image:url("left_on.gif");
      }
    #header #current a {
      background-image:url("right_on.gif");
      color:#333;
      padding-bottom:5px;
      }
    
#content
{
	float:left;
	text-align:center;
	width:90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        padding:0 0 0 20px;
}  

#content a 
{
      text-decoration:none;
      font-weight:bold;
      color:#765;
}

#content a:hover 
{
      text-decoration:none;
      font-weight:bold;
      color:#333;
}

h2 
{
color: BB3333;
FONT-WEIGHT: BOLD;
margin-top:0px;
margin-bottom:0px;
}


div.thumbdiv 
{	
	height: 550px;	
	width: 94px;	
	overflow: auto;	
}

img
{
border-color:777777;
}

img.selected
{
border-color:FF3333;
}

.gallery
{
background-color:000000;
}