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

body {
	background-color: #000;
}

#container {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	background-color: #010101;
}

#banner {
	height: 182px;
	width: 1100px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
	width: 1100px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	margin-right: 50px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 333333;
}

#footer {
	width: 1100px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.2em;
	background-color: #333333;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a:link {
	color: #B13838;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #B13838;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	color: #B13838;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 15px;
	letter-spacing: 0.1em;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 333333;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.7em;
}

.synopsis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.4em;
}

.imgborder {
	padding: 4px;
	border: 1px solid #CCCCCC;	
}

.bookhome {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-image: url(images/home_textbg.jpg);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-position: center middle;
}

.reviewquote {
	padding: 6px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #edebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #333333;
}
