* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Times, 'Times new Roman', Georgia, serif;
	font-size: 13px;
	width: 100%;
	text-align: center;
	background: #CDC3B9;
}

#container {
	width: 903px;
	margin: 20px auto;
	text-align: left;
	position: relative;
}

#wrapper {
	float: left;
	width: 900px;
	margin: 0 auto;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/********************************************* projects */
#leftEmpty {
	width: 160px;
	float: left;
	border-left: 1px solid #CDC3B9;
	border-top: 1px solid #CDC3B9;
	border-bottom: 1px solid #CDC3B9;
	font-size: 12px;
}

#left {
	width: 160px;
	float: left;
	border-left: 1px solid #808285;
	border-top: 1px solid #808285;
	border-bottom: 1px solid #808285;
	font-size: 12px;
	background: #FDFADA;
}

#left ul {
	list-style-type: none;
	margin: 10px;
}

#left li {
	margin-bottom: 1em;
}

#left ul.projects li{
	text-transform: uppercase;
}

#left .selected {
	color: #000;
}

#content {
	width: 710px;
	min-height: 720px;
	float: left;
	border: 1px solid #808285;
	padding-top: 20px;
	background: #FDFADA;
	font-size: 14px;
	line-height: 20px;
}

#content p {
	padding-left: 70px;
	margin-bottom: 1em;
	width: 570px;
}

#scroller {
	padding-top: 50px;
	float: left;
	text-align: center;
	width: 70px;
	font-weight: bold;
	font-size: 20px;
}

#scrollUp, #scrollDown {
	cursor: pointer;
	width: 60px;
	height: auto;
}

#contentScroll {
	float: left;
	clear: right;
	width: 570px;
	background: white;
	margin-left: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}

#contentScroll p {
	margin-bottom: 1em;
	width: 500px;
	padding-right: 50px;
	padding-left: 50px;
}

#images {
	padding: 40px 10px 10px 10px;
	clear: both;
}

#images .image{
	float: left; 
	margin-left: .5em;
	vertical-align: top;
}

#images .imageRow{
	clear: both;
	margin-bottom: .5em;
}

#imagesBig {
	padding: 40px 10px 10px 10px;
	text-align: center;
}

/********************************************* main nav */
#nav {
	list-style-type: none;
	position: absolute;
	top: 10px;
	left: 830px;
	z-index: 15;
}

#nav li span {
	display: none;
}

#navHome,#navProjects,#navBooks,#navTexts,#navInformation {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline;
}

#navHome a {
	width: 19px;
	height: 70px;
	display: block;
	background: transparent url("../img/main_home.gif") no-repeat 0 0;
	margin-bottom: 40px;
	margin-top: 30px;
}

#navHome a:hover,#navProjects a.selected {
	background: transparent url("../img/main_home_over.gif") no-repeat 0
		0;
}

#navProjects a {
	width: 19px;
	height: 114px;
	display: block;
	background: transparent url("../img/main_projects.gif") no-repeat 0 0
		;
	margin-bottom: 40px;
	margin-top: 30px;
}

#navProjects a:hover,#navProjects a.selected {
	background: transparent url("../img/main_projects_over.gif")
		no-repeat 0 0;
}

#navBooks a {
	width: 19px;
	height: 81px;
	display: block;
	background: transparent url("../img/main_books.gif") no-repeat 0 0;
	margin-bottom: 50px;
}

#navBooks a:hover,#navBooks a.selected {
	background: transparent url("../img/main_books_over.gif") no-repeat 0
		0;
}

#navTexts a {
	width: 18px;
	height: 74px;
	display: block;
	background: transparent url("../img/main_texts.gif") no-repeat 0 0;
	margin-bottom: 40px;
}

#navTexts a:hover,#navTexts a.selected {
	background: transparent url("../img/main_texts_over.gif") no-repeat 0 0;
}

#navInformation a {
	width: 18px;
	height: 166px;
	display: block;
	background: transparent url("../img/main_information.gif") no-repeat 0 0;
}

#navInformation a:hover,#navInformation a.selected {
	background: transparent url("../img/main_information_over.gif") no-repeat 0 0;
}

/*************************************************** SUBNAV PROJECTS */
#subNav {
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 872px;
}

#subNav li span {
	display: none;
}

#subNavPublicSpace,#subNavLibrary,#subNavHousehome,#subNavFurniture,#subNavMiscProjects {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline;
}

#subNavPublicSpace a {
	width: 33px;
	height: 128px;
	display: block;
	background: transparent url("../img/submain_projects_public.gif") no-repeat 0 0;
}

#subNavPublicSpace a:hover {
	background: transparent url("../img/submain_projects_public_o.gif") no-repeat 0 0;
}

#subNavPublicSpace a.selected {
	background: transparent url("../img/submain_projects_public_s.gif") no-repeat 0 0;
}

#subNavLibrary a {
	width: 33px;
	height: 128px;
	display: block;
	background: transparent url("../img/submain_projects_library.gif") no-repeat 0 0;
}

#subNavLibrary a:hover {
	background: transparent url("../img/submain_projects_library_o.gif") no-repeat 0 0;
}

#subNavLibrary a.selected {
	background: transparent url("../img/submain_projects_library_s.gif") no-repeat 0 0;
}

#subNavHousehome a {
	width: 33px;
	height: 128px;
	display: block;
	background: transparent url("../img/submain_projects_house.gif")
		no-repeat 0 0;
}

#subNavHousehome a:hover {
	background: transparent url("../img/submain_projects_house_o.gif")
		no-repeat 0 0;
}

#subNavHousehome a.selected {
	background: transparent url("../img/submain_projects_house_s.gif")
		no-repeat 0 0;
}

#subNavFurniture a {
	width: 33px;
	height: 128px;
	display: block;
	background: transparent url("../img/submain_projects_furniture.gif")
		no-repeat 0 0;
}

#subNavFurniture a:hover {
	background: transparent
		url("../img/submain_projects_furniture_o.gif") no-repeat 0 0;
}

#subNavFurniture a.selected {
	background: transparent
		url("../img/submain_projects_furniture_s.gif") no-repeat 0 0;
}

#subNavMiscProjects a {
	width: 33px;
	height: 128px;
	display: block;
	background: transparent url("../img/submain_projects_misc.gif")
		no-repeat 0 0;
}

#subNavMiscProjects a:hover {
	background: transparent url("../img/submain_projects_misc_o.gif")
		no-repeat 0 0;
}

#subNavMiscProjects a.selected {
	background: transparent url("../img/submain_projects_misc_s.gif")
		no-repeat 0 0;
}

/************************************************************ SUBNAV BOOKS */
#subNavTitles {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline;
}

#subNavTitles a {
	width: 33px;
	height: 128px;
	display: block;
	background: transparent url("../img/submain_books_titles.gif")
		no-repeat 0 0;
}

#subNavTitles a:hover {
	background: transparent url("../img/submain_books_titles_o.gif")
		no-repeat 0 0;
}

#subNavTitles a.selected {
	background: transparent url("../img/submain_books_titles_s.gif")
		no-repeat 0 0;
}

/****************************************************************** SUBNAV BIO */
#subNavBio,#subNavContacts,#subNavEmail {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline;
}

#subNavBio a {
	width: 33px;
	height: 128px;
	display: block;
	background: transparent url("../img/submain_info_bio.gif") no-repeat
		0 0;
}

#subNavBio a:hover {
	background: transparent url("../img/submain_info_bio_o.gif")
		no-repeat 0 0;
}

#subNavBio a.selected {
	background: transparent url("../img/submain_info_bio_s.gif")
		no-repeat 0 0;
}

#subNavContacts a {
	width: 33px;
	height: 128px;
	display: block;
	background: transparent url("../img/submain_info_contacts.gif")
		no-repeat 0 0;
}

#subNavContacts a:hover {
	background: transparent url("../img/submain_info_contacts_o.gif")
		no-repeat 0 0;
}

#subNavContacts a.selected {
	background: transparent url("../img/submain_info_contacts_s.gif")
		no-repeat 0 0;
}

#subNavEmail a {
	width: 33px;
	height: 200px;
	display: block;
	background: transparent url("../img/submain_info_email.gif")
		no-repeat 0 0;
}

#subNavEmail a:hover {
	background: transparent url("../img/submain_info_email_o.gif")
		no-repeat 0 0;
}

#subNavEmail a.selected {
	background: transparent url("../img/submain_info_email_s.gif")
		no-repeat 0 0;
}

/********************************************* index pages */
#one,#two,#three,#four,#five {
	position: absolute;
	width: 510px;
	height: 470px;
	border: 1px solid #808285;
	background: #FDFADA;
}

h1 span {
	display: none;
}

#one {
	top: 150px;
	left: 20px;
	z-index: 10;
}

#two {
	top: 120px;
	left: 80px;
	z-index: 9;
}

#two h1,#three h1,#four h1,#five h1 {
	position: absolute;
	top: 10px;
	left: 480px;
	display: inline;
	float: left;
}

#two h1 {
	background: transparent url("../img/projects.gif") no-repeat 0 0;
	width: 18px;
	height: 106px;
	display: block;
}

/***************************** public space */
#two ul,#three ul,#four ul,#five ul {
	list-style-type: none;
	display: inline;
	position: absolute;
	top: 0px;
	left: 510px;
}

#two li,#three li,#four li,#five li {
	display: inline;
}

#two li span,#three li span,#four li span,#five li span {
	display: none;
}

/***************************** public space */

#publicSpace a,#library a,#househome a,#furniture a,#miscProjects a {
	width: 19px;
	height: 91px;
	display: block;
	position: relative;
	top: -1px;
	left: 0px;
}

#publicSpace a {
	background: transparent url("../img/projects_public_space.gif") no-repeat 0 0;
}

#publicSpace a:hover {
	background: transparent url("../img/projects_public_space_o.gif") no-repeat 0 0;
}

#library a {
	background: transparent url("../img/projects_library.gif") no-repeat 0 0;
}

#library a:hover {
	background: transparent url("../img/projects_library_o.gif")
		no-repeat 0 0;
}

#househome a {
	background: transparent url("../img/projects_house_home.gif")
		no-repeat 0 0;
}

#househome a:hover {
	background: transparent url("../img/projects_house_home_o.gif")
		no-repeat 0 0;
}

#furniture a {
	background: transparent url("../img/projects_furniture.gif")
		no-repeat 0 0;
}

#furniture a:hover {
	background: transparent url("../img/projects_furniture_o.gif")
		no-repeat 0 0;
}

#miscProjects a {
	background: transparent url("../img/projects_misc.gif") no-repeat 0 0
		;
}

#miscProjects a:hover {
	background: transparent url("../img/projects_misc_o.gif") no-repeat 0
		0;
}

/************************************************/
#three {
	top: 90px;
	left: 140px;
	z-index: 8;
}

#three h1 {
	background: transparent url("../img/books.gif") no-repeat 0 0;
	width: 18px;
	height: 76px;
	display: block;
}

/**************************************** books */

#titles a {
	width: 19px;
	height: 91px;
	display: block;
	position: relative;
	top: -1px;
	left: 0px;
}

#titles a {
	background: transparent url("../img/books_titles.gif") no-repeat 0 0;
}

#titles a:hover {
	background: transparent url("../img/books_titles_o.gif") no-repeat 0
		0;
}

/*****************************************/
#four {
	top: 60px;
	left: 200px;
	z-index: 7;
}

#four h1 {
	background: transparent url("../img/texts.gif") no-repeat 0 0;
	width: 18px;
	height: 70px;
	display: block;
}


/***********************************************************************/
#five {
	top: 30px;
	left: 260px;
	z-index: 6;
}

#five h1 {
	background: transparent url("../img/information.gif") no-repeat 0 0;
	width: 18px;
	height: 154px;
	display: block;
}

#five h1 a:hover {
	background: transparent url("../img/information.gif") no-repeat 0 0;
}

/*************************************************************************/

#bio a,#contacts a,#email a {
	width: 19px;
	height: 91px;
	display: block;
	position: relative;
	top: -1px;
	left: 0px;

}

#bio a {
	background: transparent url("../img/information_bio.gif") no-repeat 0
		0;
}

#bio a:hover {
	background: transparent url("../img/information_bio_o.gif") no-repeat
		0 0;
}

#contacts a {
	background: transparent url("../img/information_contacts.gif")
		no-repeat 0 0;
}

#contacts a:hover {
	background: transparent url("../img/information_contacts_o.gif")
		no-repeat 0 0;
}

#email a {
	width: 19px;
	height: 153px;
	display: block;
}

#email a {
	background: transparent url("../img/information_email.gif") no-repeat
		0 0;
}

#email a:hover {
	background: transparent url("../img/information_email_o.gif")
		no-repeat 0 0;
}

.year{
	padding-right: 2em;
}

/*************************************************************************/
	/******************************** fixes */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}  /* a fix for IE Mac */
.imgs {
	padding-bottom: 5px;
	padding-right: 5px;
}