body {
	text-align: center;
	background-color: #5C5C5C;
}

#site_wrapper {
	width: 650px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#navigation {

height: 50px;

}

 

#navigation ul {

list-style: none;

margin-left: auto;

margin-right: auto;

padding: 0px;

}

 

#navigation li {

display: inline;

text-align: center;

background: #BABABA;

margin: 0px;

padding: 0px;

border-left: 1px solid #999;

}

 

#navigation a {

color: #666;

font-weight: bold;

padding: 5px 10px;

text-decoration: none;

}

 

#navigation a:hover {

color: #333;

}

 

#navigation #currentpage a {

background: #BABABA;

color: #333;

}

#greeting {
	background: #5C5C5C;
	font: 12px;
	font-family: "Book Antiqua",cursive;
	text-align: center;
	color: white;
	position: fixed;
	left: 20%;
	top: 28%;
	width: 650px;
	text-align: justify;
	}

#front1
	{
	position: fixed;
	left: 28%;
	top: 65%;
	text-align: justify;
	}

#bottom
     {
     font: 6px;
     font-family: "Book Antiqua",cursive;
     color: white;
     position: fixed;
     bottom: 1px;
     text-align: center;
     width : 100%;
     }

#greeting3
	{
	background: #5C5C5C;
	float: left;
	font: 8px;
	font-family: "Book Antiqua",cursive;
	color: white;
	position: fixed;
	left: 25%;
	top: 35%;
	width: 650px;
	overflow: auto;
	text-align: justify;
	}

#greeting2
	{
	font: 12px;
	font-family: "Book Antiqua",cursive;
	color: white;
	position: relative;
	top: 35%;
	left: 45%
	width: 550px;
	text-align: justify;
	}



#contact
	{
	background: #5C5C5C;
	font: italic 14px arial;
	color: white;
	position: fixed;
	color: white;
	position: fixed;
	left: 25%;
	top: 35%;
	width: 650px;
	text-align: justify;
	}

#land
	{
	position: fixed;
	left: 25%;
	top: 60%;
	text-align: justify;
	}

#events
	{
	position: relative;
	left: 45%;
	top: -50%;
	text-align: justify;
	}

#dayton07
	{
	left: 33%;
	top: 40%;
	text-align: justify;
	}

#baltimore
	{
	position: relative;
	left: 5%;
	top: 50%;
	text-align: justify;
	}	
a:link {color: #EDEDED}								/* unvisited link */
a:visited {color: #FFFFFF; text-decoration: none; }	/* visited link */
a:hover {color: #BABABA; text-decoration: none; }		/* visited link */
a:active {color: #FFFFFF; text-decoration: none; }	/* selected link */
