body {
	background-image: url(../images/master-bg.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}

h1 { margin-top: 35px; font-size: 1.2em;width: auto; text-align:center; border-top: 1px solid #B65C49; background-image:url(http://vincehazen.com/images/narrow-bg.jpg); background-repeat:repeat-x; padding: 5px; }

.click { cursor: pointer; }

ul.nav { margin-left: 90px; margin-top:35px; padding: 0px; list-style-type:none; }

li { float: left; }

li.about { width: 67px; height: 19px; background-image:url(../images/nav-about-up.png); }
li.about:hover { background-image:url(../images/nav-about-ov.png); }

li.now { width: 55px; height: 19px; background-image:url(../images/nav-now-up.png); }
li.now:hover { background-image:url(../images/nav-now-ov.png); }

li.then { width: 58px; height: 19px; background-image:url(../images/nav-then-up.png); }
li.then:hover { background-image:url(../images/nav-then-ov.png); }

li.blogs { width: 67px; height: 19px; background-image:url(../images/nav-blogs-up.png); }
li.blogs:hover { background-image:url(../images/nav-blogs-ov.png); }

li.cv { width: 33px; height: 19px; background-image:url(../images/nav-cv-up.png); }
li.cv:hover { background-image:url(../images/nav-cv-ov.png); }

li.slideshow { width: 108px; height: 19px; background-image:url(../images/nav-slideshow-up.png); }
li.slideshow:hover { background-image:url(../images/nav-slideshow-ov.png); }

li.next { width: 42px; height: 19px; }
li.prev { width: 48px; height: 19px; }

ul.np { margin: 0px; padding: 0px; list-style-type: none; }
.soc { float: right; }

#img {
	margin-left: 90px;
	border: 1px solid #B65C49;
	width: 922px;
	background-color: #FFF;
}

#tweetfb {
	position: relative;
	margin-top: 35px;
	width: 922px;
	height: 19px;
	text-align:right;
	margin-left: 90px;
}

#prev {
	position: absolute;
	bottom: 5px;
	right: 37px;
	text-align: right;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background-image:url(../images/screen.png);
}

#next {
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background-image:url(../images/screen.png);
}
#description { margin-right: 10px; }

#info {
	/**/
	position: absolute;
	bottom: 0px;
	right: 69px;
	
	text-align: right;
	width: 32px;
	height: 32px;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image:url(../images/screen.png);
}

#infoicon {
	vertical-align: middle;	
}


#copy {	
	padding: 20px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
}

#nextprev {
	position: relative;
	width: 922px;
	height: 32px;
	display: block;
}

#social {
	width: 1024px;
	margin-top: 10px;
	margin-left: 90px;
	height: 32px;
	text-align: left;
}
#footer {
	position: relative;
	background-image:url(../images/footer-bg.png);
	background-repeat:repeat-x;
	height: 120px;
}