@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: 515px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .slide .leftbar {
	float: left;
	width: 240px;
	height: 510px;
	margin-top: 5px;
	background-color: #FFF;
	background-image: url(../image/pride.jpg);
}
.wrapper .slide .content {
	margin-top: 5px;
	height: 499px;
	float: right;
	width: 650px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84BC3D;
	overflow: scroll;
}




.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 .slide .content .isoo {
	height: 100px;
	margin-top: 30px;
	background-image: url(../image/ISO.jpg);
	background-repeat: no-repeat;
	padding-left: 135px;
}
.wrapper .slide .content .award {
	height: 100px;
	margin-top: 30px;
	background-image: url(../image/awards.jpg);
	background-repeat: no-repeat;
	padding-left: 135px;
}
.wrapper .slide .content .frost1 {
	height: 300px;
	margin-top: 30px;
	background-image: url(../image/NEEMP.png);
	background-repeat: no-repeat;
	padding-left: 200px;
	text-align: justify;
}
.wrapper .slide .content .frost2 {
	height: 170px;
	margin-top: 10px;
	background-image: url(../image/2010.jpg);
	background-repeat: no-repeat;
	padding-left: 200px;
	text-align: justify;
}
.wrapper .slide .leftbar .navi {
	height: 200px;
	width: 185px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
.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 {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0C0;
	text-decoration: underline;
}
