#headframe {
	position:relative;
	left:27px;
	top:17px;
	width:906px;
	height:194px;
	z-index:40;
	background-color: #FFFFFF;
}
#headframe #logo {
	height: 110px;
	width: 900px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 3px solid #000000;
}
#headframe #montage {
	height: 75px;
	width: 900px;
	left: 0px;
	top: 116px;
	background-color: #000000;
	position: absolute;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/header/montage.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
#headframe   #mainimage {
	position:absolute;
	left:572px;
	top:-17px;
	width:360px;
	height:242px;
	z-index:50;
	margin: 0px;
	padding: 0px;
	visibility: visible;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(../images/header/mainimage.jpg);
}
