*{
	margin: 0;
	padding: 0;
}

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

#nav{
	position: absolute;
	width: 100%;
	left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: larger;
	display: table;
	z-index: 3;
	color: #DDDDDD;
	background-color: #333333;
/*	border-bottom: 1px solid #333333;
*/}

.navitem{
	margin-right: 10px;
/*	padding-left: 5px;
	padding-right: 5px;
*/}

.navitem a{
	padding: 5px;
}

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

#nav a:hover{
	background-color: #00ADFF;
}

#content{
	color: #DDDDDD;
	position: absolute;
	width: 1010px;
	left: 50%;
	margin-left: -505px;
	top: 75px;
	bottom: 50px;
	z-index: 5;
}

#content .square{
	height: 250px;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	clear: none;
	color: #999999;
	background-color: #333333;
	font-size: large;
	overflow: hidden;
}

#content .square img.sqimg{
	width: 250px;
	height: 250px;
}

#content #sq1{
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 60px;
	text-align: center;
	background-color: #00ADFF;
}

#content #sq2{
	position: absolute;
	top: 260px;
	left: 0px;
}
#content #sq3{
	position: absolute;
	top: 0px;
	left: 260px;
	width: 510px;
	height: 510px;
	font-size: 50px;
	font-weight: normal;
}

#content #sq4{
	position: absolute;
	top: 0px;
	left: 780px;
}
#content #sq5{
	position: absolute;
	top: 260px;
	left: 780px;
}

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

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

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

#content .square .title{
	font-size: xx-large;
	padding-bottom: 0px;
}

#content p{
	padding: 10px;
}

#content p.title{
	padding-bottom: 0px;
}

#content #sq3 p{
	padding: 20px;
	padding-bottom: 10px;
}

#content .highlight{
	color: #00ADFF;
}

#content .lowlight{
	color: #111111;
}
#footer{
	background-color: #333333;
	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, a:visited{
	color: #666666;
	text-decoration: none;
}

#footer a:hover{
	color: #0099FF;
}