@charset "utf-8";
/* CSS Document */
.iepngbugfix {
	behavior: url(../css/iepngfix.htc); /* ie6 png fix */
}

#header{
	width: 1020px;
	height: 130px;

}
#header #logo {
	margin-left: 100px;
	height: 80px;
	background-image: url(../images/main-north.png);
	background-repeat: no-repeat;
	width: 370px;
	float: left;
	margin-top: 40px;
	display: inline; /* ie6 float margin left bug fix */
}
#header #Title {
	background-image: url(../images/main-exp2.png);
	background-repeat: no-repeat;
	width: 370px;
	margin-top: 80px;
	float: right;
	margin-right: 100px;
	height: 30px;
	display: inline; /* ie6 float margin left bug fix */
}
#greyline {
	width: 100%;
	background-color: #404040;
	height: 15px;
}
#greyline #greyfade {
	width: 1000px;
	height: 15px;
}
#blackline {
	height: 2px;
	background-color: #000000;
	width: 100%;
	overflow: hidden; /* ie6 bug fix */
}
#photo {
	height: 145px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin-left: 60px;
	position: relative;
}
#menutopper {
	float: left;
	width: 150px;
	margin-left: 30px;
	background-color: #333333;
	position: absolute;
	z-index: 100;
	height: 5px;
	top: 305px;
}
#headermask {
	width: 900px;
	display: block;
	height: 145px;
	position: relative;
	top: 0;
	background-image: url(../images/bannerfade.png);
}
