

#contentarea {
 
	min-height: 600px;
	vertical-align:top;
	text-align:center;
	font-size:12px;
	padding-top: 20px;
	padding-left:0px;
	padding-right:0px;  
	margin:0px; 
}

#contentarea img {

   max-width: 360px;
   width: expression(this.width > 360 ? 360: true);

}

#contentarea p {	

    line-height: 120%;} 
    
#contentarea  a{

   font-weight: bold;
   text-decoration: underline; 
   color:#800000

}  

#contentarea  a:hover{


   text-decoration: none;

} 








#gallerycontainer {

   width: 360px;
   border:collapse;
   margin: 0px;
   padding: 0px;
}

#thumbgallery {

   width: 360px;
   margin: 0px;
   border: 0px;
   padding: 0px;
 }

#loadarea {

   width: 360px; 
   height: 280px;
   margin: 0px;
   padding: 0px }


.thumbnail a img {
   -moz-opacity: .6;
   opacity: .6;
   filter: alpha(opacity=60);
   -khtml-opacity:60;
}
.thumbnail a:hover img {
   -moz-opacity: 1;
   opacity: 1;
   filter: alpha(opacity=100);
   -khtml-opacity:100;
}