/* shw_global.css (c)2008 SugarHill Works LLC - http://www.sugarhillworks.com */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
	outline: none;
}

* html {
	
}

a { 
	font-family: 'American Typewriter', 'Courier New', Courier, Georgia, serif;
	font-weight: bold; 
	color: #000; 
	cursor: pointer;
}
a:hover { color: #993300; } 
a:visited { color: #000; }
a:active { color: #993300; }
a[href="#"] { cursor: pointer; }
a[href="#"]:hover { color: #993300; }


 /* -------- left column, including menu --------- */
#menu {
	background: #FFF;
	position: fixed;
	top: 150px;
	left: 0px;
	width: 210px;
	/*min-height: 450px;*/
	height: 550px;
	z-index: 900;
}
* html #menu {
	position: absolute;
	top: 150px;
	left: 0px;
}

.sassy {
	background: #FFF;
	position: absolute;
	top: 450px;
	left: 0px;
	width: 210px;
	height: 190px;
	text-align: right;
	overflow: hidden;
	z-index: 910;
}
.sassy img {
	border: none;
}
/* ----------------------------------------------- */

#hdr { 
	background: #FFF;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 150px;
	font-family: 'American Typewriter', 'Courier New', Courier, Georgia, serif;
	overflow: visible;
	z-index: 800;
}
* html #hdr {
	position: absolute;
	top: 0px;
	left: 0px;
}
.logo {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 200px;
	height: 125px;
	text-align: right;
}
.logo img {
	border: none;
}

#img_grid {
	padding: 8em 0em 0em 0em;
	width: 605px;
	height: 470px;
	z-index: 600;
}
#img_grid img {
	float: left;
	border: #DDD solid 1px;
}
ul#sub02 {
	display: block;
}
#current, #currentsub {
	color: #993300;
}


