/* CSS Document */

body {
 background-color: bobobo;
	
}

#Layer2 {
	position:absolute;
	background-color:#000000;
	left:21px;
	top:23px;
	width:876px;
	height:auto;
	z-index:2;
}



#background {
	position:absolute;
	top:0px;
	height:5px;
	width:100px;
	background-color:#000000;
	padding:10em;
	background-position: center top;
	position: relative;
	top: 0px;
	z-index: 1;
}

#BackgroundOutline {
	position:absolute;
	left:18px;
	top:21px;
	width:882px;
	height:749px;
	z-index:1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #000000;
	visibility: visible;
}

#L1PhotoNW {
	position:absolute;
	left:58px;
	top:60px;
	width:331px;
	height:224px;
	z-index:8;
}
#L2PhotoSE {
	position:absolute;
	left:570px;
	top:434px;
	width:221px;
	height:148px;
	z-index:3;
}

#TitleText {
	text-align:center;
	line-height:.5em;
	color:#DDDDDD;
	font-weight:200;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	position:absolute;
	left:502px;
	top:61px;
	width:359px;
	height:226px;
	z-index:9;
}

#SEPhotoCaption {
	position:absolute;
	left:571px;
	top:307px;
	width:223px;
	height:112px;
	z-index:4;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	color:#F1F1FD;
}
#NWPhotoCaption {
	position:absolute;
	left:60px;
	top:293px;
	width:327px;
	height:17px;
	z-index:5;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #F1F1FD;
	font-weight: 400;
}
#WestSideText{
	position:absolute;
	left:91px;
	top:374px;
	width:360px;
	height:199px;
	z-index:6;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.65em;
	color: #ffffff;
}
#EastSideText{
	position:absolute;
	left:350px;
	top:374px;
	width:360px;
	height:199px;
	z-index:6;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.65em;
	color: #ffffff;
}
#LinksBar {
	position:absolute;
	left:75px;
	top:593px;
	width:760px;
	height:47px;
	z-index:7;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-weight: 500;
}

/*Messy Page Next*/

#MessyBackground {
	position:absolute;
	left:16px;
	top:21px;
	width:886px;
	height:553px;
	z-index:1;
	background-color:#33303A
}

#MessyTextBox {
	position:absolute;
	left:346px;
	top:67px;
	width:487px;
	height:324px;
	z-index:2;
}

p.wstext {
		letter-spacing:.11em;
}

.caption {
	text-align:center;
	letter-spacing:.04em;
}

.center {
	text-align: center;
}

.SmallCapsBaseShift{
	color:#D7D7D7
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.6em;
	font-variant: small-caps;
	font-weight: lighter;
}

.HeavierGreySpacedText {
	color:#D7D7D7;
	font-size:14px;
	font-weight:500;
	font-family:"Times New Roman", Times, serif;
	line-height:1.50em;
	letter-spacing:.1em;
}

.BasicGreyText {
	color:#F2F2EE;
	font-size:12px;
	line-height;.1em;
}

  
/*pseudo classes*/

p:hover {
color:#F9F8E3;
}

a:link {
	color: #A0A0A4;
	}
a:visted {
	color: #3E3E3E;
	}
a:hover {
	color:#525151;
	}
a:active{
	color:#858484;
	}

