#container{
	width:964px;
	margin:auto;
	text-align:center;
	position:relative;
	background-repeat:repeat;
	background-image:url(images/background_block_dark.gif);
}

#div_header{
	margin:auto;
	width:964px;
}
	#div_header_path{
		height:22px;
		color:white;
		text-align:left;
		background-color:#364852;
	}
	#div_header_logo{
		text-align:center;
		border:solid 1px white;
	}	
	#div_header_logo img {
		display:block;
	}
	#div_header_menu_level1{
		height:28px;
		background-color:#364852;
		border-left:solid 1px white;
		border-right:solid 1px white;
		border-bottom:solid 1px white;
	}
		#div_header_menu_level1_home{
			float:left;	
			width:50px;
			height:100%;
		}
			#div_header_menu_level1_home img{
				padding-top:6px;
			}
#div_content,#div_content_frontpage{
		width:962px;
		min-height:476px;
		text-align:left;
		margin:auto;
}
#div_content {
	position:relative;
	border-left:solid 1px white;
	border-right:solid 1px white;
}
#div_content_frontpage {

}

	#div_content_left{
		width:160px;
		float:left;
		height:100%;
	}
		#div_content_left_login {
			position:absolute;
			bottom:0;
			left:4px;
			width:176px;
			
		}
		#div_content_left_login div{
			display:none;	
		}
		#div_content_left_login div div{
			display:block;
		}
	
			
.master_master1	#div_content_main{
		background-color:white;
		width:644px;
		min-height:476px;
		float:left;
	}
.master_fullwidth	#div_content_main{
		background-color:white;
		width:802px;
		min-height:476px;
		float:left;
	}

		#div_content_main_toolbar {
			width:644px;
			margin:auto;
			height:35px;
			text-align:right;
		}
		#div_content_main_toolbar a {
			display:block;
			float:right;
		}

	#div_content_right{
		background-color:white;
		float:left;
		width:158px;
	}
#div_footer
{
    color:#A6ABAF;
    width:962px;
	margin:auto;
	height:24px;
	text-align:left;
	background-color:#EEEFF1;
	clear:both;
	border:solid 1px white;
	font-size:12px;
}
#div_footer_inner {
	padding:4px 0 0 20px;
	text-align:right;
	
}
#div_header_address1{
	position:absolute;
	left:450px;
	top:40px;	
	color:white;
	font-weight:bold;
	text-align:left;
}
#div_header_address2{
		position:absolute;
	left:600px;
	top:40px;	
	color:white;
	font-weight:bold;
	text-align:left;	
}
/*
.vertical_align_outer{
	display:table;
	height:100%;
}
.vertical_align_middle{
	display:table-cell;
	vertical-align:middle;
}
.vertical_align_inner {

}
*/