/* CSS Document */

body {
	background-color: #f3f3f3;
	background-attachment: fixed;
	background-position:center;
	background-image:url()
}

body,td,th {
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-
serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
a:link {
	color: #ED1C24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ED1C24;
}
a:hover {
	text-decoration: underline;
	color: #ED1C24;
}
a:active {
	text-decoration: none;
	color: #ED1C24;
}
hr {
	border : none;
	border-top : dashed 1px #666666;
	height : 1px;
}
.style3 {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.style7 {
  color: #333333; 
  font-size: 26px;
  font-variant:small-caps;
  line-height: 30px;
  text-align:center;
}
.style8 {
  color: #333333;
  font-size: 12px;
  line-height: 18px;
    letter-spacing: normal;
}
.style9 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
}

.style11 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
}
#books {
	position:absolute;
	left:20%;
	top:100px;
	width:700px;
	height: auto;
	z-index:1;
	}
#header {
	position:fixed;
	text-align:justify;
	left:20%;
	top:-10;
	width:700;
	height:120;
	z-index:3;
	background-color:f3f3f3;
}
