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

body, html {
background-image:url(images/background.jpg);
background-repeat:no-repeat;
background-color:#488C85;
font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	color:#0c5368;
	text-decoration:none;
}

h1 {
	color:#1f186a;
}

p {
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	color:#1f186a;
}

#main_content {
	position: absolute;
	width: 314px;
	left:99px;
	top:92px;
}

#contentbox-header {
	background-image:url(images/contentbox-header.gif);
	background-repeat:no-repeat;
	height:22px;
}

#contentbox-content {
	background-color:#c7c8f2;
	text-align:justify;
	padding-left:15px;
	padding-right:15px;
	padding-top:1px;
	padding-bottom:1px;
}

#contentbox-footer {
	background-image:url(images/contentbox-footer.gif);
	background-repeat:no-repeat;
	height:28px;
}
	
#about, #reader-comments, #about-author, #buy, #reviews, #blog {
	position:absolute;
	text-align:center;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
} 


#about {
	left:413px;
	top:507px;
	width:291px;
}

#reader-comments {
	left: 723px;
	top: 534px;
	width:190px;
}

#about-author {
	left:901px;
	top:467px;
	width: 152px;
}

#buy {
	left:1092px;
	top:270px;
}

#reviews {
	left: 1037px;
	top: 403px;
}

#blog {
	left: 1090px;
	top: 330px;
}

.attrib {
	text-align:right;
	font-size:12px;
	font-style:italic;
}

#footer {
	position:absolute;
	left:770px;
	top:770px;
	font-size:12px;
	text-align:center;
}