/* aboutus.html */
	body {
		background: #fff;
		padding-bottom: 20px;
	}
	#wrapper {
		margin: 0px auto;
		width: 690px;
		background: #235413;
	}
	
	#content {
		background-color: inherit;
	}
	
	#topbanner {
		padding-top: 15px;
		padding-bottom: 0px;
	}
	
	#topbanner ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
	}
	
	#topbanner ul li {
		margin-left: 0;
		padding: 3px 15px;
		list-style: none;
		display: inline;
	}
	
	#banner {
		text-align: center;
	}
	
	#banner img {
/*		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff; */
	}
	
	#maincontent {
		padding: 15px;
		background:white;
		margin: 30px 35px 0px 35px;
		
	}
		
	.person {
		padding-bottom: 35px;
	}
	
	.person p img {
		padding-right: 15px;
	}
	
	#subcontent {
		text-align: center;
		padding: 35px 0px;
	}
	
	#subcontent div.unit {
		float: left;
		height: 180px;
/*		background: grey;
		border: 1px solid red; */
		padding: 0 0px;
	}
	
	#subcontent img {
		border: 1px solid white;
	}
	form {
		background:transparent;
		text-align: left;
	}
	
	#footer {
		text-align: center;
		color:white;
		padding-top: 20px;
	}

/*-------------------------------------------------------------------------
 Clearfix code, from http://www.positioniseverything.net/easyclearing.html
---------------------------------------------------------------------------*/

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */

/*--------------------
End clearfix code
---------------------*/
	

/*-----------------------
Links
-------------------------*/


/*----------------------------------------------------------------------------------------------------------*/

/* squares */

/
		
	#banner {
		text-align: center;
/*		background:#88cd4e; */
	}	
	
	#floatedrightsubcontent {
		float:right;
		width: 400px;
		text-align: center;
		padding:0px 0px;
		margin-right: -30px;
		margin-top:-25px;
	}

	#floatedrightsubcontent div.unit {
		float: left;
		height: 140px;
		padding: 0 10px;
		margin-top 0px;
		margin-bottom: 0;
	}
	
	#floatedrightsubcontent div.unit p {
		padding: 0;
		margin: 0;
	}

	#subcontent img {
		border: 1px solid white;
	}
	
 	form#signup {
		text-align: left;
/*		float:left; */
		width: %;
		padding: 5px 15px;
		margin-top: 5px;
		margin-left: 0px;
		background:#6699aa;
	}
	
	form#signup p {
		
	}
	
	form#signup fieldset {
		border: none;
	}
	
	form#signup fieldset legend {
		font-weight: bold;
	}
	

/*-----------------------
Links
-------------------------*/

	form a {
		color: #363;
	}

	form a:hover {
		color: white;
	}

	#topbanner ul li a {
		color: #fff;
	}
	
	