body {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
#header {
	background-color: white;
	height: 200px;
	width: 100%;
}
#footer {
	padding-bottom: 20px;
	margin-top: 30px;
	margin-left: 200px;
	border-top-color: #dadada;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 10px;
	font-family: Monaco, monospace, "Trebuchet MS", sans-serif;
	color: #9b9b9b;
	background-color: white;
	width: 750px;
}
.project {
	color: #3f3f3f;
	padding-bottom: 80px;
	position: static;
	display: block;
	padding-top: 30px;
	padding-left: 200px;
	font-size: 10px;
	font-family: Monaco, monospace, "Trebuchet MS", sans-serif;
	width: 750px;
}
.projectInfoTitle {
	color: #9b9b9b;
	padding-bottom: 5px;
	padding-top: 8px;
	display: inline-block;
	background-position: 0 top;
	width: 126px;
	vertical-align: top;
}
.projectInfoContent {
	padding-bottom: 7px;
	line-height: 15px;
	padding-top: 7px;
	display: inline-block;
	width: 624px;
}
.projectInfoRule {
	display: inline-block;
	width: 100%;
	background-color: #dadada;
	height: 1px;
	border-style: none;
}
.projectImage {
	background-color: white;
	border-style: solid;
	border-color: #dadada;
	border-width: 1px;
	width: 750px;
	cursor: pointer;	
}
.imageControls {
	padding-left: 3px;
	padding-top: 8px;
	height: 22px;
	background-position: 0 10px;
	background-repeat: no-repeat;
	background-image: url(images/imageControlBg.gif);
	width: 750px;
	text-align: left;
}
.imageCount {
	height: 15px;
	display: inline-block;
}
.imageControlPrev {
	background-position: 0 3px;
	cursor: pointer;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -9999px;
	height: 15px;
	width: 20px;
	background-image: url(images/imageControlPrev.gif);
}
.imageControlNext {
	background-position: 10px 3px;
	cursor: pointer;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -9999px;
	height: 15px;
	width: 20px;
	background-image: url(images/imageControlNext.gif);
}
img {
	border-style: none;
}

a.norollover:hover {
	border-style: none;
}

a {
	text-decoration: none;
	color: #00b8bf;
}

a:hover {
	border-bottom-color: #00b8bf;
	text-decoration: none;
	border-bottom: 1px solid;
	color: #00b8bf;
}

#nav {
	padding-left: 20px;
	padding-top: 30px;
	top: 0px;
	height: 100%;
	color: #3f3f3f;
	font-size: 10px;
	font-family: Monaco, monospace, "Trebuchet MS", sans-serif;
	left: 0px;
	display: block;
	position: fixed;
	width: 150px;
}

#worklist {
	line-height: 18px;
	padding-top: 5px;
	width: 150px;
}

#worklist a {
	width: 150px;
	display: inline;
}

#home {
	padding-top: 160px;
	padding-bottom: 11px;
}

#personal {
	border-bottom-color: #8c8c8c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 130px;
}

#pdfs {
	line-height: 16px;
}

#email {
	color: #3f3f3f;
}

