body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	font-family: Verdana;
	font-size: 10px;
	color: black;
	line-height: 12px;
}

body, html {
	background-color: #a8a8a8;
}

a:active
{
  outline: none;
}

* html body{
	padding: 0 0 0 200px;
}

* html #content{
	height: 100%; 
	width: 100%; 
}

em {
	font-style: italic;
}

a, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content{
	background-position: right top;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	position: fixed;
	top: 60px; 
	left: 240px;
	right: 20px;
	bottom: 0;
	overflow: auto; 
	background-color: #fff;
}

#frontpage{
	background-position: top left;
	background-image: url(/images/headings/home.png);
	position: fixed;
	top: 60px; 
	left: 240px;
	right: 20px;
	bottom: 0;
	overflow: auto;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 1;
}

#logo {
	margin: 20px auto;
	width: 188px;
	height: 20px;
}

#tagline {
	position:absolute;
	right:20px;
	top:20px;
}

.col {
	margin: 10px 0 10px 10px;
	width: 200px;
	float: left;
	clear: none;
}

.essay {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	padding-left: 35px;
	padding-bottom: 15px;
	padding-right: 35px;
	padding-top: 15px;
	background-color: #e7e7e7;
	float:left;
	font-size:13px;
	line-height:1.5;
	margin-top:10px;
	text-align:justify;
	width:410px;
}

span.essay {
	font-weight: bold;
	font-size: 100px;
	line-height: 80px;
	padding: 15px 0px;
}

span.pdf {
	display:block;
	margin-bottom: 6px;
}

span.pdf a img {
	margin-bottom:-3px;
	margin-left:0;
	margin-right:5px;
	margin-top:0;
}

span.pdf a:hover {
	text-decoration: none;
}

.col img {
	clear: both;
	margin-bottom: 12px;
}

.img {
	float: left;
	margin: 10px 0 10px 10px;
}

#image {
	float: left;
}

.numbers {
	clear: left;
	float: left;
}

.caption {
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img a {
	float: left;
	margin-right: 3px;
}

span.heading {
	width: 200px;
	float: left;
}

#menu {
	position: absolute;
	top: 70px;
	bottom: 0; 
	left: 20px;
	width: 200px;
	height: 100%;
	overflow: hidden;
	color: white;
}

#menu a,
#menu a:visited {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: black;
}

#menu a:active {
	color: #ff32b4;
}

#menu ul li {
	margin-bottom: 0px;
}

#menu ul li a {
	height: 21px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#menu ul li ul li ul li {
	margin-left: 11px;
}

#menu ul li ul li a {
	height: auto;
}

#menu ul li ul li {
	margin-bottom: 1px;
}

#menu-about {
	background-image: url(/images/menu/about.png);
	width: 60px;
}

#menu-about:hover {
   background-position: -60px 0;
}

#menu-about:active {
   background-position: -120px 0;
}

#menu-water {
	background-image: url(/images/menu/1percentwater.png);
	width: 80px;
}

#menu-water:hover {
   background-position: -81px 0;
}

#menu-water:active {
   background-position: -161px 0;
}

#menu-books-and-writing {
	background-image: url(/images/menu/writing.png);
	width: 73px;
}

#menu-books-and-writing:hover {
   background-position: -73px 0;
}

#menu-books-and-writing:active {
   background-position: -146px 0;
}

#menu-clients {
	background-image: url(/images/menu/clients.png);
	width: 69px;
}

#menu-clients:hover {
   background-position: -70px 0;
}

#menu-clients:active {
   background-position: -138px 0;
}

#menu-contact {
	background-image: url(/images/menu/contact.png);
	width: 83px;
}

#menu-contact:hover {
   background-position: -83px 0;
}

#menu-contact:active {
   background-position: -168px 0;
}

#menu-design-collections {
	background-image: url(/images/menu/design-collections.png);
	width: 185px;
}

#menu-design-collections:hover {
   background-position: -185px 0;
}

#menu-design-collections:active {
   background-position: -370px 0;
}

#menu-exhibitions {
	background-image: url(/images/menu/exhibitions.png);
	width: 107px;
}

#menu-exhibitions:hover {
   background-position: -108px 0;
}

#menu-exhibitions:active {
   background-position: -214px 0;
}

#menu-links {
	background-image: url(/images/menu/links.png);
	width: 48px;
}

#menu-links:hover {
   background-position: -48px 0;
}

#menu-links:active {
   background-position: -96px 0;
}

#menu-news {
	background-image: url(/images/menu/news.png);
	width: 50px;
}

#menu-news:hover {
   background-position: -50px 0;
}

#menu-news:active {
   background-position: -100px 0;
}

#menu-projects {
	background-image: url(/images/menu/projects.png);
	width: 85px;
}

#menu-projects:hover {
   background-position: -84px 0;
}

#menu-projects:active {
   background-position: -169px 0;
}

form {
	float: left;
	margin: 10px;
	width: 200px;
	clear: none;
}

input, textarea {
	border:1px solid #a8a8a8;
	margin-bottom:10px;
	padding:3px;
	width:192px;
}

p.error {
	background-color:#ff005d;
	color: white;
	float:left;
	padding: 4px;
	width:192px;
}

p.sent {
	color: green;
	float:left;
}

input.button {
	width: 46px;
	height: 21px;
	border: none;
	padding: 0;
	margin: 0;
	background: url(/images/headings/send.png) #fff;;
	margin-bottom: 10px;
}

input.button:hover {
   background-position: -46px 0;
}

label {
	float: left;
	margin-bottom: 6px;
}

p.news {
	border-top-color:black;
	border-top-style:solid;
	border-top-width:3px;
	margin-top:10px;
	padding-top:10px;
	width:200px;
}

div.col {
	margin-top: 0px;
	margin-left: 10px;
	width: 200px;
	float: left;
	clear: none;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:3px;
}

span.quote {
	color: grey;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11pt;
	line-height: 12pt;
}

.year {
	height:21px;
	width:39px;
	display: block;
}

#ohnine:link,
#ohnine:visited {
	background: url(/images/menu/2009.png) no-repeat;
}

#oheight:link,
#oheight:visited {
	background: url(/images/menu/2008.png) no-repeat;
}

#ohseven:link,
#ohseven:visited {
	background: url(/images/menu/2007.png) no-repeat;
}

#ohsix:link,
#ohsix:visited {
	background: url(/images/menu/2006.png) no-repeat;
}

#ohnine:hover,
#ohnine:active,
#oheight:hover,
#oheight:active,
#ohseven:hover,
#ohseven:active,
#ohsix:hover,
#ohsix:active {
	background-position: -39px;
}

#unholyrelics {
	background: url(/images/menu/unholy-relics-pink.png) no-repeat;
	height: 21px;
	width: 134px;
	display: block;
}

#unholyrelics:hover {
	background-position: -134px;
}

#viktorandrolf {
	background: url(/images/menu/viktor-and-rolf-pink.png) no-repeat;
	height: 21px;
	width: 125px;
	display: block;
}

#viktorandrolf:hover {
	background-position: -125px;
}

#naturalhistory {
	background: url(/images/menu/natural-history-pink.png) no-repeat;
	height: 21px;
	width: 159px;
	display: block;
}

#naturalhistory:hover {
	background-position: -159px;
}

#zahahadid {
	background: url(/images/menu/zaha-hahid-pink.png) no-repeat;
	height: 21px;
	width: 107px;
	display: block;
}

#zahahadid:hover {
	background-position: -107px;
}

#home {
	background: url(images/headings/home.png) repeat rgb(168, 168, 168);;
	width: 100%;
	height: 100%;
	}