*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Helvetica Neue", "Century Gothic", Arial, sans-serif;
	background-color: #FFFFFF;
}

#header{
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 50px;
	height: 150px;
	text-align: center;
	font-size: 78px;
	font-weight: bold;
	z-index: 2;
}

#nav{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	font-size: larger;
	margin-top: 5px;
	display: table;
	z-index: 3;
/*	background-color: #DDDDDD;
*/}

#nav a, #nav a:visited{
	color: #666666;
	text-decoration: none;
	margin-left:-1px;
	margin-right:-1px;
	opacity:0.75;
}

.navitem{
	padding-left: 5px;
	padding-right: 5px;
/*	margin-left: 100px;
	margin-right: 100px;
*/	display: table-cell;
	text-align: center;
}

#nav a:hover, #footer a:hover{
	opacity: 1;
	color: #05B8CC;
	border-bottom: 2px solid #CD3700;
}

#navone{
	text-align: left;
}
#navtwo{
}
#navthree{
	text-align: right;
}

#content{
	color: #222222;
	position: absolute;
	width: 805px;
	left: 50%;
	margin-left: -400px;
	top: 200px;
	bottom: 50px;
	z-index: 5;
}

#content .square{
	height: 180px;
	width: 180px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	clear: none;
	display: block;
	padding: 5px;
	color: #FFFFFF;
	font-size: large;
	overflow: hidden;
}

#content .square .title{
	font-size: xx-large;
}

#content .square .cut{
	bottom: 0px;
	text-align: right;
	font-size: small;
}

#content #sq4{
	height: 380px;
	float: right;
	margin-right: 5px;
	background-color: #333333;
}

#content #sq1, #content #sq3, #content #sq6{
	background-color: #05B8CC;
}

#content #sq2, #content #sq5, #content #sq7{
	background-color: #CD3700;
}

#content a, #nav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#content a:hover{
	border-bottom: 2px solid #FFFFFF;
}

#footer{
	background-color: #FFFFFF;
	color: #666666;
	position: absolute;
	z-index: 3;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: normal;
	text-align: center;
	vertical-align: bottom;
}
#footer a, #nav a:visited{
	color: #666666;
	text-decoration: none;
}
