html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

/*
div {
	border: 1px solid #f00;
}*/

body {
	background-color: #fee900;
}

#container {
	margin: 45px auto;
	width: 760px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1#firmtitle {
	width: 380px;
	height: 11px;
	background: url("images/title.gif") no-repeat;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	float: left;
	padding: 0;
	margin: 1px;
}

h1#firmtitle span {
	display: none;
}


h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

h2#projecttitle {
	width: 370px;
	height: 10px;
	background: url("images/projects.gif") no-repeat;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0 0 2px 0;
}

h2#projecttitle span {
	display: none;
}



img {
	margin-left: 15px;
	border: 0;
}

#firminfo {
	width: 370px;
	float: left;
	clear: left;
	margin-bottom: 50px;
}
#firminfo img { margin-left: 0;
}
#firmbio, #firminfo, #projectlist, #leftbio, #rightbio {
	line-height: 150%;
}

#firmbio {
	width: 370px;
	height: 60px;
	float: right;
	font-weight: bold;
	background: url("images/firmbio.gif") no-repeat;
}

#firmbio span {
	display: none;
}

#projectlist {
	clear: both;
	margin-bottom: 40px;
}

#projectlist a {
text-decoration: underline;
}
#leftbio {
	width: 370px;
	float: left;
}

#rightbio {
	width: 370px;
	float: right;
}

h3 {
	float: left;
	display: inline;
	font-weight: bold;
	margin: 5px 0 0 0;
}
/* hack (firefox, opera) */
html>body h3 { 
	margin: 4px 0 0 0;
}


h3#jessica {
	width: 115px;
	height: 8px;
	background: url("images/jessica.gif") no-repeat;
}

h3#reuben {
	width: 110px;
	height: 8px;
	background: url("images/reuben.gif") no-repeat;
}
h3#finallyhouse {
	width: 161px;
	height: 13px;
	background: url("images/the-finally-house.gif") no-repeat;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0 0 2px 0;
}
h3#greenfeatures {
	width: 115px;
	height: 9px;
	background: url("images/green-features.gif") no-repeat;
}
h3 span {
	display: none;
}

#projectinfo { 	width: 760px;
	float:left;
font-family: verdana, helvetica;
line-height: 16px;
}

#projectinfo p { margin-bottom: 20px;
}

#projectinfo img { margin-left: 0px;
}

.featuresleft { width: 300px;
list-style: none;
margin: 0 0 20px 25px;
padding: 0;
float: left;
}

.featuresright { width: 300px;
list-style: none;
margin: 0 0 0 -20px;
padding: 0;
float: right;
}

.lowerlinks a { text-decoration: underline;
	padding-right: 20px;}