.main {
	position: absolute;
	top: 0px;
	text-align: center;
   
	}

.body {
	font-family: verdana, arial;
	font-size : 12px;
	color: #6a5538;
	font-weight: normal;
}

.body a {
	font-family: verdana, arial;
	font-size : 12px;
	color: #6a5538;
  
}

.body a: hover {
	font-family: verdana, arial;
	font-size : 12px;
	color: #707f4d;
  }

.body ul, li {
	font-family: verdana, arial;
	font-size : 12px;
	color: #6a5538;
   margin: 0px auto;
}

.body li a {
	font-family: verdana, arial;
	font-size : 12px;
	color: #6a5538;
  }

.name {
	font-family: verdana, arial;
	font-size : 14px;
	color : #6a5538;
	font-weight bold;
}

.name a {
	font-family: verdana, arial;
	font-size : 14px;
	color : #6a5538;
	font-weight bold;
		text-decoration: none;
}

.name a:hover {
	font-family: verdana, arial;
	font-size : 14px;
	color : #49582e;
	font-weight bold;
		text-decoration: none;
}







.title {
	font-family: verdana, arial;
	font-size : 14pt;
	color : #6a5538;
	font-weight: bold;
	padding: 10px 0 15px 0;
}

.title a {
	font-family: verdana, arial;
	font-size : 14pt;
	color : #6a5538;
	font-weight: bold;
	padding: 10px 0 15px 0;

}


.footer {
	font-family: verdana, arial;
	font-size : 10pt;
	color : #ffffff;
	font-family: times new roman;
	
}

.small {
	font-family: verdana, arial;
	font-size : 10px;
	color : #333399;
}


.white {
	font-family: verdana, arial;
	font-size : 10px;
	color : #ffffff;
}


.white a {
	font-family: verdana, arial;
	font-size : 10px;
	color : #ffffff;
	text-decoration: none;
}

.white a:hover {
	font-family: verdana, arial;
	font-size : 10px;
	color : #96bac6;
	text-decoration: none;
}


.orange {
 font-family: verdana, arial;
	font-size : 10px;
	color : #f8941e;
}


img.ft
  {
    border: 1px solid #333399;
  }



.ft {
	font-family: verdana, arial;
	font-size : 12px;
	color : #333399;
  border-bottom: 1px solid #333399;
}



table.bottommiddle 
  {
    background-color: #BD7352;
    border-top: 2px solid #6B5A52;
    
  }



.bottommiddle 
  {
    background-color: #BD7352;
    border-top: 2px solid #543C30;
    
  }


.caption
  {
    font-family: verdana, arial;
	  font-size : 12px;
	  color : #d7692d;
    
  }


  .gallery_img {
   max-width: 280px;
   width:expression(this.width > 280 ? "280px" : this.width);
   }