/* the default styles for the document */
body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #1b1d26;
    margin: 0;
	padding: 0;
}

/* the styles for the page */
#page {
	width: 800px;
	background-color: white;
	margin: 0 auto;
	padding: 10px 15px;
}

/* the styles for the header */
#tagline {
	font-size: 145%;
	font-weight: bold;
	color: white;
	background-color: #778c7a;
	text-align: right;
	margin: 0;
	padding: 25px 20px;
}

#navigation p {
	font-size: 110%;
	font-weight: bold;
	border-top: 2px solid #778c7a;
	border-bottom: 2px solid #778c7a;
	margin: 0;
    margin-bottom: 20px;
	padding: 5px 10px 10px;
	clear: left;
}

.black {
	color: black;
	text-decoration: none;
}

/* the styles for the sidebar */
#sidebar1 {
	background-color: #778c7a;
	width: 180px;
	padding: 0 10px 90px 0;
	float: right;
}
#sidebar1 img{
	width: 130px;
	height: 120px;
}

#sidebar1 h2{
margin:10px;
}


#sidebar1 p {
	font-size: 90%;
	margin: 10px;
	padding-bottom: 5px;
}


/* the styles for the center content */
#main {
	margin: 0 5px;
}	
	
#main img {
	height: 100px;
	width: 100px;
	margin: 0 10px 10px 0;
	float: left;
}

}
#main h1 {
	font-size: 200%;
	color: #425955;
	margin: 0;
    padding-bottom: .1em;
	
}
#book_info {
	font-size: 85%;
	margin: 0 0 1.5em 0;
}
img {
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;	
	margin-right: 10px;
}


/* the styles for the right sidebar */
#cart_link {
	font-size: 92%;
}
#cart_link a:link {
	color: blue;
}
#cart_link a:hover {
	color: #cc0000;
}

/* the styles for the footer */
#footer {
	clear: both;
	border-top: 1px solid gray;
    margin: 0;
}
#footer p {
	font-size: 95%;
	text-align: right;
    margin: 0;
	padding-top: .5em;
}