img, div { behavior: url(iepngfix.htc) }

#page{
	margin-left:0px;
	padding-left:0px;
}

#maintitle{
	position:absolute;
	top:40px;
	width: 90%;
	border-style:none;
	border-width:1px;
	z-index:2;
}

#picture{
	position:absolute;
	top:30px;
	left:0px;
	z-index:2;
}


#menu{
	position:absolute;
	top: 95px;
	left: 0px;
	width: 100%;
	z-index:4;
}

#topbar{
	background-color: #ddeeff;
	background-image: url("img/globalbg.jpg");
	background-repeat: repeat-x;
	left:0px;
	width:98%;
	z-index:5;
}

#topbarContainer{
	background-color: #ddeeff;
	background-image: url("img/globalbg.jpg");
	background-repeat: repeat-x;
	width:100%;
	top: 0px;
	left: 0px;
	z-index:4;
}


#fakemenu{
	background-color: #ffeeee;
	background-image: url("img/background3.jpg");
	position:absolute;
	top: 95px;
	left: 0px;
	width: 100%;
	height: 20px;
	z-index:1;
}
#assistantfakemenu{
	background-color: #ffeeee;
	background-image: url("img/background3.jpg");
	position:absolute;
	top: 95px;
	left: 200px;
	width: 50%;
	height: 20px;
	z-index:2;
}

#contentareaall{
	position: relative;
	top: 110px;
	width: 100%;
	margin:0px;
	padding:0px;
	z-index:5;
}
#pagecontentall{
	text-align: left;
	/*width: 60%;*/
	width:100%;
	margin:0px;
	padding:0px;
}

#contentarea{
	position: absolute;
	top: 95px;
	width: 100%;
	z-index:8;
}
#pagecontent{
	text-align: left;
	width: 60%;
}

#advertisingBottomLeft{
	position: absolute;
	background:white;
	top:150px;
	left:0px;
	z-index:9;
	border-style:solid;
	border-left:none;
	border-width:1px;
	width:160px;
	opacity:0.8;
}

#advertisingTopRight{
	position: absolute;
	background:white;
	top: 0px;
	right: 0px;
	padding-left: 5px;
	padding-top: 5px;
	width:175px;
	z-index:9;
	border-style:solid;
	border-width:0 0 1px 1px;
}

#advertisingMiddleRight{
	position: absolute;
	top: 135px;
	right: 5px;
	height: 620px;
	width:175px;
	z-index:5;
	border-style:solid;
	border-width:1px;
	visibility: hidden;
}


#advertisingBackground{
	position:absolute;
	top: 0px;
	right: 0px;
	width:180px;
	height:100%;
	background-color: white;
	z-index: 4;
}


