body {
	font: 14px/1.3 "Courier New", Courier, monospace;
	color: #FFFFFF;
	background: #666666;
}
#wrapper {
	position:relative;
	text-align: left;
	margin: 75px auto;
	width: 600px;
	border: 1px dashed #999999;
	padding:0;
}
#logo {
	position:absolute;
	right:-24px;
	top:20px;
}
#credit {
	position:absolute;
	bottom:-40px;
	left: -1px;
	width: 600px;
	border: #999999 dashed 1px;
}
#credit p {
	color:#333333;
	text-align:center;
	font-size: 0.8em;
	margin:0;
	padding:2px 0;
}
.button a {
	background-color:#333333;
	color:#cccccc;
	padding:5px;
	border: dashed 1px #CCCCCC;
	text-decoration:none;
	color:#CCCCCC;
	margin:10px 0 10px -10px;
}
.button a:hover {
	text-decoration:none;
	color:#FFFFFF;
	border: dashed 1px #FFFFFF;
}
h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding: 5px 10px;
	letter-spacing: 0.5em;
	text-align: left;
	margin: 10px;
	background: #CCCCCC;
}
#textBox h2 {
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	background-color: #999999;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
}

/* NAVIGATION */

#nav {
	position:absolute;
	top:20px;
	left:-130px;
	width:120px;
	height:400px;
	padding:0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0 0 10px 0;
}
#nav a {
	display: block;
	color:#CCCCCC;
	padding: 4px 4px 4px 20px;
	text-decoration: none;
	border: 1px dashed #999999;
	width:92px;
}
#nav a:hover {
	color: #FFFFFF;
	background: #333333;
}
#nav a:active {
	color: #CC0000;
	background: #999999;
}


/* TEXT / CONTENT BOX */

#textBox p.indi a:link, #textBox p.indi a:visited, #textBox p.indi a:active, #textBox p.indi a:hover {
	background:none;
	border:none;
}
	
#textBox {
	padding: 10px 100px 10px 10px;
}
#textBox p {
	margin:0 0 10px;
	padding:0 20px 0 20px;
}
#textBox p a:link, #textBox p a:visited {
	color:#BBBBBB;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBBBBB;
}

#textBox p a:hover {
	background:#FFCC00;
	color:#555555;
	text-decoration:none;
}
#textBox p img {
	margin:10px;
}

/* WORKS PAGE NAVIGATION */

.works {
	font-size: large;
	line-height: 1;
	text-decoration: none;
	color: #CCCCCC;
	text-align: right;
	width: 430px;
	height: 20px;
	padding: 10px 40px 10px 0px;
	margin: 0 10px 0 10px;
	display: block;
}
.works:hover {
	color: #FFFFFF;
	background: #333333;
}
.works:active {
	color: #CC0000;
	background: #999999;
}
#s1 {
	margin-top:60px;
	background: url(images/works_strip01.gif) no-repeat 0px 0px;
}
#s1:hover {
	background: url(images/works_strip01.gif) no-repeat -490px 0px;
}
#s2 {
	background: url(images/works_strip02.gif) no-repeat 0px 0px;
}
#s2:hover {
	background: url(images/works_strip02.gif) no-repeat -490px 0px;
}
#s3 {
	background: url(images/works_strip03.gif) no-repeat 0px 0px;
}
#s3:hover {
	background: url(images/works_strip03.gif) no-repeat -490px 0px;
}
#s4 {
	background: url(images/works_strip04.gif) no-repeat 0px 0px;
}
#s4:hover {
	background: url(images/works_strip04.gif) no-repeat -490px 0px;
}

/* ILLUSTRATION THUMBNAILS */

.illThumb {
	height:480px;
}
.illThumb a {
	border: 1px dashed #999999;
	background: #333333;
	width:100px;
	height:100px;
	text-align:center;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}
.illThumb a:link, .illThumb a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
.illThumb a img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
.illThumb a:hover {
	border: 1px dashed #ffffff;
}

/* SITES PAGE ELEMENTS */

.sites {
	position:relative;
	clear:left;
	height:auto;
	margin:-10px 0 0 0;
	padding:10px 0;
}
.sites img {
	background: #333333;
	padding: 5px;
	border: 1px dashed #CCCCCC;
	float: left;
	margin:0 20px 10px 0;
}
.client {
	font: small "Courier New", Courier, monospace;
	background: #333333;
	color: #CCCCCC;
	text-align: left;
	padding: 5px 5px 5px 10px;
	margin:10px 0 10px 120px;
	border-style: none;
	letter-spacing: normal;
}

/* EXHIBITIONS PAGE ELEMENTS */

.project {
	font: small "Courier New", Courier, monospace;
	background: #333333;
	color: #CCCCCC;
	text-align: left;
	padding: 5px 5px 5px 20px;
	margin:10px;
	border-style: none;
	letter-spacing: normal;
}


.date {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	color: #666666;
	margin-left: 20px;
}
