@charset "UTF-8";

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #03C;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.projectPages {
	width: 100%;
	float: left;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}

.imagelist {
	list-style-type: none;
	padding-top: 20px;
}
.header {
	width: 150px;
	position: absolute;
	z-index: 10;
	top: 19px;
	left: 34px;
}
 

#projectPages ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

#projectPages li{
	float:left;
	margin-right:5px;
	width:18px;
	text-align:left;
 }

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.projectImage {
	position: absolute;
	left: 0px;
	top: 80px;
}
.projectInfo {
	font-size: 14px;
	color: #666;
	position: absolute;
	top: 28px;
	width: 600px;
}
#nav {
	width: 200px;
	position: absolute;
	line-height: 20px;
	z-index: 5;
	height: 570px;
}
#content {
	float: left;
	position: absolute;
	left: 250px;
}
#about {
	left: 250px;
	position: absolute;
	width: 722px;
	visibility: hidden;
	height: 518px;
}
