/* normal */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #8c806e; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }
body { background: #fff url(../images/body_bg.jpg) repeat; }
img { border: 0px; display: block; }
a, input { outline: none; }
.clear { clear: both; height: 0px; overflow: hidden; }

/* template  */
#template { position: relative; display: block; width: 100%; min-height: 100%; }

/* layout */
#layout { overflow: hidden; width: 100%; }

	/* header */
	#header-part { overflow: hidden; width: 100%; min-height: 210px; }
	
	/* content */
	#content-part { padding: 55px 0; margin: 0 auto; overflow: hidden; width: 100%; }
		
		/* center */
		#center-part { overflow: hidden; width: 100%; }

			/* photo Bar */
			.photo-Bar { margin: 0 auto; width: 940px; }
			.photo-Bar ul { list-style: none; }
			.photo-Bar li { float: left;  filter: alpha(opacity=70); opacity: 0.7; }
			.photo-Bar li:hover {opacity: 1;  filter: alpha(opacity=100);
} 
			.photo-Bar img { margin: 0px 1px 1px 0px; }
	
	/* footer part */
	#footer-part { overflow: hidden; width: 100%; }
	
		/* copyright Bar */
		.copyright-Bar { padding-bottom: 10px; margin: 0 auto; overflow: hidden; width: 940px; }
		.copyright-Bar address { float: left; display: block; font-size: 10px; line-height: 20px; font-style: normal; text-transform: uppercase; word-spacing: 0.3em; color:#fff; }