body {
	text-align: center;	
	background-color: #99C;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.background #doves {
	background-image:url(images/background_dove.png);
	width: 1300px;
	text-align: center;
	margin: 0 auto;
	min-height: 950px;
}

td {
	vertical-align: top;
	text-align: center;
}

table {
	vertical-align: top;
	margin: 0 auto;
}

.button {
	background-color: #2934D4;
	background-image: url(images/button_dove.png);
	background-repeat: no-repeat;
	background-position: right;
	border-top: 1px solid #36C;
	font-size: 20px;
	height: 35px;
	padding: 5px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.button:hover {
	background-color: #36C;
	background-image: url(images/button_dove_rollover.png);
}

.button a {
	font-style: normal;
	text-decoration: none;
	color: #FFF;
}

#bottom {
	border-top: 1px solid #36C;
}

#main_content {
	background-color: #FFF;
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	border: outset thick;
	text-align: left;
}

#sidebar {
	background: #2934D4;
	text-align: left;
	min-height: 300px;
	padding: 10px;
}

#sidebar_content {
	/*position: fixed;*/
	width: 145px;
	padding: 10px;
	border-top: solid #FFF thin;
	border-bottom: solid #FFF thin;
}

#sidebar a {
	color: #999;
	text-decoration: none;
	font-size: 14px;
}

#sidebar a:hover {
	color: #666;
	text-decoration: none;
	font-size: 16px;
}

#bannerEnd {

}

#product_description {
}

#product_description h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#product_description img {
	padding: 20px;
}

.bookListingItem {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #2934D4;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.bookListingItem table {
	width: 100%;
}

#productBlurb {
	text-align: left;
	padding: 10px;
}