body {
	background: #353333 url(images/background.jpg) repeat-x fixed;
	margin:50px 0px; padding:0px;
	font-family: arial, helvetica, verdana, sans-serif;
	text-align:center;
	}
	
#Content {
	width:600px;
	min-height: 300px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px solid #fff;
	background-color:#eee;
	}

p {font-size: 14px;}

a {	
	text-decoration: none;
	font-size:14px;
  	line-height:16px;
	font-weight: bold;}

a:link {color: #990000;}
a:visited {color: #990000;}
a:active {color: #990099;}
a:hover {color: #666666;
	text-decoration: none;
	border-bottom: 2px solid #990000;}



/***********/
.books {text-align: center;}

.booksL {text-align: left;}

.linkNav {margin:0px auto;
	background-color: #CC9999;
	border-top: 2px solid #CC6666;
	border-bottom: 2px solid  #CC6666;
	text-align: center;
	width: 450px;
	padding: 4px 0 4px 0;
}

.copyright {font-size: 90%;
	text-align: center;
}