@charset "utf-8";
/* CSS Document */
body{
	margin:0px auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.main{
	margin: 0px auto;
	width:856px;
	height:auto;
	display:block;
	overflow: visible;
}
.header{
	width:875px;
	height:122px;
	position:relative;
	background-image: url(../images/header.jpg);
	padding-top: 20px;
}
.navigation{
	width:875px;
	height:33px;
	position:relative;
	background-image: url(../images/navback.jpg);
	overflow:visible;
}
.image_area{
	width:875px;
	height:241px;
	float:left;
	background-image: url(../images/slice.jpg);
	background-repeat: repeat-y;
}
.slideshow{
	width:657px;
	height:268px;
	float:left;
	position:relative;
	background-image: url(../images/image01.jpg);
}
.contact_box{
	width:218px;
	height:233px;
	float:left;
	position:relative;
	background-image: url(../images/contactback.jpg);
	padding-top: 35px;
}
.content{
	width:875px;
	height:auto;
	background-image:url(../images/slice.jpg);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	overflow: visible;
}	
.text_area{
	width:603px;
	height:auto;
	position:relative;
	padding-top: 25px;
	padding-left: 34px;
	padding-right: 20px;
	padding-bottom: 10px;
	overflow: visible;
	float: left;
}
.text_area2{
	width:802px;
	height:auto;
	position:relative;
	padding-top: 12px;
	padding-left: 34px;
	padding-right: 20px;
	padding-bottom: 10px;
	overflow: visible;
	float: left;
}
.training{
	width:218px;
	height:auto;
	float:left;
	position:relative;
	overflow: visible;
}
.training1{
	width:243px;
	height:125px;
	float:left;
	position:relative;
	background-image: url(../images/cps.jpg);
	background-repeat: no-repeat;
}
.training2{
	width:218px;
	height:40px;
	float:left;
	position:relative;
	background-image: url(../images/whychoose.jpg);
}
.training3{
	width:165px;
	height:auto;
	float:left;
	position:relative;
	background-image: url(../images/boxslice.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 38px;
	padding-top: 10px;
}
.training4{
	width:218px;
	height:155px;
	float:left;
	position:relative;
	background-image:url(../images/contact.jpg);
	background-repeat: repeat-y;
}
.training5{
	width:218px;
	height:11px;
	float:left;
	position:relative;
	background-image:url(../images/boxend.jpg);
}
.training6{
	width:218px;
	height:223px;
	float:left;
	position:relative;
	background-image:url(../images/extra.jpg);
}
.footer{
	width:875px;
	height:40px;
	float:left;
	position:relative;
	background-image: url(../images/footer.jpg);
	padding-top: 20px;
	background-repeat: no-repeat;
}
.logo{
	width:875px;
	height:81px;
	float:left;
	position:relative;
	background-image: url(../images/logo.jpg);
}			
			
