body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	/*background-color: #0066CC;*/
	/*background-color: #E3662E;*/
		background-color: #DA5F1E;
}


#container {
	width: 924px;
	/*height: 600px;*/
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #0066CC;*/

	/*border: 1px solid yellow;*/
}

#content {
	width: 700px;
	/*height: 600px;*/
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	/*background-color: #0066CC;*/

	/*border: 1px solid blue;*/
}

div.left {
	float: left;
	width: 30%;
}

div.right {
	float: right;
	width: 30%;
}

#header {
	background-color: black;
	height: 110px;
}

#footer {
	background-color: black;
	clear: both;
	height: 10px;
}

span.header {
	position: relative;
	left:130px;
	top:10px;
	z-index: 3;
	padding-left: 100px;
	font-family: "Courier New" Courier monospace;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}

span.colon {
	position: relative;
	left:105px;
	top:10px;
	z-index: 3;
	font-family: "Courier New" Courier monospace;
	font-size: 40px;
	color: #fff;
}

img.homepagelogo {
	position: relative;
	left:70px;
	top:30px;
	z-index: 3;
	border: 0;
	/*
	border-style:outset;
	border-color: red;
	border-width:1px;
	*/
}

img.logo {
	position: relative;
	left:120px;
	top:30px;
	z-index: 3;
	border: 0;
	/*
	border-style:outset;
	border-color: red;
	border-width:1px;
	*/
}

img.head {
	position: relative;
	left:0px;
	top:-35px;
	z-index: 3;
	/*
	border-style:outset;
	border-color: red;
	border-width:1px;
	*/
}

a.underline {
	color: #000;
	text-decoration: underline;
}

a.logolink {
	text-decoration: none;
}

a.logolink:link {
	text-decoration: none;
}

a.logolink:visited {
	text-decoration: none;
}

a.logolink:hover {
	text-decoration: none;
}

a.logolink:active {
	text-decoration: none;
}

a img {
	border: 0;
	text-decoration: none;
}

a:link {
	text-decoration: none;	
}

a.underline:link {
	text-decoration: underline;	
}

a:visited {
	text-decoration: none;	
}	
	
a:hover {
	text-decoration: none;	
}

a:active {
	text-decoration: none;	
}

a:focus {
	outline: 0;
}

p.copyright {
	text-align: right;
	font-size: small;
}

p.title {
	font-family: "Courier New" Courier monospace;
	font-weight: bold;
	font-size: 24px;
	padding-top: 20px;
}

p.pagetitle {
	font-family: "Courier New" Courier monospace;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

p.booktitle {
	font-family: "Courier New" Courier monospace;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.review {
	font-size: 12px;
	
}

a.review {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}

a.review:hover {
	font-weight: bold;
}

#links a {
	color: #000;
	display: block;
}

#links a:hover {
	font-weight: bold;	
}


