/* Construction */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
}

#container{
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 990px;
	background-image: url(/grundmann_content/img/container_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#header{
	position: relative;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 180px;
	background-image: url(/grundmann_content/img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#service_nav{
	position: absolute;
	left: 55px;
	top: 41px;
	margin: 0;
	padding: 0;
	width: 900px;
}

#main_nav{
	position: relative;
	float: left;
	display: inline;
	margin: 34px 0 0 0;
	padding: 0;
	width: 191px;
	text-align: right;
	background-image: url(/grundmann_content/img/main-nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#main_nav_nav{
	height: 270px;
	padding: 10px 0 0 0;
}

#content{
	position: relative;
	float: left;
	margin: 34px 0 0 19px;
	padding: 0;
	width: 780px;
}

#content_content{
	position: relative;
	float: left;
	width: 350px;
	margin: 0 15px 0 0;
}

#bar_right{
	position: relative;
	float: left;
	width: 370px;
}

#footer{
	position: relative;
	clear: left;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 10px;
}