/* style Copyrighted. Duplication or redistribution is strictly prohibited. */

a:visited, a:link, a:active {
	color: #71595B;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #aa562d;
	font-weight: bold;
	text-decoration: underline;
}

body{
	background-color: #F6FAC2;
	background-image: url(images/background_fabric.jpg);
	background-repeat: 
	color: #000000;
	font: 10px Verdana, Arial, sans-serif;
}

h1{
	color: #659a65;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

h2 {
	color: #800080;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: underline;
}

td, p {
	color: #000000;
	font: 13px Verdana, Arial, sans-serif;
}



.main{
	background-color: #D5CAAD;
	font: normal normal normal 16px "Times New Roman", Times, serif;
	border: 0px solid #cd853f;
}

.copyrights {
	background: transparent;
	color: #aa562d;
	font-size: 10px;
}

.topquote {
	color: #b22222;
	font-size: 15px;
	font: bold;
	font-family: Georgia, Times New Roman, Serif;
}



.boxbook {
	border: 2px solid #cab035;
}

.navbar {
	background-color: #D094A5;
}



#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 10em;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 0 0 0 3em;
padding: 0;
border-top: 1px #71595B solid;
border-left: 1px #71595B solid;
border-right: 1px #71595B solid;
}

#navlist a
{
	width: 99.99%;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #F3F5C2;
	border-bottom: 1px #71595B solid;
	text-align: center;
	text-decoration: none;
	color: #000;
}

#navlist a:hover {
	background-color: #ffd7d7;
}
#navlist a:visited { color: #000; }


a img.books, img.books {
border: medium double #700071;
text-decoration: none;
}

a img.books2, img.books2 {
border: thin solid #EEEDD7;
text-decoration: none;
}

a img.covers, img.covers {
	border: 2px solid #794d20;
	text-decoration: none;
}

.reviews{
	color: #5f3d1a;
	font: 13px Verdana, Arial, sans-serif;
}

ul.NoBullet {
	list-style-type: none;
	list-style-position: inside;
}



#tweetMe
{
  display: block;
  width: 55px;
  height: 21px;
  background: url("images/tweet1.png") no-repeat 0 0;

}

#tweetMe:hover
{ 
  background-position: 0 -21px;
}

#tweetMe span
{
  display: none;
}


#friendMe
{
  display: block;
  width: 55px;
  height: 21px;
  background: url("images/facebook1.png") no-repeat 0 0;

}

#friendMe:hover
{ 
  background-position: 0 -21px;
}

#friendMe span
{
  display: none;
}
