@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
.wrapper {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-image: url(../image/gradient.jpg);
	background-repeat: repeat-y;
}
.wrapper .slide {
	height: 300px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .slide .slideshow {
	float: left;
	width: 679px;
	height: 294px;
	padding-top: 6px;
	clear: both;
	z-index: -100;
}

.wrapper .slide .leftbar {
	float: right;
	width: 221px;
	height: 294px;
	background-image: url(../image/news.jpg);
	margin-top: 6px;
	background-repeat: no-repeat;
}
.wrapper .slide .leftbar .news {
	height: 208px;
}
.wrapper .slide .leftbar .contact {
	height: 77px;
	padding-top: 5px;
}



.wrapper .menu {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/menu.jpg);
}

.wrapper .top {
	height: 94px;
	text-align: right;
	background-image: url(../image/award.jpg);
	margin: 0px;
	padding-right: 25px;
	padding-top: 43px;
}
.wrapper .footer {
	clear: both;
	height: 80px;
	background-color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	background-image: url(../image/base.jpg);
	background-repeat: no-repeat;
	padding-right: 25px;
}
.wrapper .content {
	height: 215px;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 24px;
	padding-right: 24px;
}
.wrapper .content .services {
	height: 205px;
	width: 900px;
	padding-top: 10px;
}
a {
	color: #333;
	text-decoration: none;
}
.wrapper .footer .starr {
	width: 90px;
	float: left;
	padding-left: 23px;
	height: 40px;
	margin-top: 15px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #0C0;
	text-decoration: underline;
}
