/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #CCC;
}
body {
	line-height: 0px;
	margin-bottom: 10px;
	background-color:#000;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	
}
blockquote:before, blockquote:after,
q:before, q:after {
	
}

/* remember to define focus styles! */
:focus {
	
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	
}

/* general styles */
body {
    padding: 10px 20px 20px 30px;
    background-color: #FFF;
    color: #000;
    font-size: 62.5%;
    font-family: Arial, sans-serif;
}
h1 {
    position: absolute;
    left: -9999px;
}
#home h1 {
    padding-top: 6px;
    margin-bottom: -5px;
    position: static; 
	padding-bottom: 8px;
	padding-left: 25px
}

#home #images {
    height: 500px;
    width: 820px;
}
#home ul {
	position: relative;
	padding-left: 45px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#home ul li a {
	position: absolute;
	height: 450px;
	width: 150px;
	text-indent: -9999px;
	left: 18px;
	top: 24px;


}







#header {
    position: relative;
    height: 24px;
}
#header ul li a {
	position: absolute;
	height: 26px;
	background-color: #FFF;
	top: 0;
	text-indent: -9999px;
	visibility: visible;
}
#header ul li a:link,
#header ul li a:visited,
#header ul li a:focus {
    background-color: #FFF;
}
#header ul li a:hover,
#header ul li a:active {
    background-color: #999;
}
#header ul li#home a {
	left: 0;
	width: 285px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 -43px;
}


#header ul li#book-two a {
	left: 391px;
	width: 106px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -391px -43px;
}
#header ul li#book-three a {
	left: 496px;
	width: 4px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -496px -43px;
}
#header ul li#headshots a {
	left: 612px;
	width: 110px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -612px -43px;
}
#header ul li#contact a {
	left: 721px;
	width: 94px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -721px -43px;
}
#header ul li#home a:hover,
#header ul li#home.active a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header ul li#book-one a:hover,
#header ul li#book-one.active a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -285px 0;
}
#header ul li#book-two a:hover,
#header ul li#book-two.active a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -391px 0;
}
#header ul li#book-three a:hover,
#header ul li#book-three.active a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -496px 0;
}
#header ul li#headshots a:hover,
#header ul li#headshots.active a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -612px 0;
}
#header ul li#contact a:hover,
#header ul li#contact.active a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -721px 0;
}
#images {
	
	
	border-style: none;   
  	margin: 45px 150px 5px;
    float: left;
    padding: 15px;
	padding-left:25px;
    border: 0px solid #999;
    /*width: 800px;
    overflow: auto;*/
	
}


#contact-details {
    width: 830px;
    height: 25px;
	border-top: 10px;
	margin-top: 15px;
	line-height: 30px;
	color:#CCC
}
#footer {
    clear: left;
}
#footer ol {
    margin-left: -15px;
}
#footer ol li a {
    float: left;
    font-size: 1.4em;
    text-decoration: none;
    text-align: center;
    color: #333;
    line-height: 2.4;
    height: 32px;
    width: 38px;
}
#footer ol li a:link,
#footer ol li a:visited,
#footer ol li a:focus {
    color: #666;
    background-color: #FFF;
}
#footer ol li a:hover,
#footer ol li a:active,
#footer ol li.active a {
    /*color: #FFF;
    background-color: #999;*/
    text-decoration: underline;
}
#copyright {
    padding: 50px 0 0;
    padding-top: 50px;
    clear: left;
    font-size: 1.3em;
    color: #666;
    position: absolute;
    left: -9999px;
}
