h1	{
	color: #00AF4C;
	}
	
#container	{
		background: #FFF url(/images/team_bg.jpg) top center repeat-x;
		}
		
#navbar	{
	background: transparent url(/images/team_png.png) top left repeat;
	}
	
	.navigation ul	{border-bottom: .4em #00AF4C solid;}
	
	.navigation ul li a:hover	{
		color: #FFF;
		background-color: #00AF4C;
		}
		
	.navigation ul li a.active	{background-color: #00AF4C; color: #FFF; font-weight: bold;}
	
.main_content	{
		margin-bottom: 15px;
		}
		
		.column_one, .column_two	{
		width: 425px;
		}
		
		.column_one	{
			float: left; padding-right: 15px; border-right: .1em #99DFB7 solid;
			}
			
		.column_two	{
			float: right; padding-left: 15px;  border-left: .1em #99DFB7 solid;
			}
		
#footer	{
	background: transparent url(/images/team_footer.jpg) bottom center repeat-x;
	border-bottom: 5px #00AF4C solid;
	}