* {
	margin:0; 
	padding:0;
	}
a:link, a:visited {	color: white;}
a:hover { color: #FFCC33; }
a:active, a:focus { color: #FFFF99; }
a img{border: 0px;}
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;
	z-index:1;
	top: 0px;
	left: 0px;
	width: 118px;
	background-color:#000;
	padding: 0 1px 0 0;
	height: 100%;
	border-right: 1px solid #006;
	}
* html #navbar {
	position: absolute;
	top:expression(eval(documentElement.scrollTop));
	}
#navbar h1 {
	margin: 10px 0 45px 0;
	}
#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
	}
#navbar li {
	margin: 0 0;
	letter-spacing:1px;
	}
#navbar ul a {
	cursor: pointer;
	display: block;
	font-size: 10px;
	height: 24px;	
	overflow: hidden;
	position: relative;
	width: 100%;	
	text-decoration:none;
	text-shadow: #fefcc9 0 0 20px, #feec85 10px -10px 30px, #ffae34 -20px -20px 40px, #ec760c 20px -40px 50px, #cd4606 -20px -60px 60px, #973716 0 -80px 70px, #451b0e 10px -90px 80px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:oblique;
	}
#navbar_active a {
	color: #FFFF99;
	}
a.deuce:hover {
	color:#F32E03;
	}
a.copyright {
	font-size: 7px;
	font-style: italic;
	color: #FFF;
	letter-spacing:1px;
	}

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

#lowerframe {	
	position:relative;
	margin: 0px 20px 0 120px;
	padding-bottom: 1em;
	width: 800px;
	}

.links {text-decoration:none;}
		
.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;
}
#slideshow_about {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 24px;
	margin-right: 24px;
	border: 1px solid #006;
}

/* NOW UNUSED NAVBAR COMMANDS */
/*
#navbar h2 {
	margin-bottom: 8px;
	}
#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;
	} 
	*/
/* 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_the a span { background-image: url("/images_global/navbar/the.gif"); }
*/
