/* CSS RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */



body {
	text-align:center;
	color:#6d6b6e
}
a {
	text-decoration:none;
	color:#6d6b6e
}
a:hover {
	text-decoration: underline;
        text-color:#fff;
        color:#fff
}
#wrap {
	width:900px;
	text-align:left;
	margin:0 auto;
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}




/* header */
#header { background:url(images/hd.jpg); height:273px; position:relative}

#header h1 {font-size:50px; font-weight:700; position:absolute; left:70px; top:20px;color:#beb263}
.sc{background:url() no-repeat; height:35px;  width:145px; position:absolute; right:50px; top:20px }
.nc{font-size:16px;} a:hover { background:#7AA774; }
.q {border:#beb263 1px solid;width:100px; height:20px; position: absolute; top:8px; right:50px; background:#748971 }
.submit {background:url(images/go.jpg) no-repeat; height:20px; width:20px; border:0; position: absolute; top:0px; right:3px; }


#header li{ float:left; padding:0 6px; line-height:1.9em }

#header ul{  position:absolute; right:30px; top:232px; font-size:11px;border: #beb263 solid; border-width:3px 0}

#header li a:hover { background:#7AA774; text-decoration:none}
/* content */


#content {}
.side {background:url(images/left.jpg) no-repeat; width:451px;}
.sinner {width:248px; margin:10px 0 0 150px; font-size:11px}
.main {background:#F4F5EE; }
.main h2 {font-size:34px; text-align:right; font-weight:700; margin:20px 0}
.mainin { padding:20px; width:409px;}


#bg{ background:url(images/bg.jpg)}


#bg,.main {
	padding-bottom:300px;
	margin-bottom:-300px;
}

#copyright{ width:100px; height:20px; padding:50px 0 0 50px; }  

#content  {
	overflow:hidden;
}

/* footer */
#copyright {font-size:7px;}


