body 
{
	background: url('main_background.jpg');
	border: 0px;
	margin: 0px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #5f6b74;
	line-height: 20px;
}

a
{
	text-decoration: none;
	color: #3699E0;
}

a:hover
{
	color: #76D9FF;
}

/******************** Site Logo ********************/
#imageBanner
{
	position: absolute;
	left: 279px;
	top: 0px
}

/******************** Navigation Bar *******************/
#navBar
{
	width: 279px;
	position: absolute;
	left: 0;
	top: 0;
}

#bannerLinkArea
{
	position: relative;
	top: 50px;
}
#bannerLinkAreaSpacer
{
	width: 279px;
	height: 250px;
}

#navBarLinkArea
{
	position: relative;
	top: 20px;
	text-align: right;
	margin: 30px;
	margin-right: 40px;
}

#navBarLinkArea ul
{
	list-style-type: none;
	line-height: 65px;
	font-size: 14pt;
}

/******************** Main Text Area ********************/
#mainTextArea
{
	width: 600px;
	position: absolute;
	left: 279px;
	top: 300px;
	text-align: center;
}

#mainTextAreaHeaderImageSpace
{
	width: 600px;
	text-align: left;
}

.pageNameImage
{
	position: relative;
	left: 50px;
	top: -270px;
}

.pageText
{
	position: relative;
	top: 0px;
	text-align: justify;
	margin: 50px;
}

/******************** Footer ********************/
.footer {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	position: relative;
	top: 0px;
}

.footer  a {
	font-size: 10px;
	color: #999999;
}
.footer a:hover
{
	color: #BBBBBB;
}
.footerTextDivider {
	font-size: 9px;
	color: #1f9dd5;
}

/******************** General Formatting ********************/
.italics
{
	font-style: oblique;
}
.left-align
{
	text-align: left;
}
/******************** Special for the Gallery Page ********************/
#galleryImageArea
{
	width: 598px;
	height: 600px;
	position: relative;
	left: 280px;
	top: 0px;
	text-align: center;
}

#mainTextAreaHeaderImageSpace
{
	position: relative;
	top: 300px;
}

#galleryImage
{
	position: relative;
}

#galleryThumbnails
{
	position: relative;	
	top: 30px;
}

#galleryVideoArea
{
	width: 600px;
	position: relative;
	left: 279px;
	top: 0px;
	text-align: center;
}

#galleryVideoArea table
{
	position: relative;
	left: 140px;
}

#galleryVideoArea span.footer
{
	position: relative;
	top: 40px;
}
