* {
	margin:0; 
	padding:0;
	}
a:link, a:visited { color: white; }
a:hover { color: #FFCC33; }
a:active, a:focus { color: #FFFF99; }
body, html { height: 100%; width: 100%; }
body {
	background: black;
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	text-align: center;
	}
* html body {
	background: black url("/images_global/blank.gif") fixed;
	}
p {
	margin: 1em 0;
	}

#navbar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 94px;
	padding: 0 13px 0 12px;
	height: 100%;
	border-right: 1px solid #006;
}
* html #navbar {
	position: absolute;
	top:expression(eval(documentElement.scrollTop));
	}
#navbar h1 {
	margin: 10px 0 35px 0;
	}
#navbar h2 {
	margin-bottom: 8px;
	}
#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
	}
#navbar li {
	margin: 4px 0;
	}
#navbar ul a {
	cursor: pointer;
	display: block;
	font-size: 10px;
	height: 16px;
	overflow: hidden;
	position: relative;
	width: 100%;
	}
#navbar a span {
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}
#navbar a:hover span {
	background-position: center -16px !important;
	}
#navbar .active a span,
#navbar a:active span,
#navbar a:focus span {
	background-position: center -32px;
	}

#mainframe {
	margin: 0 20px 0 120px;
	width: 800px;
}
.image {
	margin: 10px 10px 10px 10px;
}

#lowerframe {
	margin: 0 20px 0 120px;
	padding-bottom: 1em;
	width: 800px;
}
.gallerythumb {
	border: 0;
	margin: 2px;
}

.style1 {
	font-size: xx-small;
	font-style: italic;
	color: #999999;
	line-height: 0.5;
}

.style2 {
	font-size: xx-small;
	color: #666666;
	line-height: 0.5;
}

#slideshow {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Nav Hovers */
#nav_about a span { background-image: url("/images_global/navbar/about.gif"); }
#nav_archives a span { background-image: url("/images_global/navbar/archives.gif"); }
#nav_contact a span { background-image: url("/images_global/navbar/contact.gif"); }
#nav_illustration a span { background-image: url("/images_global/navbar/illustration.gif"); }
#nav_offsite a span { background-image: url("/images_global/navbar/offsite.gif"); }
#nav_onsite a span { background-image: url("/images_global/navbar/onsite.gif"); }
#nav_sketchbook a span { background-image: url("/images_global/navbar/sketchbook.gif"); }
#nav_store a span { background-image: url("/images_global/navbar/store.gif"); }
#nav_storyboards a span { background-image: url("/images_global/navbar/storyboards.gif"); }
#nav_thedeuce a span { background-image: url("/images_global/navbar/thedeuce.gif"); }