#title_layer {
	background-color: #FFCC33;
	font-size: 36px;
	color: #000099;
	position: relative;
	z-index: 1;
	height: 50px;
	width: 340px;
	left: 150px;
	top: 0px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: thin #000000;
}
#main_layer {
	background-attachment: fixed;
	background-image: url(../Images/Backgrounds/Shell%2060%20bgnd.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFFFD4;
	text-align: justify;
	vertical-align: top;
	position: absolute;
	width: 700px;
	left: 19px;
	top: 139px;
	padding: 30px;
	overflow: scroll;
	bottom: 500px;
	height: 360px;
}

#main_after_links_layer {
	background-attachment: fixed;
	background-image: url(../Images/Backgrounds/Shell%2060%20bgnd.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFFFD4;
	text-align: justify;
	vertical-align: top;
	position: absolute;
	width: 700px;
	left: 20px;
	top: 300px;
	right: 780px;
	padding: 30px;
}
.links_layer {
	background-color: #FFFFCC;
	font-size: 12px;
	color: #000099;
	position: absolute;
	z-index: 1;
	height: 50px;
	width: 340px;
	left: 211px;
	right: 570px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	top: 229px;
}
.special_info_layer {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFCC33
	;
	text-align: justify;
	vertical-align: top;
	position: absolute;
	width: auto;
	left: auto;
	top: auto;
	padding: 30px;
	overflow: visible;
	bottom: auto;
	height: auto;
	border: thick double #000000;
	color: #000099;
	border-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
