/* CSS Document */

body{margin:0px auto;}

.main{
	width:904px;
	display:table;
	margin:0px auto;
	background-image: url(../images/slice.jpg);
}
.header{
	width:904px;
	height:136px;
	float:left;
	position:relative;
	background-image: url(../images/header.jpg);
}
.navigation{
	width:904px;
	height:34px;
	float: left;
	position:relative;
	background-image: url(../images/navbar.jpg);
}
.navtop{
	width:904px;
	height:5px;
	float:left;
	position:relative;
}
.navleft{
	width:30px;
	height:29px;
	float:left;
	position:relative;
}
.content{
	width:904px;
	height:auto;
	float:left;
	position:relative;
	background-repeat:repeat-y;
	background-image: url(../images/slice.jpg);
}
.left{
	width:527px;
	float:left;
	position:relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}
.left1{
	width:507px;
	float:left;
	position:relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	list-style-position: outside;
}
.right_column{
	width:317px;
	float:left;
	position:relative;
	background-image: url(../images/slice.jpg);
	height: auto;
	background-repeat: no-repeat;
}
.gallery{
	width:317px;
	height:277px;
	float:left;
	position:relative;
	background-repeat: no-repeat;
	background-image: url(../images/gallery/2.jpg);
}

.right3{
	width:272px;
	height:320px;
	float:left;
	position:relative;
	padding-left: 45px;
	padding-top: 10px;
	background-image: url(../images/background2.jpg);
}
.portfolio{
	width:357px;
	height:289px;
	float:left;
	position:relative;
	background-image: url(../images/gallerya.jpg);
	background-repeat: repeat-y;
}
.brick_services{
	width:257px;
	height:auto;
	float:left;
	position:relative;
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	background-image: url(../images/background2.jpg);
	background-position: top;
}
.contact_box{width:249px; height:30px; float:left; position:relative; background-image:url(../images/contact2.jpg)}
.contact{
	width:249px;
	height:200px;
	float:left;
	position:relative;
	background-image: url(../images/contactsl.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.footer{
	width:904px;
	height:38px;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
