#header {
	position: absolute;
	top: 0;
	left: 20px;
	width: 250px;
	height: 46px;
	border-bottom:  #AA0000 2px solid;
}

#header h1 {
text-decoration:none;
color: #000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 48px;
font-weight: normal;
margin-top: 0;
margin-bottom: 45px;
text-align:left;
}

#header h1 span {
color: red;
}

#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 45px;
}

#header img {
	margin-top: 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	color: #AA0000;
	background: white;
}

p {
	margin-top: 0px;
	margin-bottom: 2px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
}

p.bnews {
	margin-top: 0px;
	margin-bottom: 2px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	text-indent: 15px;
}

a {
	color: blue;
}

body {
	background-color:#FFFFFF;
}

#column1 {
	position: absolute;
	top: 47px;
	left: 20px;
	width: 250px;
}

#column2 {
	position: absolute;
	width: 250px;
	top: 15px;
	left: 285px;
}

#column3 {
	position: absolute;
	width: 250px;
	top: 15px;
	left: 552px;
}

#bookcover {
	float: left;
	margin-right: 10px;
	margin-top: 13px;
}

#img-left {
	text-align: left;
}
