body {
		font-family: Helvetica, Verdana, Arial, sans-serif;
		text-align: center;
		line-height: 20px;
		font-size: 14px;
		padding: 0px;
		margin: 0px;
	}

	div#top {
		text-align: left;
		height: 70px;
		width: 100%;
		margin: 0px;
		color: #ebe9ff;
		background-color: #232323;
		margin-bottom: 50px;
	}
	div#menu {
	width: 770px;
	margin: 0px auto;
	text-align: left;
	padding-top: 25px;

	}
	a#home:hover {
	color: white;
	}
	a#home {
	color: #66ccff;
	background-color: #4f4f4f; 
	padding: 4px;
	border: 1px solid #4f4f4f;
	}
	a#home:hover {
	color: #b6e3ff;
	background-color: green; 
	}
	a#home:active {
		background-color: red;


}
	a#top {
	
		color: #effaff;
		background-color: #4f4f4f;
		margin-top: 0px;
		margin-left: 30px;
		padding: 5px;
			border: 1px solid #4f4f4f;

	
	}
	a#top:hover {
		border: 1px solid #4f4f4f;

		background-color: green;
		
			}
	a#top:active {
		background-color: red;
			}
	

	img#photo {
		margin-top: 0px;
		width: 770px;
		height: 186px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;

	}

	div#text {
		margin-left: auto;
		margin-bottom: 20px;
		margin-right: auto;
		color: #000d1a;
		line-height: 25px;
		font-size: 15px;
		text-align: left;
		width: 770px;
		height: 290px;
		margin-top: 20px;
		background-color: white;
	background-image: url(gradient.png);
  background-repeat: repeat-x; 

	}

	h1 {
		color: #333333;
		margin-top: 10px;
		font-size: 20px;
	}
h2 {
		color: #333333;
		margin-top: 10px;
		font-size: 17px;
	}
h2 a{
	text-decoration: none;
	color: #005d8b;
}
h2 a:hover{
	text-decoration: underline;
	color: #005d8b;
}
div#intro{
margin-left: 20px;
float: left;
}
div#floater{
	margin-bottom: 0px;
	position: fixed;
	width: auto;
	height: 10px;
	left: 0px;
	bottom: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a{
	color: #006a0b;
}
hr{
	border-width: 0px;
	background-color: #cfcfcf;
	color: #cfcfcf;
	height: 1px;
}

