/* Construction */
body{
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(/cappella_content/img/body_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#container{
	position: relative;
	text-align: left;
	margin: 15px 0 20px 0;
}

#header{
	position: relative;
	margin: 0;
	padding: 0;
	width: 832px;
	height: 97px;
	background-image: url(/cappella_content/img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#service_nav{
	width: 523px; 
	margin-left: 375px; 
}

#main_nav{
	position: absolute;
	margin: 0;
	padding: 7px 0 0 0;
	width: 167px;
	left: 0;
	top: 97px;
	background-image: url(/cappella_content/img/main_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 999;
}

#bar_mid{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 188px;
	left: 167px;
	top: 104px;
}

#content{
	position: relative;
	float: left;
	display: inline;
	margin: 2px 0 0 0;
	padding: 0 0 0 375px;
	width: 455px;
}

#footer{
	position: relative;
	clear: left;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 30px;
}