* {
	padding:0px;
	margin:0px;
}
body, html {
	font-family:Verdana, sans-serif;
	font-size:12px;
	background:#000;
	color:#fff;
	position:relative;
	/*background-image:url('/images/back.jpg'); */
	background-position: top left;
	background-repeat: no-repeat;
}
html {
	height:100%;
}
body {
	min-height:100%;
}
img {
	border:0px none;
}
fieldset {
	border:0px none;
}
ul, ol {
color: #fff;
}
p {
	padding:13px 0px;
}
a:link,
a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover {
color:#fff;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
h2 {
	font-family:"Verdana", Times, serif;
	font-size:24px;
}
h2.sIFR-replaced {
	height:31px;
}

/* Background */
#background {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
#background .i {
	width:966px;
	margin:0px auto;
	position:relative;
	height:100%;
	 background:url('/images/website.png') repeat-y;
}

/* Website */
#website {
	overflow:hidden;
	/* background:url('/images/website.png') repeat-y; */
	width:926px;
	margin:0px auto;
	position:relative;
	padding:0px 20px;
}

/* Header */
#header {
	height:84px;
	position:relative;
}
#header h1 {
	position:absolute;
	left:-5px;
	top:-10px;
}

#header h3 {
	position:absolute;
	left:665px;
	top:5px;
	font-size: 10px;
}

/* Menu */
#menu {
	position:absolute;
	left:50px;
	top:50px;
}
#menu {
	list-style:none;
	list-style-image:none;
}
#menu li {
	float:left;
	height:20px;
	line-height:20px;
	padding: 0px 8px;
}
#menu li a:link,
#menu li a:visited {
	text-decoration:none;
	color: #fff;
		padding-left: 4px;
	padding-right: 4px;
	font-family:Verdana, Geneva, sans-serif;
}

#menu li a:hover {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:2px solid #fff;
	color: #000;
	height:20px;
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	background:#fff;
	line-height:20px;
}

/* Banner */
#banner {
	position:relative;
	border:1px solid #000000;
	height:175px;
	overflow:hidden;
	width:920px;
}

/* Content */
#content {
	padding-top:20px;
	padding-bottom:50px;
}
#content p {
	line-height:20px;
}

/* box */
.box {
	position:relative;
	padding:15px;
	background:#e8e7e7;
}
.box-m-t {
	margin-top:10px;
}

/* img list */
.img-list {
	position:relative;
	margin-left:-15px;
}
.img-list li {
	float:left;
	padding-left:15px;
}

/* Footer */
#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	height:26px;
	width:100%;
	color:#fff;
	font-family:Verdana, sans-serif;
	font-size:11px;
}
#footer a:link,
#footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer .i {
	height:26px;
	line-height:26px;
	width:927px;
	margin:0px auto;
	padding:0px 11px;
	background:#000000;
}
#footer .i p {
	padding:0px;
	float:left;
}
#footer ul {
	float:right;
	position:relative;
	top:9px;
}
#footer ul li {
	float:left;
	height:10px;
	line-height:normal;
	padding:0px 5px;
	overflow:hidden;
}
#footer ul li {
	border-left:1px solid #fff;
}
#footer ul li.first {
	border:0px none;
}
#footer ul li a {
	position:relative;
	top:-2px;
}
