/* CSS Document */

body{margin:0px auto;}

.main{
	width:904px;
	display:table;
	margin:0px auto;
	background-image: url(../images/slice.jpg);
	background-repeat: repeat-y;
}
.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:10px;
	float:left;
	position:relative;
}
.content{
	width:904px;
	height:auto;
	float:left;
	position:relative;
}
.left{
	width:485px;
	float:left;
	position:relative;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}
.right_column{
	width:389px;
	float:left;
	position:relative;
	background-image: url(../images/slice.jpg);
	height: auto;
}
.gallery{
	width:196px;
	height:494px;
	float:left;
	position:relative;
	background-repeat: no-repeat;
	background-image: url(../images/gallery.jpg);
}
.right3{
	width:352px;
	height:350px;
	float:left;
	position:relative;
	background-image: url(../images/right3.jpg);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-top: 10px;
}
.brick_services{
	width:193px;
	height:494px;
	float:left;
	position:relative;
	background-repeat: repeat-y;
	text-align: center;
	background-image: url(../images/right3.gif);
	background-position: right;
}
.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:33px;
	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;
}
