body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: papyrus, arial, helvetica;
	/* text-align: center; */
}



a {
	text-decoration: none;
	color: #767a7d;
}

a:hover {
	color: #000000;
	background-color: #212324;
}

#header {
/*	height: 150px; */
	text-align: center;
	margin-bottom: 10px;
	color: #767a7d;
}

#header img {
	clear: both;
}

.current {
	color: #dfdbd8;
	text-decoration: underline;
}

#content {
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 800px; 
	height: 700px;
/*	float:right; */
	
}

#content a {
	text-decoration: none;
	color: #767a7d;
}

#content a:hover {
	text-decoration: underline;
	color: #767a7d;
	background-color: #000000;
}

#content h1{
	text-align: center;
}

#content object {
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#contactinfo {
	height: 600px;
	color: #ffffff;
}

#leftdiv {
	color: #767a7d;
	width: 100px;
	float: left;
}

#leftdiv ul{
	list-style: none;
	text-decoration: none;
}
