body {
	background: #fff url(/_img/honeycomb.gif) 910px 0px repeat-y;
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	color: #1b1b1b;
	}
#wrapper {
	margin: 100px 0px;
	width: 910px;
	}

#logo {
	margin-right: 30px;
	float: left;
	width: 90px;
	height: 384px;
	}
#logo h1,
#logo h2 {
	display: none;
	}

#left {
	margin-right: 30px;
	float: left;
	width: 234px;
	}

#nav {
	margin-bottom: 3px;
	padding: 10px 0px;
	border-top: 1px dotted #b7b7b7;
	border-bottom: 1px dotted #b7b7b7;
	}
#nav li {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	}
#nav li.current {
	margin-left: -15px;
	padding-left: 15px;
	background: url(/_img/arrow.gif) left 8px no-repeat;
	}
#nav a {
	color: #1b1b1b;
	text-decoration: none;
	}
#nav a:hover {
	text-decoration: underline;
	}

.blurb {
	padding: 11px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #383838;
	}
#nav .blurb {
	margin: -5px 0px 5px 0px;
	display: none;
	}
#nav .current .blurb {
	display: block;
	}

#bottomNav {
	padding: 20px 0px;
	}
#bottomNav li {
	font-size: 12px;
	line-height: 18px;
	}
#bottomNav li.current {
	margin-left: -15px;
	padding-left: 15px;
	background: url(/_img/arrow.gif) left 4px no-repeat;
	}
#bottomNav a {
	color: #808080;
	text-decoration: none;
	}
#bottomNav a:hover {
	text-decoration: underline;
	}

#right {
	float: left;
	width: 500px;
	}

.featured {
	padding: 10px 0px;
	border-top: 1px dotted #b7b7b7;
	border-bottom: 1px dotted #b7b7b7;
	}
.featured h2 {
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;	
	}
.featured h2 a {
	color: #1b1b1b;
	text-decoration: none;
	}
.featured h2 a:hover {
	text-decoration: underline;
	}
.featured p {
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 19px;
	color: #383838;
	}
	
.project {
	padding-bottom: 15px;
	border-bottom: 1px dotted #b7b7b7;
	}
.project h2 {
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;	
	}
.project h5 {
	margin-top: -26px;
	padding-bottom: 15px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-transform: uppercase;
	}
.project h5 a {
	color: #b3b3b3;
	text-decoration: none;
	}
.project h5 a:hover {
	color: #8a8a8a;
	}
.project p {
	margin: 0px 15px 20px 0px;
	font-size: 13px;
	line-height: 19px;
	color: #383838;
	}

.projects {
	border-top: 1px dotted #b7b7b7;
	}
.projectThumb {
	padding: 13px 0px;
	border-bottom: 1px dotted #b7b7b7;
	}
.projectThumb img {
	margin-right: 18px;
	float: left;
	}
.projectThumb h3 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;	
	}
.projectThumb h3 a {
	color: #1b1b1b;
	text-decoration: none;
	}
.projectThumb h3 a:hover {
	text-decoration: underline;
	}
.projectThumb p {
	font-size: 12px;
	line-height: 18px;
	color: #383838;
	}

#images {
	margin: 15px -10px 5px 0px;
	}
#images li {
	margin: 0px 10px 10px 0px;
	float: left;
	}

.static {
	padding: 10px 0px;
	border-top: 1px dotted #b7b7b7;
	border-bottom: 1px dotted #b7b7b7;
	}
.static h2 {
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;	
	}
.static p {
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 19px;
	color: #383838;
	}

.more {
	padding: 0px 3px;
	background: url(/_img/arrow.gif) center center no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999em;
	width: 9px;
	}
.prev {
	padding-left: 9px;
	background: url(/_img/prevnext.gif) left top no-repeat;
	display: inline-block;
	}
.next {
	margin-left: 10px;
	padding-right: 9px;
	background: url(/_img/prevnext.gif) right bottom no-repeat;
	display: inline-block;
	}
