/* CSS Document */
body{
	margin:0px auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.main{
	width:783px;
	margin:0px auto;
	position:relative;
	display:block;
	background-image:url(../images/slice.jpg);
	background-repeat:repeat-y;

}
.content{
	width:783px;
	position:relative;
	display:block;
	background-image:url(../images/slice.jpg);
	background-repeat:repeat-y;
	float: left;

}
.left{
	width:28px;
	height:700px;
	float:left;
	position:relative;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.header{
	width:783px;
	height:134px;
	float:left;
	position:relative;
	background-image: url(../images/header.jpg);
}
.nav{
	width:223px;
	height:195px;
	float:left;
	position:relative;
	background-color: #FFFFFF;
}
.gallerya{
	width:560px;
	height:195px;
	float:left;
	position:relative;
	background-image: url(../images/engineer1.jpg);
}
.textarea{
	width:474px;
	height:auto;
	float:left;
	position:relative;
	padding-left: 32px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.engineering{
	width:267px;
	height:auto;
	float:left;
	position:relative;
	overflow: visible;
}
.eng{
	width:267px;
	height:71px;
	position:relative;
	background-image: url(../images/why.jpg);
}
.pattern{
	width:203px;
	height:auto;
	position:relative;
	padding-left: 19px;
	padding-top: 10px;
	padding-right: 45px;
}
.footer{
	width:783px;
	height:28px;
	float:left;
	position:relative;
	background-image: url(../images/footer.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	padding-top: 20px;
}
.contact{float:right; width:300px;padding:40px 28px 0px 0px;text-align:right;font-family:Verdana, Geneva, sans-serif;font-size:14px;font-weight:500;}
.contact a{font-family:Verdana, Geneva, sans-serif;font-size:14px;font-weight:500;}

