﻿body 
{
	background-color:#000;
	font-family:Georgia;
}
.MainDiv
{
	width:900px;
	background-color:#fef0b4;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;	
	
}
.FlashSection
{
	width:900px;
	text-align:right;
	background-color:#FFF;
}

.LeftSection
{
	width:285px;
	float:left;
	background-color:#fef0b4;
	background-image: url("img/BackgroundImage.gif");
	background-position: bottom left;
	background-repeat:no-repeat;
	height:690px;	
}
.Text
{
	 margin-top:25px;
	 padding:15px;
	font-size:14px;	

	
}
.Footer
{
	 padding-top:10px;
	 width:900px;
	 margin-left: auto;
	 margin-right: auto;
	 color:#FFF;
	 text-align:center;
	 font-size:12px;
	
}
.HeadlineText
{
	 font-size:18px;	
	
}
.Navigation{
	 margin-top:80px;
	 margin-left:50px;
	 background-color:#fef0b4;
	 font-size:14px;
	
}
.Navigation img, a
{
	 text-decoration:none;
	 border:0px;
	 color:#000;
	 vertical-align:text-top;
	 padding-bottom:5px;
}


.AboutTop
{
	background-color:#FFF;
	background-image: url("img/AboutTopBackground.gif");
	background-position: bottom right;
	background-repeat:no-repeat;
	height:185px;	
}

.AboutBottom
{
	background-color:#a39d85;
	height:595px;
	width:600px;
	float:left;	
}
.AboutText
{
	padding-top:125px;
	padding-left:70px;
	padding-right:70px;
	text-align:left;
	color:#231f20;
	font-size:14px;
	
}
.AboutText h1
{
	color:#002f65;
	font-size:18px;

}
.SelectedPage
{ 
	color:#666666;	
	
}

