@charset "utf-8";
/* CSS Document */
body  {
	width: 100%;
	font-family: Century Gothic;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center; 
}
#container { 
	width: 1000px;
	height: 800px;
	margin: 0px auto; 
	text-align: left; 
} 
#header {
	text-align: center;
	height: 85px;
} 
#mainMenu {
	text-align: center;
	height: 65px;
}
#subMenu {
	text-align: center;
	height: 102px;
}
#mainContent {
	padding: 0;
	height: 850px;
	background-image: url(images/background-grad.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 18px;
}
#mainContent1 {
	padding: 0;
	height: 521px;
	background-image: url(images/background-grad.jpg);
	background-repeat: no-repeat;
}
#mainContent2 {
	padding: 0;
	height: 1020px;
	background-image: url(images/background-grad.jpg);
	background-repeat: no-repeat;
}
#FlashGallery {
	padding: 0;
	height: 500px;
	background-image: url(images/background-grad.jpg);
	background-repeat: no-repeat;
}
.leftStory {
	font-family: Century Gothic;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 436px;
	margin-left: 50px;
}
.rightStory {
	font-family: Century Gothic;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 422px;
	margin-left: 43px;
}
.leftFAQ {
	float: left;
	width: 534;
	margin-left: 60px;
}
.rightFAQ {
	float: left;
	width: 406;
}
.leftFund {
	font-family: Century Gothic;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 520px;
	margin-left: 80px;
}
.rightFund {
	font-family: Century Gothic;
	font-size: 12px;
	text-align: left;
	float: right;
	width: 375px;
}
.leftContact {
	font-family: Century Gothic;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 850px;
	margin-left: 68px;
}
.leftContact h2 {
	font-family: Century Gothic;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
#flashContent {
	text-align: center;
	height: 640px;
} 

