/**** BASIC STYLES ****/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 13px/20px "Gill Sans","Gill Sans STD","GillSans",Arial,Verdana,sans-serif;
	color: #333; 
}
a {
	color:#5a2828;
	text-decoration:none;
}
a:hover {
	color:#a92a2a;
	text-decoration:none;
}

img {
	border:0;
}


/**** CANVAS ****/
div#wrapper {
	background-color: #FFFFFF;
	margin: auto;
	padding-top:30px;
	width: 775px;
}


/**** HEADER & NAVIGATION ****/
div#header {
	width:216px;
	height:60px;
	float:left;
}
ul#navbar {
	list-style-type: none;
	float:left;
	width:558px;
	height:60px;
	background:url(../images/navbar.png);
}
ul#navbar li{
	float:left;
	position: relative;
	width:119px;
	padding:10px 0 0 20px;
}
ul li a {
	display: block;
	height: 36px;
	text-decoration: none;
}
ul#navbar a:hover {
	background-position: 0 -36px;
}
a#portfolio {
	width:92px;
	background: url("../images/portfolio.png");
}
a#sequential {
	width:100px;
	background: url("../images/sequential.png");
	margin-left:10px;
}
a#sketchbook {
	width:102px;
	background: url("../images/sketchbook.png");
	margin-left:20px;
}
a#about {
	width:75px;
	background: url("../images/about.png");
	margin-left:25px;
}
.displace {
	position: absolute;
	left: -5000px;
}

/**** CONTENT ****/
div#content {
	width:216px;
	float:left;
}
#content a {
	display:block;
	width:130px;
	height:15px;
	background: url("../images/email_link.png");
}
#content a:hover {
	background-position: 0 -15px;
}
ol#thumbs {
	list-style-type:none;
	float:left;
	width:558px;
}
ol#thumbs li {
	float:left;
	padding:30px 15px 0 15px;
}
ol li.clearleft {
	clear:left;
}

ol#thumbs p {
	width:300px;
	color:#999;
	margin-bottom:10px;
}