/* Layout */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #333333;
}
	
#logo_print {
	display: none;
}
	
#container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	position: relative;
}

#header {
	background-image: url(../images/background_header.jpg);
	background-repeat: no-repeat;
	width: 790px;
	height: 165px;
	position: relative;
}

#logo {
	height: 76px;
	width: 228px;
	position: absolute;
	top: 51px;
	left: 51px;
	border: none;
}

#header_title {
	background-image: url(../images/title_civil_industrial.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 365px;
	position: absolute;
	top: 69px;
	left: 316px;
}

#navigation_container {
	background-image: url(../images/navigation_bg.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 790px;
	position: relative;
}

#navigation {
	position: absolute;
	top: 0px;
	left: 35px;
}

#content_grad_bg {
	background-image: url(../images/background_content.jpg);
	width: 790px;
	height: 395px;
	position: relative;
}

#content_image {
	width: 367px;
	height: 323px;
	position: absolute;
	top: 38px;
	left: 370px;
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 790px;
	position: relative;
}