.base{
 	background-color:black;
 	text-align:center;
 }

.linkedImage{
	border-width: 0px;
}

.rootContainer {
	background-color: black;
	border: 1px solid #000000;
	width: 900px;
	height: 600px;
	top: 0px;
	left: 0px;
	position: relative;
}

.sigRoot {
	background-color: black;	
	border: 1px solid #000000;
	left: 0px;
	top: 0px;
	width: 110px;
	height: 600px;
	position: absolute;
}

.sigBox{
	background-color:#4D4E4C;
	border: 1px solid #000000;
	left:10px;
	top:10px;
	width:90px;
	height:580px;
	position: absolute;
}


.logoRoot {
	background-color: black;
	border: 1px solid #000000;
	left: 110px;
	top: 0px;
	width: 125px;
	height: 125px;
	position: absolute;
}

.titleBox{
	background-color:#4D4E4C;
	border: 1px solid #000000;
	left:0px;
	top:10px;
	width:530px;
	height:75px;
	position: absolute;
}

.logoBox{
	background-color:#4D4E4C;
	border: 1px solid #000000;
	left:0px;
	top:10px;
	width:115px;
	height:115px;
	position: absolute;
}

.titleRoot {
	background-color: black;	
	border: 1px solid #000000;
	left: 235px;
	top: 0px;
	width: 540px;
	height: 85px;
	position: absolute;
}

.woolGalRoot {
	background-color: black;
		
	border: 1px solid #000000;

	left: 775px;
	top: 0px;
	width: 125px;
	height: 125px;
	position: absolute;
}

.woolGalBox{
	background-color:#4D4E4C;
	border: 1px solid #000000;
	left:0px;
	top:10px;
	width:115px;
	height:115px;
	position: absolute;
}

.menuRoot {
	background-color: black;	
	border: 1px solid #000000;
	text-align:left; 
	vertical-align:bottom;
	left: 235px;
	top: 96px;
	width: 540px;
	height: 40px;
	position: absolute;
}

.bodyRoot {
	background-color: black;		
	border: 1px solid #000000;
	left: 96px;
	top: 135px;
	width: 780px;
	height: 475px;
	position: absolute;
	margin:15px;
}

.bodyContent{
	font-family:Papyrus;
	color:#FAF0E6;
	text-align:left;
	padding-left:20px;
}

.bodyTitle {
	font-size: 28px;
	font-weight:bold;
}

.bodyText {
	font-size: 16px;
}

.bodyQuote {
	font-size: 16px;
	font-style: italic;
	text-align:justify;
}

.bodyQuoteRef {
	font-size: 14px;
	font-style: italic;
	margin-left:20px;
}

a:visited {
	color: #C0C0C0;
}

a {
	color: #C0C0C0;
}
a:link {
	color: #C5B476;
}
a:active {
	color: #C0C0C0;
}

.iFrameContent {
	font-family: Papyrus;
	color: #FAF0E6;
	background-color: #000000;
	padding-right:20px;
	
}

.iFrame{
	border:0px; 
	width : 780px; 
	height: 441px; 
	float: left;
	
}


