html, body, #wrapper {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

/* hide from Mac IE \*/
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
/* end hack */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 760px;
	}

/* hide from Mac IE \*/
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 760px;
	}
/* end hack */

#innerWrapper {
	position: relative;
	background: #202020 url(../images/bg_black.jpg) fixed;
	width: 760px;
	height: 410px;
	}
	
#content {
	position: relative;
	margin: 0 0 0 8px;
	padding: 0;
	width: 748px;
	height: 354px;
	top: 5px;
	}
	
#halftone {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}

#logo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 274px;
	height: 51px;
	}
	
#copyright {
	position: absolute;
	bottom: 8px;
	right: 5px;
	width: 250px;
	height: 18px;
	text-align: right;
	font: 9px/10px Helvetica, Arial, sans-serif;
	color: #bcbcbc;
	}
	
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: -4px;
	}
	
#navigation li {
	margin: 0 0 3px 0;
	padding: 0;
	}
	
#navigation a:link, #navigation a:visited, #navigation a:active, #navigation span {
	background: #202020 url(../images/bg_black.jpg) fixed;
	padding: 2px 10px 2px 0;
	font: bold 14px/20px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #d6d6d6;
	}
	
#navigation a:hover {
	color: #fff;
	}
	
#about ul {
	list-style-type: none;
	margin: 10px 0 0 15px;
	padding: 0;
	}
	
#about li {
	margin: 0 0 0 0;
	padding: 0;
	font: 10px/10px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #212121;
	}
	
#about li.label {
	margin: 12px 0 0 0;
	font-weight: bold;
	color: #000;
	}

#about a:link, #about a:visited, #about a:active, #aboutText a:link, #aboutText a:visited, #aboutText a:active {
	text-decoration: none;
	color: #293700;
	}
	
#about a:hover, #aboutText a:hover {
	color: #677c19;
	}
	
#aboutText {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	margin: 20px 20px 0 0;
	}
	
#aboutText p {
	margin: 8px 0 15px 8px;
	font: 12px/14px Helvetica, Arial, sans-serif;
	color: #000;
	}
	
#aboutText strong {
	font: 12px/14px Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #293700;
	}
	
#martyPortrait {
	float: right;
	}
	
#thumbnails {
	margin: -4px 0 7px -3px;
	padding: 0;
	width: 260px;
	}

#thumbnails a:link, #thumbnails a:visited, #thumbnails a:active {
	background: transparent;
	margin: 0;
	padding: 0;
	}

#thumbnails img {
	padding: 2px;
	margin: 1px;
	border: 2px solid #222;
	}

#thumbnails img:hover {
	background: #fff;
	}

#homeImg {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	margin: 20px 60px 0 0;
	}
	
#homeImg a:link, #homeImg a:visited, #homeImg a:active {
	text-decoration: none;
	color: #404040;
	}
	
#homeImg a:hover {
	color: #212121;
	}
	
#imgArea {
	position: absolute;
	top: 0;
	right: 0;
	width: 410px;
	height: 100%;
	background: #fff;
	border-left: 4px solid #000;
	}
	
#nextPrev {
	position: absolute;
	bottom: 0;
	right: 4px;;
	height: 22px;
	width: 35px;
	text-align: right;
	}
	
#nextPrev img {
	margin: 0;
	padding: 0;
	border: 0;
	}

#nextPrev img:hover {
	background: #333;
	}
	
#nextPrev img.arrowDisabled, #nextPrev img.arrowDisabled:hover {
	background: #bcbcbc;
	}

#img {
	text-align: center;
	}
	
p {
	font: 10px/12px Helvetica, Arial, sans-serif;
	color: #000;
	margin: 8px;
	}
	
p span {
	color: #404040;
	}

h1 {
	display: none;
	}
	
img {
	border: none;
	}