@charset "utf-8";
/* CSS Document */

a img,:link img,:visited img {
	border : none;
	}

#wrapper {
	width: 800px;
	height: auto;
	margin-left:auto;
	margin-right: auto;
}

#top_bar {
	width: 800px;
	height: 10px;
	background-color:#971A44;
}

#bottom_bar {
	width: 800px;
	height: 10px;
	background-color:#971A44;
	float: left;
}

#share {
	width: 800px;
	height: auto;
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#share a {
	color:#971A44;
}

#left_image {
	width: 352px;
	height: 505px;
	float: left;
}

#buy_the_book {
	width: 352px;
	height: 46px;
	float: left;
}


#right_item_wrapper {
	width: 123px;
	height: 505px;
	float: right;
}

#right_item {
	width: 123px;
	height: auto;
}

#middle_content {
	width: 325px;
	height: auto;
	float: left;
}

#middle_copy {
	padding-top:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#middle_copy a{
	color:#971A44;
}

.clear {
	clear:both;
}