@charset "UTF-8";
/* CSS Document */

body{
	font:"Times New Roman", Times, serif;
	background-image:url(../background/row-of-books.gif);
	background-attachment:fixed;
		
	
}

#container{
	width:1000px;
	padding-top:20px;
	height:auto;
	overflow:hidden;
	margin:30px auto 0 auto;
	background:#fff;
	border-radius:15px;
	box-shadow:10px 10px 20px #000;
-webkit-box-shadow:10px 10px 20px #000;
-moz-box-shadow: 10px 10px 20px #000;
	
}

.tophead{
	width:850px;
	margin:0 auto;
	background-color:#fff;
}

#article3{
	color:#000;
	/*padding:10px 10px 10px 20px;*/
	width: 700px;
	font-size:16px;
	float:left;
	text-align:left;
	margin-left:80px;
	margin-top:10px;
	position:relative;
	/*border:2px solid #FC6;*/
	border:2px solid #bbb;
	
}
.triangle{
	width:0px;
	height:0px;
	position:absolute;
	left:-5px;
	top:-5px;
	border-bottom:70px solid #eee;
	border-left:70px solid #fff;	
	
  -webkit-box-shadow: 7px 4px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:7px 4px 3px rgba(0,0,0,0.3);
  box-shadow: 7px 4px 3px rgba(0,0,0,0.3);
}




a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #333;
}

a.chosenBook:link {
	color: #fff;
	text-decoration: none;
}
a.chosenBook:visited {
	text-decoration: none;
	color: #fff;
}
a.chosenBook:hover {
	text-decoration: none;
	color: #C00;
}
a.chosenBook:active {
	text-decoration: none;
	color: #fff;
}


a.toRed:link{
	color:#000;
	
}

a.toRed:hover{
	color:#C00;
	
}

#rightNav{
	width:180px;
	float:left;	
}

.Extracts{
	font-size:30px;
	text-align:center;
	background-color:#84664b;
	color:#ac9989;
	text-shadow: #301904 1px 1.5px 6px;	
}

td.BBFR{
	color:#fff;
	  height:50px;
	   background-color:#ebda1b; background-image: linear-gradient(#f2d798, #856c31)
}

td.FR{
	color:#fff;
	  height:50px;
	   background-color:#cc0000; background-image: linear-gradient(#cc0000, #66326a)
}
td.TFLW{
	color:#fff;
	  height:50px;
	   background-color:#ac6eb1; background-image: linear-gradient(#cf84d5, #66326a)
}
td.NMRS{
	color:#fff;
	  height:50px;
	   background-color:#628572; background-image: linear-gradient(#7dab92, #335442)
}

td.STB{
	color:#fff;
	  height:50px;
	   background-color:#57a4d0; background-image: linear-gradient(#57bcf5, #216186)
}

td.SLM{
	color:#fff;
	  height:50px;
	   background-color:#957ea3; background-image: linear-gradient(#cca7e2, #674c77)
}

td.TTD{
	color:#fff;
	  height:50px;
	   background-color:#c3af80 ;background-image: linear-gradient(#f2d798, #856c31)
}
td.MM{
	color:#fff;
	  height:50px;
	   background-color:#cc664e; background-image: linear-gradient(#f4957f, #86321e)
}

td.MAM{
	color:#fff;
	  height:50px;
	   background-color:#666c00; background-image: linear-gradient(#b0bb51, #40460b)
}

td.FR{
	color:#fff;
	  height:50px;
	   background-color:#cc0000; background-image: linear-gradient(#cc0000, #66326a)
}

td.WTK{
	color:#fff;
	  height:50px;
	   background-color:#cc0000; background-image: linear-gradient(#cc0000, #66326a)
}
