* {margin: 0; padding: 0; border: 0;}

body {
	color: #0066aa;
	font-size: 14px;
	font-family: Times New Roman;
}

a {
	color: #b01716;
	font-weight: bold;
	text-decoration: none;
}

.content li {
	padding: 5px 20px;
}

b {
	padding: 5px 10px;
}

h3 {
	margin: 0 0 30px 0;
}


.main {
	width: 770px;
	margin: 0 auto;
}

.welcom {
	height: 88px;
	background: url(images/welcom.jpg) repeat-x;
}

.welcom h1 {
	color: #b01716;
	font-size: 24px;
	padding: 27px 0 0 17px;
}

.head {
	width: 770px;
	height: 149px;
	border-bottom: 1px solid #84ceff;
	background: url(images/head.jpg) no-repeat left;
}

.head2 {
	float: right;
	width: 355px;
	height: 149px;
	background: url(images/head2.jpg) no-repeat right;
}

.head2 h2 {
	color: #b01716;
	font-size: 14px;
	padding: 25px 180px 0 0;
}

.menu {
	height: 26px;
	text-align: center;
	border-top: 1px solid #c8e9ff;
	border-bottom: 1px solid #84ceff;
}

ul {
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a {
	color: #b01716;
	font-size: 23px;
	font-weight: bold;
	padding: 0 30px;
	text-decoration: none;
	background: url(images/a.jpg) no-repeat top left;
}

.menuleft {
	float: left;
	width: 150px;
	font-size: 14px;
	padding: 25px 30px 0 30px;
}
.menuleft li {
	margin: 5px 0;
}

.content {
	float: left;
	width: 559px;
	border-left: 1px solid #a6dbff;
	background: #edf8ff;
}
.content p {
	padding: 10px;
}

.content h3 {
	height: 27px;
	margin-bottom: 15px;
	font-size: 18px;
	padding-bottom: 7px;
	border-bottom: 1px solid #84ceff;
	background: url(images/zag.jpg) repeat-x;
}

.content img {
	margin: 5px;
	border: 1px solid #fff;
}

.content p {
	line-height: 18px;
	margin: 15px 0;
}

.bottom {
	float: left;
	width: 770px;
	height: 65px;
	background: url(images/bottom.jpg) repeat-x;
}

.footer {
	float: left;
	width: 770px;
	height: 21px;
	padding-top: 2px;
	color: #b01716;
	text-align: center;
	background: url(images/footer.jpg) repeat-x;
}

.leftborder {
	float: left;
	width: 770px;
	background: url(images/menu.jpg) repeat-y left;
}

