/* @override http://datalabprojects.com/style.css */

body,html{
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}
#content{
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#lineBreak{
	width: 800px;
	border-top: 1px dotted #b3b3b3;
}
#logo{
	margin-top: 50px;
	margin-bottom: 40px;
}
#textArea1{
	
}
#iconGrid{
	width: 800px;
	margin-top: 50px;
	height: 400px;
}
#grid1{
	width: 200px;
	height: 200px;
	float: left;
	position: relative;
	overflow: visible;
	z-index: 1;
}
#grid2{
	width: 200px;
	height: 200px;
	overflow: visible;
	z-index: 1;
	float: left;
	position: relative;
	left: 100px;
}
#grid3{
	width: 200px;
	height: 200px;
	float: left;
	position: relative;
	top: 0px;
	z-index: 2;
	left: 200px;
}
#grid4{
	width: 200px;
	height: 150px;
	float: left;
	left: 0;
	position: relative;
	top: 0px;
	clear: both;
}
#grid5{
	width: 200px;
	height: 150px;
	float: left;
	left: 100px;
	position: relative;
}
#grid6{
	width: 200px;
	height: 150px;
	float: left;
	left: 200px;
	position: relative;
}
#icon{
	margin-bottom: 10px;
}
#iconTitle{
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}
#contact{
	width: 800px;
	margin-top: 50px;
}
#copyright{
	width: 800px;
	margin-top: 25px;
	margin-bottom: 40px;
	font-size: 9px;
}

