/* CSS Document */
#siteEnclose {
	position:relative;
	width:880px;
	height:650px;
	top:20px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	padding: 0px;
	margin-top: auto;
	background-image: url(../media/Content_page_layout_v2.png);
	background-repeat: no-repeat;
}
#siteFooter {
	position:relative;
	top:620px;
	left: 10px;
	width:850px;
	height:30px;
	z-index:2;
	font-size: 8pt;
	text-align: center;
}
#siteHeader {
	position:absolute;
	left:-45px;
	top:105px;
	width:40px;
	height:500px;
	z-index:2;
	visibility: visible;
}
#siteNav {
	position:absolute;
	left:865px;
	top:515px;
	width:40px;
	height:90px;
	z-index:2;
	visibility: visible;
}
#linksNav {
	position:absolute;
	left:11px;
	top:12px;
	width:115px;
	height:560px;
	z-index:2;
}
#globeLayer {
	position:absolute;
	left:0px;
	top:10px;
	width:530px;
	height:520px;
	z-index:2;
	visibility: hidden;
}
#pageHeader {
	position:absolute;
	left:229px;
	top:40px;
	width:625px;
	height:70px;
	z-index:2;
	padding-right: 10px;
}
#pageContent {
	position:absolute;
	left:229px;
	top:130px;
	width:625px;
	height:475px;
	z-index:2;
	overflow: auto;
	padding-right:10px;
}

