html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
	background-color: #3a3d44;
	font-family: Georgia, serif;	
	color: #000000;
}
#container {
	width: 950px;
	height: 950px;
	background-image: url(../aboutcl/images/background2.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#title p {
	font-size: 472%;
	margin-top: -105px;
	text-align: center;
}
#subtitle p {
	font-size: 75%;
	margin-top: -78px;
	margin-left: 10px;
}
.red {
	color: #af0100;
}
.green {
	color: #317f39;
}
#topnav ul {
	margin-left: -5px;
}
#topnav li {
	float: left;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 32px;
}

#topnav img {
	border: none;
}
#topnav a {
	outline: none;
}
#aboutcl {
	width: 475px;
	height: 30px;
	color: #b6b6b6;
	font-size: 20px;
	margin-left: 91px;
	padding-top: 16px;
}
#colone {
	width: 400px;
	float: left;
	margin-top: 32px;
	margin-left: 44px;
	color: #b6b6b6;
	line-height: 1.15em;
	font-size: 13px;
}
#colone a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #b6b6b6;	
}
#colone a:hover {
	color: #277a30;
}
#coltwo {
	width: 400px;
	float: right;
	margin-top: 23px;
	margin-right: 50px;
	color: #b6b6b6;
	line-height: 1.15em;
	font-size: 13px;
}
#coltwo .dark {
	color: #4f4f4f;
}