/** standard positions (non ie) **/
#content {	
	margin-left: 200px;
	margin-top: 150px;

	padding: 0px 10px 10px 30px;	
	
	width: 660px;
	
	position: relative;
}

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	
	background-color: #024f63;
	
	height: 140px;
	
	overflow: visible;
	
	z-index: 6;
}

#image {	
	position: absolute;
	background-color: #024f63;
	height: 90px;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 5px;
	
	white-space: nowrap;
	
	overflow: visible;
}

#menu {
	position: fixed;
	top: 100px;
	left: 0px;
	right: 0px;
	height: 20px;
		
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
		
	background-color: #024f63;
	
	white-space: nowrap;
	overflow: visible;
	
	z-index: 7;
}

#left_col {
	position: fixed;
	top: 140px;
	left: 0px;
	
	width: 200px;
	
	bottom: 0px;
		
	background-color: #024f63;
	
	z-index: 5;
}

#left {
	bottom: 110px;
	
	overflow: auto;
		
	background-color: #024f63;
	
	z-index: 6;
}

#contact {
	position: fixed;
	bottom: 0px;
	left: 0px;
	
	width: 190px;
	
	background-color: #024f63;
	padding: 5px;
	border-top: 10px solid #ffffff;
	
	color: #ffffff;
	
	font-size: 85%;
	
	z-index: 5;
	/*overflow: hidden;*/
}


/** menu **/
div.menu_1 {
	position: absolute;
	top: 0px;
}

div.submenu {
	position: absolute;
	top: 0px;
	left: -2px;
}
