@charset "utf-8";
/* CSS Document */
body{
	margin:0px auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.main{
	margin: 0px auto;
	width:813px;
	height:auto;
	display:block;
	background-image:url(../images/slice.jpg);
	background-repeat:repeat-y;
}
.header{
	width:813px;
	height:149px;
	background-image:url(../images/Header.jpg);
	float:left;
	position:relative;
}
.navigation{
	width:813px;
	height:30px;
	background-image:url(../images/navback.jpg);
	float:left;
	position:relative;
}
.content{
	width:813px;
	height:auto;
	background-image:url(../images/slice.jpg);
	background-repeat:repeat-y;
	float:left;
	position:relative;
}
.joinery_text{
	width:411px;
	height:auto;
	float:left;
	position:relative;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 20px;
}
.joinery_image{
	width:382px;
	height:auto;
	float:left;
	position:relative;
}
.carpenter{
	width:382px;
	height:425px;
	float:left;
	position:relative;
	background-image: url(../images/image01.jpg);
}
.carpenter1{
	width:382px;
	height:425px;
	float:left;
	position:relative;
	background-image: url(../images/imagea1.jpg);
}
.carpenter2{
	width:382px;
	height:425px;
	float:left;
	position:relative;
	background-image: url(../images/imagec3.jpg);
}
.carpenter3{
	width:382px;
	height:425px;
	float:left;
	position:relative;
	background-image: url(../images/image04.jpg);
}
.carpenter4{
	width:382px;
	height:425px;
	float:left;
	position:relative;
	background-image: url(../images/imagec2.jpg);
}
.carpenter5{
	width:382px;
	height:425px;
	float:left;
	position:relative;
	background-image: url(../images/imagec4.jpg);
}
.carpenter_cambridge{
	width:382px;
	height:201px;
	float:left;
	position:relative;
	background-image:url(../images/justwood.jpg);
}
.footer{
	width:813px;
	height:31px;
	background-image:url(../images/footer.jpg);
	float:left;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}

