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

* { margin:0; padding:0; }

body { font:14px normal "Times New Roman", Times, serif; color:#444; text-align:center; margin:0; background:#FFF; }
	
	a img { border:0; }

#wrap { width:857px; margin:0 auto; text-align:left; }
	
#header { height:97px; background:url(image/header_bg.jpg) top left no-repeat; position:relative;	}
#header #logo {	float:left;	margin:22px 0 0 27px; }	
#header #nav {	height:28px; width:300px; position:absolute; bottom:0; right:80px; line-height:20px; font-size:12px; font-weight:bold; text-align:center; text-transform:uppercase; }
#header	#nav a { color:#666; text-decoration:none; padding:0 5px; }
#header	#nav a:hover { color:#000; }

#content h2 { color:#000; font-size:24px; font-weight:normal; }
#content h2 span { color:#de1f26; }
#content p { margin:10px 0; line-height:150%; color:#444; /*text-indent:15px;*/ text-align:justify; }
