/* Construction */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}

#container{
	position: relative;
	text-align: left;
	margin: 15px auto 0 auto;
	padding: 20px 0 0 0;
	width: 926px;
	background-image: url(/content/img/container_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bar_left{
	position: relative;
	display: inline;
	float: left;
	width: 187px;
	margin: 0 0 0 24px;
	background-image: url(/content/img/bar_left_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#header{
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 1px;
	width: 713px;
	height: 175px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo{
	width: 121px; 
	float: right; 
	display: inline; 
	position: relative; 
	margin:-46px -4px 0 10px;
	text-align:center;
}

#container_content{
	position: relative;
	float: left;
	background-image: url(/content/img/container_content_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#content{
	position: relative;
	float: left;
	margin: 0 0 30px 0;
	padding: 69px 55px 55px 47px;
	width: 610px;
	background-image: url(/content/img/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	overflow: hidden;
}

#service_nav{
	position: absolute;
	top: -45px;
	left: 211px;
	margin: 0;
	width: 714px;
	height: 39px;
	background-image: url(/content/img/service_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sub_nav{
	position: absolute;
	top: 130px;
	left: 198px;
	z-index: 10;
}

#footer{
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	width: 925px;
	height: 15px;
	background-image: url(/content/img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #000000;
}
