@charset "UTF-8";
/* CSS Document */

#html, body {
	background-image:url(../images/FOF_background.jpg);
	background-attachment:fixed;
	background-position:center;
	color: #E6E8E3;
	margin: 0;
	padding: 0;
	background-color: #E6E8E3;
	}
.PageCentered {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 1px;
	width: 50%;
	height: 50%;
	margin: auto;
}

#CONTAINER {
	height: 600px;
	width: 800px;
	background-color: #E6E8E3;
}
#LEFT_MENU {
	background-color: #E6E8E3;
	height: 550px;
	width: 140px;
	float: left;
	background-image: url(../images/FOF_logo.jpg);
	background-repeat: no-repeat;
}
#HEADER {
	background-color: #E6E8E3;
	height: 124px;
	width: 660px;
	float: right;
}
#MAIN_MENU {
	height: 70px;
	width: 660px;
	float: left;
}
#MAIN_CONTENT {
	float: left;
	height: 356px;
	width: 660px;
}
#text_area {
	width: 500px;
	height: 320px;
	float: right;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 0.85em;
	overflow: scroll;
	margin-right: 20px;
	text-decoration: none;
	padding-right: 20px;
	margin-top: 15px;
}
#sanctuary_image {
	background-image: url(../images/FOF_Group1.png);
	background-repeat: no-repeat;
	height: 381px;
	width: 402px;
	position: absolute;
	left: -150px;
	top: 188px;
}
#FOOTER {
	height: 50px;
	width: 800px;
	float: left;
	background-image: url(../images/FOF_footer.jpg);
	background-repeat: no-repeat;
}
#Form_Contact {
	height: 287px;
	width: 521px;
	float: right;
	margin-top: 36px;
	background-image: url(../images/form_background_NoFORM.jpg);
	background-repeat: no-repeat;
}
#SendEmail {
	position: absolute;
	top: 260px;
	left: 475px;
}
#contact_image {
	background-image: url(../images/FOF_Group5.png);
	background-repeat: no-repeat;
	height: 540px;
	width: 427px;
	position: absolute;
	left: -115px;
	top: 167px;
}

.form{
	color: #333;
	width: 315px;
	background: transparent;
	text-align: left;
	border: 0px none #FFFFFF;
}
.bottomline {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #333;
	background-color: transparent;
	width: 400px;
}
.sunmitbutton {
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	background: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nameForm {
	position: absolute;
	height: 20px;
	left: 373px;
	top: 281px;
}
#emailForm {
	position: absolute;
	top: 305px;
	height: 20px;
	left: 373px;
}
#messegeForm {
	position: absolute;
	top: 330px;
	left: 373px;
}
#sendbutton {
	position: absolute;
	left: 731px;
	top: 458px;
}
#about_image {
	position: absolute;
	background-image: url(../images/FOF_Group4.png);
	height: 370px;
	width: 386px;
	left: -140px;
	top: 200px;
}
#gathering_image {
	background-image: url(../images/FOF_Group3.png);
	background-repeat: no-repeat;
	height: 377px;
	width: 415px;
	position: absolute;
	left: -150px;
	top: 195px;
}
#kingston_image {
	background-image: url(../images/FOF_Group2.png);
	background-repeat: no-repeat;
	height: 381px;
	width: 596px;
	position: absolute;
	left: -200px;
	top: 187px;
}
#Main_Introduction {
	height: 550px;
	width: 800px;
}
#Destiny {
	position: absolute;
	left: 150px;
	top: 505px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
}

