body {
	margin: 0;
	background-color: #000;
	color: #9f9f9f;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	}

#header {
	margin: 60px auto 40px auto;
	background-image: url(images/header.jpg);
	width: 625px;
	height: 181px;
	text-align: left;
	}

a {
	outline: none;
	color: #555;
	}

h1 {
	color: #ccc; 
	margin-bottom: 35px;
	text-decoration: none; 
	font-weight: normal; 
	font-size: 16px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	text-align: left;
	}
	
h2 {
	color:#ccc; 
	margin-bottom: 0px;
	padding-bottom: 4px;
	text-transform: uppercase;
	text-decoration: none; 
	font-weight: normal; 
	font-size: 14px;
	letter-spacing: .5em;
	text-align: left;
	border-bottom: 1px dotted #444;
	}
	
h3 {
	color:#777; 
	margin-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none; 
	font-weight: normal; 
	font-size: 9px;
	letter-spacing: 0.2em;
	text-align: left;
	}
	
.spacer {
	margin: 0 0 10px 0;
	padding: 0;
	}

.name {
	font-weight: bold;
	color: #ccc;
	letter-spacing: 0.25em;
	}
	
#contact {
	font-size: 12px;
	}
	
.tech {
	color: #888;
	font-style: italic;
	font-size: 10px;
	letter-spacing: 0.06em;
	}




ul#icon {
	margin: 0;
	padding: 0;
	position: relative;
	top: 26px;
	list-style: none;
	}

ul#icon li {
	float: left;
	}

ul#icon li a {
	margin-right: 14px;
	list-style: none;
	}

ul#icon .rss, ul#icon .face {
	margin-top: -8px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	}
	
ul#icon .rss {	
	background: url(images/rss.jpg) 0 0 no-repeat;
	}

ul#icon .face {
	background: url(images/facebook.jpg) 0 0 no-repeat;
	}
	
ul#icon .rss:hover, ul#icon .face:hover { 
	background-position: 0 -17px;
	}
	




ul#nav {
	position: relative;
	top: 75px;
	left: -40px;
	list-style: none;
	clear: both;
	}

ul#nav li {
	float: left;
	}

ul#nav li a {
	margin-right: 8px;
	list-style: none;
	letter-spacing: 3px;
	color: #999;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #000;
	padding: 6px 4px 4px 6px;
	}
	
ul#nav li a.drop {
	background: url(images/shade.png);
	color: #ccc;
	}
	
ul#nav a:hover { 
	color: #fff;
	}
	
ul#nav a.drop:hover { 
	color: #fff;
	}
	
ul#nav a:active { 
	color: #555;
	}
	
#nav li ul {
	float: left;
	position: absolute;
	letter-spacing: 1px;
	list-style: none;
	width: 15em;
	left: -999em;
	padding: 8px;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}



.hr {
	width: 490px;
	height: 1px;
	margin: 35px 0 35px 0;
	border-top: dotted 1px #444;
	clear: both;
	}



.main {
	margin: 20px auto 20px auto;
	width: 490px;
	clear: both;
	font-size: 8pt;
	line-height: 12pt;
	text-align: justify;
	letter-spacing: 0.03em;
	}

.type { 
	font-size: 8pt;
	line-height: 12pt;
	text-align: justify;
	}

.type span { 
	font-weight: bold;
	font-style: italic;
	}

.type2 { 
	font-size: 8pt;
	line-height: 16pt; 
	text-align: center;
	letter-spacing: 0.02em;
	}

a:link.damned, a:visited.damned, a:active.damned, a:hover.damned { 
	color: #777; 
	text-decoration: none; 
	font-style: italic; 
	font-weight: bold;
	border-bottom: 1px dotted #444;
	}

a:hover.damned { 
	color: #999;
	border-bottom: 1px dotted #999;
	}

a:link.ff, a:visited.ff, a:hover.ff {
	color:#aaa; 
	text-decoration: none;
	line-height: 18px;
	font-size: 11px;
	}
	
a:hover.ff { 
	color: #fff;
	}
	
a:active.ff { 
	color: #555;
	}

#splash {
	width: 514px;
	height: 630px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -257px;
	margin-top: -315px;
	}

a:link.mostblunted, a:visited.mostblunted, a:active.mostblunted, a:hover.mostblunted {
	position: relative;
	top: -5px;
	color:#999; 
	font-size: 5pt;
	letter-spacing: 2px;
	text-decoration: none;
	}

a:hover.mostblunted { 
	color: #fff;
	}
	
#links {
	float: left; 
	text-align: right; 
	padding-right: 14px; 
	border-right: 1px dotted #444; 
	margin: 0 14px 0 0;
	}
	
#lightbox {
	background-color:#666;
	padding: 10px;
	}
	
#lightboxDetails {
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 9px;
	padding-top: 5px;
	}

#lightboxCaption { float: left; }

#keyboardMsg { float: right; }

#lightbox img { border: none; } 

#overlay img { border: none; }