@charset "utf-8";
/* CSS Document */
.links {
	padding: 10px;
	border: 1px solid #836297;
	margin-bottom: 20px;
	width: 640px;
}

.links h6 {
	line-height: 0.6em;
	text-align: left;
	font-size: 1em;
}

.links ul {
	font-size: 0.7em;
	font-weight: normal;
}

.links ul ul {
	font-size: 1em;
}

.links ul ul li {
	font-size: 1em;
	font-weight: normal;
}

.links a {
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
}

.links img {
	margin-right: 15px;
	margin-bottom: 15px;
	float:left
}

#team {
	margin: 0;
	width: 390px;
	padding: 10px 0px 0px;
	float:left;
	clear: none;	
}
#team h2 {
	text-align: left;
	font-size: 1.1em;
}
#adam {
	margin: 0 0 5px;
	background: #CE8A87 url(../images/adam_bkgd.jpg) no-repeat center top;
	width: 234px;
	padding: 125px 5px 5px;
}
.adamnews {
	padding: 0px 0px 5px;
	width: 234px;
	text-align:justify;
	margin: 0px;
}

.adamnews h6 {
	text-align: left;
	font-size: 0.8em;
	color: #fff;
	letter-spacing: normal;
}

.adamnews p {
	color: #000;
	line-height: 15px;
}

.picturefltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.picturefltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.fltlftpod { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 5px;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
}
