body {
	margin: 0;
	padding: 0;
}

#logo-bar {
	margin: 0;	
	background-color: #fffddf;		
	width: 100%;
}

#logo {
	position: relative;
	width: 750px;
	height: 145px;
	margin: 0pt auto;
}

#nav-bar {
	background-color: #404041;
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0 0 40px 0;	
	padding-top: 10px;
}

#nav {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: relative;
	width: 750px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
	
}

#text {
	float: left;
	position: relative;
	width: 460px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0 30px 20px 0;	
}

#book {
	float: left;
	position: relative;
	width: 250px;
	height: auto;
	overflow: hidden;
	padding: 0 10px 20px 0;
}

#buttons {
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 225px 0 20px 0;	
}

.input-text {
	border: 1px #888 solid;
}

#buythebook {
        position: relative;
	width: 460px;
        height: auto;
        overflow: hidden;
}

.buythebookimg {
	border: 1px solid #d8d8d8;
	padding: 10px;
}

#footer {
	background-color: #fff;
	float: none;
	clear: both;
	width: 750px;
	height: 50px;
	text-align: left;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
}

.blog-rss-entry {
	float: none; 
	display: block; 
	width: 100%; 
	height: auto; 
	overflow: hidden; 
	position: relative; 
	margin-bottom: 15px; 
	line-height: 22px; 
	border-bottom: 1px #d8d8d8 dashed;
}

.blog-rss-entry img {
	border: 1px #000 solid;
}