body {
	text-align: center;
	background: #eee url(http://gauslin.com/images/ui/topbar.png) 0 10px repeat-x;
}

p.note {
	color: red;
}

h2 {
	padding: 0 0 .5em 0;
	font-size: 100%;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #777;
}

#wrapper {
	margin: 0 auto;
	clear: both;
	width: 980px;
	text-align: left;
}
#wrapper.grid {
	background: transparent url(http://gauslin.com/images/ui/_grid_980-8.png) 0 0 repeat-y;
}

#header {
	float: left;
	clear: both;
	padding: 15px 20px;
	width: 940px;
}

p#contact {
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
	width: 650px;
	line-height: 1em;
	float: right;
	text-align: right;
	color: #777;
}
#content {
	float: left;
	clear: both;
	width: 100%;
}

#about {
	padding: 20px 20px 0 20px;
	width: 940px;
}
#about p {
	font-size: 125%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#work {
	padding: 0 0 0 20px;
	float: left;
	clear: both;
}
#work h2 {
	padding: 15px 0;
	width: 940px;
}
#work .project {
	margin: 0 15px 15px 0;
	padding: 10px;
	display: block;
	float: left;
	width: 204px;
	height: 120px;
	background: #fff;
	position: relative;
}

#work .count {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 80%;
	font-weight: bold;
	color: #999;
	width: 16px;
	text-align: center;
}
#work .project h3 {
	padding: 0;
	font-size: 100%;
}
#work .project h3 a {
	padding: 2px 0 2px 21px;
	display: inline-block;
}
#work .project p {
	line-height: 1.3em;
}
#work .project p.summary {
	padding: .3em 0 0 21px;
	font-size: 90%;
}
#work .project p.website {
	padding: 0 0 0 21px;
	font-size: 80%;
}
#work .project p.collaborator {
	padding: .5em 0 0 21px;
	color: #777;
	font-size: 80%;
}

#footer {
	margin: 0 0 0 20px;
	float: left;
	width: 940px;
	clear: both;
	color: #999;
}
#footer p {
	padding: 15px 0 30px 0;
	text-align: center;
	font-size: 90%;
}


p.collaborator a:link {
	color: #666;
}
p.collaborator a:visited {
	color: #999;
}