body {
	background-color:#2f512c;
	margin:0;
	padding:0;
}
/*Layout styles*/
div.outer {
	width:955px;
	margin: 0 auto;
	padding-top:0px;
	margin-top:0px;
}
div.topOutside {
	width:1015px;
	margin-top:0px;
	margin: 0 auto;
}
/*-Layout Home page*/
div.header {
	width:955px;
	padding-top:0px;
	margin-top:0px;
}
img.portfolioImage {
	margin-top:5px;
	border:solid;
	border-color:#ffffff;
	border-width:5px;
}
img.robot {
	float:right;
	margin-top:175px;
}
div.section {
	float:left;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:10px;
}
div.description {
	float:right;
	z-index:2;
	margin-top:0px;
	height:0px;
	width:277px;
	position:relative;
	
}
div.areas {
	margin-top:10px;
	margin-bottom:15px;
}
div.homeMain {
	margin-top:10px;
	font-family:sans-serif;;
	font-weight:900;
	color:#FFFFFF;
}
div.contact {
	width:190px;
	height:680px;
	padding-top:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	background-color:#62915b;
	float:left;
}
div.vertbreaker {
	float:left;
}
div.bio {
	
	width:647px;
	height:670px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-left:6px; /*Added a pixel to adjust for the width of the vertical breaker*/
	margin-right:5px;
	float:left;
	background-color:#62915b;
}

