@charset "utf-8";
#homecontent {
	height: 350px;
	width: 391px;
	overflow: auto;
	margin-top: 90px;
}
#homecontent p {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	padding-left: 25px;
	line-height: 20px;
	padding-right: 15px;
}

#authorscontent {
	height: 480px;
	width: 375px;
	overflow: auto;
	margin-right: 16px;
	margin-top: 15px;
}

#catalogcontent {
	height: 480px;
	width: 375px;
	overflow: auto;
	margin-right: 16px;
	margin-top: 15px;
}

#authorscontent p {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	margin-left: 60px;
	margin-right: 15px;
}

#catalogcontent p {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	margin-left: 25px;
	margin-right: 15px;
}

.bg {
	background-image: url(images/scroll.jpg);
	background-position: top;
}
.underline {
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	left: 45px;
	top: 575px;
	position: absolute;
	color: #000000;
}

.pixellente {
	text-align: right;
	top: 575px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	left: 715px;
}
.pixellente a {
	color: #CCCCCC;
	text-decoration: none;
}
