/* CSS Document */
#outerLayer {
	position:relative;
	width:530px;
	height:660px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	padding: 0px;
}
#linksNav {
	position:absolute;
	left:0px;
	top:675px;
	width:530px;
	height:100px;
	z-index:2;
}
#logoLayer {
	position:absolute;
	width:500px;
	height:550px;
	top: 0px;
	left: 0px;
	z-index:2;
}
#introRight {
	position:absolute;
	left:265px;
	top:630px;
	width:240px;
	height:30px;
	text-align: right;
	vertical-align: bottom;
	z-index:3;
}

#introLeft {
	position:absolute;
	left:25px;
	top:560px;
	width:240px;
	height:100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	padding-right: 10px;
	text-align: justify;
	z-index:4;
}
