@charset "UTF-8";
/* CSS Document */



#main-content .about {
	float:left;
	margin-right:15px;
	width:360px;
	}
	#main-content .about H1 {
		margin:0;
		padding:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:3em;
		color:#900;
		}
	#main-content .about .about-detail {
		font-family:Arial, Tahoma, Verdana;
		font-size:12px;
		}
		#main-content .about .about-detail P {
			margin:0 0 10px 0;
			padding:0;
			}
			

#main-content .center-col {
	float:left;
	margin:30px 0 0 0;
	width:315px;
	height:300px;
	/*background:#ccc;*/
	}
	#main-content .center-col  H1 {
		margin:0 0 5px 0;
		padding:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.9em;
		}
	
	#main-content .center-col .wid-gallery {
		margin:0 0 15px 0;
		}
		#main-content .center-col .wid-gallery H1 {
			color:#333;
			}
		#main-content .center-col .wid-gallery IMG {
			margin:0;
			padding:7px;
			border:none;
			
			width:87px;
			height:87px;
			background:url(../img/wid_gallery_thumb_bg.png) no-repeat;
			}
			
	#main-content .center-col .news {
		margin:0 0 15px 0;
		}
		#main-content .center-col .news DL {
			margin:0 0 10px 0;
			padding:0 0 0 15px;
			background:url(../img/news_bullet.png) no-repeat;
			}
		#main-content .center-col .news DT, #main-content .center-col .news DD {
			margin:0;
			padding:0;
			font-family:Arial, Tahoma, Verdana;
			font-size:0.75em;
			color:#666;
			}
		#main-content .center-col .news DT {
			margin:0 0 3px 0;
			font-weight:bold;
			}
			#main-content .center-col .news DT A {
				color:#666666;
				}
