body {
	margin: 0;
	background: url(img/body-bg.jpg) repeat-x top center;
}

body, p, div, span, table, tr, th, td {
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: black;
}

#container {
	width: 834px;
	margin: 0 auto 0 auto;
}

#top {
	width: 834px;
	height: 127px;
	background: url(img/mast-head.jpg) no-repeat;
}

#nav {
	width: 834px;
	height: 43px;
	background: url(img/nav-bg.jpg) repeat-x top left;

	position: relative;
}

	#nav div {
		position: absolute;
		top: 0px;
	}

	#nav-search { left: 0px; }
	#nav-home { left: 52px; }
	#nav-newsroom { left: 111px; }
	#nav-lifesupport { left: 196px; }
	#nav-construction { left: 286px; }
	#nav-security { left: 380px; }
	#nav-oilandgas { left: 448px; }
	#nav-projects { left: 534px; }
	#nav-business { left: 603px; }
	#nav-contactus { left: 713px; }


#main {
	width: 834px;
	background: url(img/main-bg.jpg) repeat-y top center;
}

#inner {
	width: 834px;
	min-height: 275px;
	background: url(img/top-bg.jpg) no-repeat top center;
}

#bottom {
	height: 96px;
	background: url(img/bottom-bg.jpg) repeat-x top left;
}

#content {

	padding: 10px 100px 10px 100px;

}
