body {
	background: #1a1a1a url(http://www.stephenhubbard.ca/images/sh-background.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-attachment:fixed;
	margin-left: -4px;
	font-family: Helvetica, Arial;
	font-size:12px;
}

.h1 {
	font-family: Helvetica, Arial;
	font-size:18px;
}

/* LOGO & ARROW */


.logo {
	position: fixed; 
	top: 524px;
	left: 30px;
	z-index: 300;
}

.logo a {
	display: block;
	width: 259px;
	height: 49px;
	background: url(../../images/logo.png) no-repeat;}

.logo span {
	display: none;
}

.back {
	width: 26px;
	height: 21px;
	top: 528px;
	right: 15px;
	z-index: 300;
	position: fixed;
}

.back a {
	float: left;
	border:none;
	display: block;
	width: 26px;
	height: 21px;
	background: url(../../images/nav/back.png) no-repeat top left;
}

.back a:hover {
	background-position: bottom left;
}

/* CONTACT INFO */
.contact {
	background:#333333;
	color:#dedede;
	position: fixed; 
	top: 93px;
	left: 350px;
	z-index: 300;
	width: 280px;
	height: 580px;
	padding:10px;
}

/* NAVIGATION/LINKS */

#menu {
	color: #ffffff;
	left: 30px;
	top: 65px;
	z-index: 300;
	position: fixed;
	font-size: 14px;
	word-spacing: 10px;
}

#menu a {
	text-decoration:none;
	color: #999;
	
}

#menu a:hover {
	color: #ffffff;
	
}


/* DIVS */
#books {
	clear:left;
	float:left;
	margin: 0px 0 0 -10px;
	position:relative;
	z-index:10;
	height: 500px;
	padding:;
	top: 75px;
	background-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	width:613px;
	clear:left;
	float:left;
	margin: 0px 0px 0px 32px;
	position:relative;
	z-index:10;
	padding:10px;
	top: 75px;
	background-color: black;
}

#photos {
	height: 500px;
	font-family: Helvetica, Arial;
	font-size: 18px;
	color: #000000;
	background: transparent top left no-repeat;
}

#photos a {
	display: block;
	float: left;
	color: #ccc;
	border: 0px;
	text-decoration: none;
	height: 500px;
}

#photos a:hover {
	
}

#back {
	position: absolute;
	display: block;
	width: 130px;
	height: 40px;
	top: 125px;
	right: 25px;
	outline: 0;
	z-index: 1;
	background: url(../../images/back.png) no-repeat 0 0;
}

#back:hover {
	background: url('../../images/back.png') no-repeat 0 -38px;
}
