body {
	background-color: #FFFFED;
	color: #968E87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.title {
	position: absolute;
	top: 0;
	right: 30px;
	margin-right: -30px;
	z-index: 100;
}

div.footer { color: #999; }

div.menu {
  display: none;
	position: absolute;
	top: 0;
	left: 50px;
	margin-top: 152px;
	padding: 20px 0 5px 0;
}

div.mainContainer { text-align: center; /* IE5/Win fix */}

div.content {
	margin: 25px auto 0 auto;
	padding-top: 50px;
	width: 600px;
	text-align: left;
}

img {
  vertical-align: top;
}

div.header {
  margin-bottom: 5px;
}

div.portfolio {
  position: relative;
}

div.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 160px;
}

div.blurb {
  position: absolute;
  width: 600px;
  border-bottom: 2px solid #a58c85;
  left: 0;
  top: 160px;
}

h1 {
  font-family: "Gill Sans", "Trebuchet MS";
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 12px 20px 6px 20px;
}

h2 {
  font-size: 11px;
  line-height: 18px;
  margin: 0 0 0 0;
  color: #776661;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
  font-size: 14px;
  line-height: 18px;
}

div.blurb p {
	font-family: "Hoefler Text", Georgia, Palatino, "Times New Roman", serif;
	padding: 0 20px;
	font-size: 16px;
	line-height: 22px;
}

span.endFloat {
  display: none;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  clear: both;
}

div.footer {
  display: none;
}

p.nav {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.img:hover {
  background-color: transparent;
}

div.pageNav {
  position: absolute;
  top: 60px;
  width: 30px;
}

div.pageNav#next {
  left: 620px;
}

div.pageNav#previous { left: -50px; }

div.pageNav p {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 40px;
}

div.pageNav a:link,
div.pageNav a:visited {
  text-decoration: none;
  color: #817f79;
}


a:hover, div.pageNav a:hover {
  color: #e8e5de;
  background-color: #817f79;
  text-decoration: none;
}
