body {
	font: 10px/20px verdana, helvetica, arial, sans-serif;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	height:100%;
}
html, body {
     min-height:100.1%;
}
.white {
	background-image: url('../images/border.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:100px;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
h2 {
font-size:18px;
}
h3 {
font-size:16px;
}
h4 {
font-size:14px;
}
h5 {
font-size:12px;
}
.title-heading{
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
}
#logo {
	height:30px;
	position:relative;
}
#title {
	text-align:left;
	position:absolute;
	bottom:0;
	padding-bottom:5px;
	font-size:18px;
}
p{
	padding:0px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
}
#top-nav{
	text-align:left;
	font-size:12px;
}
#top-nav a {
	padding:2px;
}
#photobox {
	text-align:center;
	padding:1px;
}
#image-border {
    position:relative;
	margin:0;
}
#menu_browse{
	position:absolute;
	margin:0px;
	margin-right:-10px;
	padding:0px;
	top:0px;
	left:0px;
	z-index:10;
}
#menu_browse a{
	outline:none;
}
#menu_browse_prev, #menu_browse_next{
	width:50%;
	height:100%;
	background:transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display:block;
}
#menu_browse_prev {
	left:0px;
	top:0px;
	float:left;	
}
#menu_browse_next {
	right:0px;
	top: 0px;
	float:right;	
}
#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background:url('../images/prevImage.png') no-repeat center center;
	cursor:pointer;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background:url('../images/nextImage.png') no-repeat center center;
	cursor:pointer;
}
#footerNew {
	padding-top:5px;
	text-align:center;
	font-size:11px;
	color:#666666;
}  
#footerNew a {
	text-align:center;
	color:#666666;
	}
#footerNew a:hover {
	text-decoration:none;
	color:#1a7ab5;
	background-color:#CCCCCC;
	}
#books {
	margin-left:40%;
	margin-right:40%;
	margin-bottom:5px;
	padding-top:5px;
	border:1px solid #666666;
	background-color:#FFFFFF;
}	
#books img {
	border:none;
}
#comments {
	}
	
#comments ul {
	width:300px;
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	text-decoration:none;
	padding:10px;
	}
	
#comments li a {
	color:#1a7ab5;
	text-decoration:none;
	}
	
#addcomment {
	text-align:left;
	padding:10px;
	margin:0px auto;
	}

.input {
    width:240px;
	font-size:10px;
	border:1px solid #666666;
	padding:5px;
    }
	
#addcomment textarea {
	width:300px;
	height:70px;
	font-size:12px;
	border:1px solid #666666;
	padding:5px;
	}