/*******************************************BODY ELEMENTS**************************************/
body {
	background-color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFCC66;
}
div.content /*body mirror - contains all elements*/
{
	margin: 0 auto;
	background-color: black;
	width: 790px;
	height: auto;
	text-align: center;
}
	
/*******************************************BODY ELEMENTS****************************************/
/*------------------------------------------------------------------------------*/
/*******************************************TOP ELEMENTS*****************************************/
div.top
{
background-image: url(../images/city3.gif);
background-position: top center;
background-repeat: no-repeat;
height: 200px;
width: 790px;
text-align: center;
}
/*******************************************END TOP ELEMENTS*************************************/
/*------------------------------------------------------------------------------*/
/*******************************************MIDDLE ELEMENTS**************************************/
div.middle
{
background-image: url(../images/middlebg.gif);
height: 350px;
width: 790px;
background-color: #4F4F4F;
background-repeat: no-repeat;
border: 1px solid black;
}
div.indexmiddletext
{
	width: 560px;
	height: 335px;
	margin-left:32px;
	margin-top: 30px;
	margin-right: 32px;
	text-align: left;
	float: left;
	overflow: hidden;
}
/*******************************************END MIDDLE ELEMENTS**********************************/
/*------------------------------------------------------------------------------*/
/*******************************************NAV ELEMENTS*****************************************/
div.nav
{
background-color: #ffcc66;
width: 790px;
height: 20px;
text-align:  left;
border-left: 1px solid black;
border-right: 1px solid black;
}
div.navcontainer
{
	width: 784px;
	height: inherit;
	margin: 3px;
	float: left;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: white;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/*******************************************END NAV ELEMENTS*****************************************/
/*------------------------------------------------------------------------------*/
/*******************************************FOOTER ELEMENTS*****************************************/
div.footer
{
background-color: #ffcc66;
height: 50px;
width: 790px;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
text-align: center;
}
span.footer
{
	width: 784px;
	height: 44px;
	margin: 3px;
	text-align: center;
	font-size: 10px;
	text-align: center;
	color: black;
}
/******************************************CONTACT PAGE A LINKS************************************/
a.contact:link {
	color: #000000;
	text-decoration: none;
}
a.contact:visited {
	text-decoration: none;
	color: #000000;
}
a.contact:hover {
	text-decoration: underline;
	color: blue;
}
a.contact:active {
	text-decoration: none;
	color: #000000;
}
/**************************************END CONTACT PAGE A LINKS************************************/
