/* CSS Document */

body {
	background:url(../images/page_top.jpg) center top no-repeat #FFFFFF; margin-top:340px; margin-bottom:0px; padding:0px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; text-align:justify;
  scrollbar-face-color: #00B0F0;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #0099D8;
  scrollbar-highlight-color: #46C4F2;
  scrollbar-3dlight-color: #46C4F2;
  scrollbar-shadow-color: #46C4F2;
  scrollbar-darkshadow-color: #00B0F0;

}
.content { 
	width:855px; margin:0 auto; padding:0; text-align:left;
}

.who { 
	width:390px; float:right; text-align:justify;
}

.title { 
	font-family:Georgia, "Times New Roman", Times, serif; font-size:38px; color:#000000; border-bottom:1px dashed #999999; padding-bottom:2px;
}
.red{ 
	font-family:Arial; font-size:14px; color:#fd0101; padding:2px 0px 5px 0px; font-weight:bold;
}
.footer {
	clear: both; background:url(../images/page_bottom.jpg) no-repeat; background-position:bottom center; height:254px; width:100%;
}
#hide { 
	display:none;
}
.none { 
	display:none;
}
	#gallery {
		padding: 1px;
		width: 850px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #999999;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #ccc;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
