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

body {
	margin-left: 25px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	background: url(images/bg.gif);
	background-repeat: no-repeat;
	background-color: rgba(242, 242, 242, 1);
	
}
p {
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
	line-height: 1.2em;
}
.h1 {
	font-family: "Book Antiqua";
	font-size: 24px;
	color: #73101B;
}
.h1BoldItalic {
	font-weight: bold;
	font-style: italic;
}
.h1Black {
	color: #000;
}
.h2 {
	font-family: "Book Antiqua";
	font-size: 16px;
	color: #000;
}
.trademark {
	margin-top: 50px;
	font-size: 10px;
	text-align: center;
	position: relative;
}
.trademark2 {
	font-size: 10px;
	text-align: center;
	left: 404px;
	top: 610px;
}
.bookTitle {
	font-family: "Book Antiqua";
}
.content {
	margin-left: 15px;
	width: 700px;
}
.contentLinks {
	margin-left: 90px;
	width: 700px;
}
.contentOrder {
	margin-left: 175px;
	width: 700px;
}
.contentBooks {
	margin-left: 15px;
	width: 600px;
	text-align: justify;
}
.bookTable {
	float: right;
}
A:link {
	margin-top: 10px;
	margin-right: 20px;
	font-size: 24px;
	text-decoration: none;
	font-family: "Book Antiqua";
	color: #000;
}
A:visited {
	margin-top: 10px;
	margin-right: 20px;
	font-size: 24px;
	text-decoration: none;
	font-family: "Book Antiqua";
	color: #000;
}
A:active {
	margin-top: 10px;
	margin-right: 20px;
	font-size: 24px;
	text-decoration: none;
	font-family: "Book Antiqua";
	color: #000;
}
A:hover {
	margin-top:10px;
	margin-right: 20px;
	font-size: 24px;
	text-decoration: underline;
	font-family: "Book Antiqua";
	color: #000;
}
.homeIMG {
	position: absolute;
	left: 650px;
	top: 128px;
}
.aboutIMG {
	position: absolute;
	left: 650px;
	top: 265px;
}
.viewCart {
	position: fixed;
	right: 20;
	top: 25;
}

