@charset "utf-8";
/* CSS document */

#container {
	width: 968px;
	background: #003;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#main_image {
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
	width: 968px;
	height:auto
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	background-color: #003;
	font-size: 14px;
	position: relative;
}
p {
	margin-top: 1em;
}#main_text {
	background-color: #003;
	width: 300px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	position: absolute;
	text-decoration: underline;
	left: 104px;
	top: 16px
}
#Book_Image {
	position: relative;
	top: 0px;
}
#left_book_image, #center_book_image, #right_book_image {
	width: 320px;
	float: left;
}
#left_column, #center_column {
	margin-left: 10px;
}
#center_column, #right_column {
	margin-left: 10px;
}