﻿html {
	color: #000;
	background: #FFF;
}
body, div, ul, li, h1, h2, h3, p {
	margin: 0;
	padding: 0;
}
body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}
body {
	text-align: center;
	color: #000;
}
a {
	text-decoration: none;
	color: #9b3535;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
li {
	list-style: none;
}
#wrap {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/bg.jpg);
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
	clear: both;
}
#header {
	position: relative;
	height: 111px;
	background: url(../images/hd.jpg);
}
#logo {
	position: absolute;
	top: 30px;
	left: 80px;
}
#logo h1 {
	font-size: 34px;
	color: #9B3535;
}
#nav {
	position: absolute;
	top: 35px;
	left: 420px;
	background: url(../images/nav.jpg);
	width: 451px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 20px;
}
#nav li {
	float: left;
	font-weight: 700;
	padding: 0 10px;
}
#nav a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
}
#nav a:hover {
	color: #000000;
}
.img {
	margin: 0px 0 0 70px;
}
.main {
	width: 540px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/box.jpg);
	color: #4f4f4f;
	line-height: 22px;
}
#text {
	margin: 0px 0 0 65px;
	text-align:justify;
}
#text p {
	margin: 0 auto;
	width: 460px;
	text-align: justify;
}
#text h2 {
	font-size: 24px;
	padding: 20px 0 20px 0;
	color: #9B3535;
}
.side {
	width: 300px;
	display: inline;
	margin-top: 30px;
	padding-right: 40px;
}
.side h3 {
	font-size: 16px;
	margin-bottom: 6px;
}
.side li {
	line-height: 18px;
	list-style: disc;
	color: #9b3535;
}
.side ul {
	margin: 20px 0 20px 20px;
}
#top {
	margin-top: 20px;
}
#footer {
	background: url(../images/ft.jpg);
	height: 70px;
	position: relative;
}
#ftinner {
	position: absolute;
	bottom: 20px;
	width: 720px;
	margin-left: 80px;
	color: #E98383;
}
#ftinner a {
	color: #FFFFFF;
}
.img-left {
	float: left;
	padding: 15px 15px 15px 0;
	border: none;
}
