html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

div {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #54616b;
}

a:link, a:visited { font-weight: normal; color: #455560; text-decoration: none; }
a:hover { font-weight: normal; color: #000; text-decoration: underline; }

#vert-container {
	position: absolute;
	width: 100%;
	top: 50%;
	padding: 0;
	margin-top: -288px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 575px;
	padding: 0;
	background-color: #c5c8cb;
}

#header {
	float: left;
	width: 800px;
	height: 130px;
	padding: 0;
}
	#header .logo {
		float: left;
		width: 530px;
		margin-left: 10px;
		margin-top: 73px;
	}

	#header .nav {
		float: left;
		width: 260px;
		margin-top: 110px;
	}
	
#content {
	float: left;
	width: 800px;
	height: 270px;
	padding: 0px;
}
	#content .column {
		float: left;
		width: 236px;
		background-color: #e0e691;
		padding: 12px;
		height: 246px;
		line-height: 1.7em;
	}
		#content .column .dark {
			font-size: 12px;
			font-weight: bold;
			line-height: 2.2em;
			/*padding-top: 5px;*/
		}
		#content .column .light {
			font-size: 12px;
			font-weight: bold;
			line-height: 2.2em;
			color: #84939e;
		}
		#content .column .vcenter {
			height: auto;
		}
		#content .column .clients {
			font-size: 11px;
			font-weight: bold;
			line-height: 1.7em;
			color: #b8c329;
		}
		
	#content .column-wide {
		float: left;
		width: 506px;
		background-color: #e0e691;
		padding: 12px;
		min-height: 246px;
		line-height: 1.7em;
	}
		#content .white { background-color: #fff; }
		
	#content .column-bio {
		float: left;
		width: 247px;
		padding: 12px;
		padding-right: 6px;
		background-color: #fff;
		height: 340px;
		line-height: 1.3em;
		color: #455560;
	}
	
	#content .spacer {
		float: left;
		width: 10px;
	}
	
	
	.txtgreen {
		color: #b8c329;
	}
	.bold {
		font-weight: bold;
	}
	
	#quote-home {
		float: left;
		margin-top: 10px;
		margin-left: 320px;
		padding: 0;
		height: 115px;
	}
	#quote-projects {
		float: left;
		margin-top: 35px;
		margin-left: 135px;
		padding: 0;
		height: 90px;
	}
	#quote-clients {
		float: left;
		margin-top: 10px;
		margin-left: 55px;
		padding: 0;
		height: 115px;
	}
	#quote-contact {
		float: left;
		margin-top: 10px;
		margin-left: 205px;
		padding: 0;
		height: 115px;
	}
	
	#blocks {
		float: left;
		width: 800px;
		padding: 0;
		height: 20px;
	}
	
	
	.arrowlist {
		padding: 0;
		margin: 0;
		margin-top: 15px;
		margin-bottom: 15px;
		background-image: url('../images/arrow.gif');
		background-repeat: no-repeat;
		background-position: 0px 1px;
		padding-left: 15px;
		line-height: 1.7em;
		font-weight: bold;
	}
		.top { margin-top: 0px; }
		.bottom { margin-bottom: 0px; }
		
	.team {
		font-weight: bold;
		font-size: 10px;
		color: #84939e;
		line-height: 1.6em;
	}