.hidden{
	display:none;
}

h1,h2,h3,h4,h5{
	padding:0;
	margin:0;
	font-weight:normal;
}

.bold{
	font-weight:bold;
}

.arial{
	font-family:Arial, Helvetica, sans-serif;
}

.georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.times{
	font-family:"Times New Roman", Times, serif;
}

.size-10{
	font-size:10px;
}

.size-12{
	font-size:12px;
}

.size-15{
	font-size:15px;
}

.size-25{
	font-size:25px !important;
}

.grey{
	color:#999999;
}

.grey-normal{
	color:#CCC;
	font-weight:normal;
	font-size:22px;
	text-align:center;
	width: auto;
}

.center-text{
	font-size:12px;
	text-align:center;
	width: auto;
}

.white{
	color:#FFF;
}

.brown{
	color:#DABA81;
	font-size: 14px;
}

.text-indent-20{
	text-indent:20px;
}

.underline-hover{
	text-decoration:none;
}

.underline-hover:hover{
	text-decoration:underline;
}

hr{
	color:#272727;
}

.line-height-20{
	line-height:23px;
}

.line-height-25{
	line-height:30px;
}

.gallery-thumbnail{
	width:77px;
	margin-right:10px;
	float:left;
}

.ContentLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#C7A66C;
	text-decoration:none;
	font-weight:bold;
}

.ContentLink:hover{
	text-decoration:underline;
}

.top-nav-1{
	background:url(../images/header/top-nav-home.png) 35px 18px no-repeat;
	display:block;
	width:110px;
	height:50px;
}

.top-nav-1:hover, .top-nav-1.active{
	background:  url(../images/header/top-nav-homeh.png) 38px 20px no-repeat;
}

.top-nav-2{
	background:url(../images/header/top-nav-the-author.png) 17px 18px no-repeat;
	display:block;
	width:110px;
	height:50px;
}

.top-nav-2.active, .top-nav-2:hover{
	background:url(../images/header/top-nav-the-authorh.png) 20px 20px no-repeat;
}

.top-nav-3{
	background:url(../images/header/top-nav-books.png) 34px 18px no-repeat;
	display:block;
	width:110px;
	height:50px;
}

.top-nav-3:hover, .top-nav-3.active{
	background:url(../images/header/top-nav-booksh.png) 37px 20px no-repeat;
}

.top-nav-4{
	background:url(../images/header/top-nav-buy-book.png) 23px 18px no-repeat;
	display:block;
	width:110px;
	height:50px;
}

.top-nav-4:hover, .top-nav-4.active{
	background:url(../images/header/top-nav-buy-book.png) 26px 20px no-repeat;
}

.top-nav-5{
	background:url(../images/header/news.png) 18px 19px no-repeat;
	display:block;
	width:110px;
	height:50px;
}

.top-nav-5:hover, .top-nav-5.active{
	background:url(../images/header/newsh.png) 21px 20px no-repeat;
}

.top-nav-break{
	background:url(../images/header/top-nav-break.png) no-repeat;
	background-position:right;
}

/* Books */
.content-books-container{
	width:620px;
	border:1px;
	border-color:#960;
}

#content-book-1{
	background:url(../images/books/content-book-1.jpg);
	width:110px;
	height:170px;
}

#content-book-2{
	background:url(../images/books/content-book-2.jpg);
	width:110px;
	height:169px;
}

#content-book-3{
	background:url(../images/books/content-book-3.jpg);
	width:110px;
	height:165px;
}

.content-book-container{
	float:right;
	margin:auto;
	margin-left:20px;
	width:110px;
}

.content-book-container a{
		font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#DABA81;
}

.content-book-container a:hover{
	text-decoration:none;
}

.text-indent{
	text-indent:30px;
}
