body {
	background-color: #DDEEEB;
	margin: 0;
	padding: 0; padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 12px;
	color:#9D8386;
}

.about{width:699px; height:428px; margin-left:27px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 687px;
height: 428px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E9F4ED;
margin: 0.3em auto;
margin-left:5px;
padding-right:10px;
}

#footer {
	font-size: 9px;
	font-weight: normal;
	color:#9D8386;
	text-align: center;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	padding:0;
	margin-bottom:10px;
	margin-top:30px;
	bottom:0px;
	position:relative;
}

	#footer a:link {text-decoration: none; color: #9D8386;}
	#footer a:visited {text-decoration: none; color: #9D8386;}
	#footer a:hover {text-decoration: underline; color: #785D6D;}
	#footer a:active {color: #9D8386;}
	
	
