body {
	font-family: 'PT Sans', sans-serif;
	background-color: #FFF;
	background-position: center top;
	margin: 0px;
}
a {
text-decoration: none;
}
.main {
	width: 1025px;
	height: auto;
	margin: auto;
}
.back01 {
	background-image: url(back1.png);
	height: 210px;
	width: 1025px;
}
.text {
	background-image: url(back2.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 825px;
	color: #5B5B5B;
	text-align: left;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 100px;
	font-size: 18px;
	white-space: normal;
}
.text p {
	margin: 7px;
}
.menu {
	height: 45px;
	width: 1025px;
	background-image: url(menu.jpg);
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 182px;
	background-repeat: no-repeat;
}

.button {
	text-align: center;
	font-size: 18px;
	-webkit-transition-duration: 0.5s; /* Safari */
	transition-duration: 0.5s;
	cursor: pointer;
	font-weight: bold;
}

.button1 {
	color: #FFF;
	display: inline-block;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 17px;
	float: left;
}

.button1:hover {
	color: rgba(255, 255, 255, 0.5);
}
.dis {
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 17px;
	float: left;
}
.back03 {
	background-image: url(back3.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 1025px;
}
.text a {
	font-weight: bold;
	color: rgba(18,120,195,1);
}
