/* 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,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:#000
}
a:hover {
	text-decoration: underline;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
#wrap {
	width:780px;
	text-align:left;
	margin:0 auto;
	background-color: #F7F8F3;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #4140A8;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #4140A8;
	margin-bottom: -20;
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}



/* header */
#header { background:url(images/hd-780.jpg); height:230px; position:relative}
#header h1 {font-size:40px; font-weight:700; position:absolute; left:70px; top:20px;color:#fff}
.q { border:#1D7E9F 1px solid;width:165px; height:25px; position: absolute; top:8px; right:55px; background:#1D7E9F }

#header li{ float:left; padding:0 6px; line-height:1.9em }
#header ul{
	position:absolute;
	right:20px;
	top:195px;
	font-size:28px;
	color: #003399;
	font-weight: bold;
	text-align: center;
}
#header li a:hover { background:#0099CC; text-decoration:none}
.title {clear:left; float:right; margin-right: 30px; margin-top:150px; font-size: 20px; color: #FFFFFF; z-index:1000;}


/* content */
#content {}
.side {background:url(images/left-smler.jpg) no-repeat; width:380px;}
.s-inner {width:230px; margin:230px 0 0 50px; font-size:11px; color: #003399;}

.main {

}
.main h2 {font-size:26px; font-weight:700; margin:20px 0; color:#003399}
.mainin {
	padding:10px;
	width:378px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #F2F3EE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


#bg,.main {
	padding-bottom:300px;
	margin-bottom:-300px;
}

#contact {
	color:#000000;
	font-size: inherit;
	height: 40px;
	width:200px;
	margin-top: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#copyright{ width:230px; height:30px; padding:50px 0 0 30px;}
#content  {
	overflow:hidden;
}

/* footer */
#copyright {font-size:11px;}


