body {
	margin: 30px;
	font-size: 100%;
	line-height: 1.125em;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	}

p {
	font-size: .75em;
	}

/*font for name */
h1 {	
	margin: 0px;
	padding: 0px;
	font-size: 2.8em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #777;
	line-height: .9em;

	}
	
/*about, past work, contact */	
h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.5em;
	letter-spacing: -.01em;
	font-weight: normal;
	color: #666;
	}
	
h3 {
	display: block;
	text-align: right;
	margin: 0px 0px 5px 0px;
	font-size: 1.25em;
	font-weight: normal;
	color: #8f601f;
	}

#wrapper {
	position: relative;
	margin: 100px 0px 100px 50px;
	width: 800px;
	}

/*contains name, about, bottom-border spacer*/
#top {
	position: relative;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	width: 100%;
	}
	
/*contains contact, projects */	
#bottom {	
	clear: both;
	position: relative;
	margin: 6px 0px 0px 0px;
	padding: 5px 0px 5px 0px;	
	width: 100%;
	}
	
/**************Name***********/	
#name {
	float: left;
	margin: 0px;
	padding: 20px 15px 15px 0px;
	width: 180px;
	text-align: right;
	}
	
/* words underneath name */	
#name p {
	margin: 0px;
	padding: 0px;
	font-size: .5625em;
	line-height: 1.4em;
	color: #9f601f;
	}
	
/*************About************/	
/*contains left vertical border */	
#about {
	float: left;
	width: 500px;
	margin: 0px 0px 5px 0px;
	padding: 20px 30px 0 30px;
	text-align: left;
	line-height: 1.2em;
	}
	
/***************Contact*************/	
#contact {
	float: left;
	padding: 15px 15px 0px 0px;
	width: 180px;
	text-align: right;
	}
		
#contact p {
	margin: 0px;
	}
	
/****************Past Work************/
/*projects, left vertical border */
#pastwork {
	float: left;
	margin-bottom: 5px;
	padding: 15px 0px 0px 30px;
	width: 530px;
	text-align: left;
	}
	
/*****************Footer*************/
#footer {
	clear: both;
	margin-bottom: 100px;
	padding: 6px 0px 6px 0px;
	width: 100%;
	height: 30px;
	}
	
/*contains vertical border */	
#footerleft {
	float: left;
	padding-right: 15px;
	width: 180px;
	font-family: times, Georgia, serif;
	font-style: italic;
	text-align: right;
	}
		
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: .5625em;
	line-height: 1.125em;
	}
	
/**************Links***************/	
a:link, :visited {
	color: #ed7c00;
	text-decoration: none;
	}
	
a:hover {
	border: none;
	background: none;
	}

p a:hover {
	color: #ed7c00;
	background-color: #eee;
	border-bottom: dotted 1px;
	border-color: #ed7c00;
	}
	
a.thickbox:link {
	color: #42a251;
	}
	
	
/*************Classes***********/
.subtle {
	font-size: .5625em;
	}

/*the project title spans*/
.ptitle {
	display: block;
	text-align: right;
	margin: 0px 0px 5px 0px;
	font-size: 1.125em;
	font-weight: normal;
	color: #8f601f;
	}

.pdesc {
	margin: 0px;
	padding: 0px;
	}
	
.more, .thickbox {
	text-align: right;
	color: #42a251;
	margin: 0px;
	padding: 0px;
	}
	
.more:hover, .thickbox:hover, a.thickbox:hover {
	cursor: pointer;
	color: #42a251;
	background-color: #eee;
	border-bottom: dotted 1px #42a251;
	}

/**************Lists***************/
/*projects are contained within */
ul {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #000;	
	text-decoration: none;
	}
	
ul img {
	margin: 0px 0px 10px 0px;
	border: solid 1px;
	border-color: #ccc;
	cursor: pointer;
	}
	
/*individual projects */	
li {
	margin: 0;
	padding: 0 0 50px 0;
	width: 100%;
	}
