body {
	background: #f8f7f7;
	background-image: url(images/top_grad.png);
	background-position: top left;
	background-repeat: repeat-x;
}
* {
	padding: 0;
	margin: 0;
}
/* =Color
======================================================================================================== */

* {
	color: #000;
}
a:link {
	color: #876240;
	text-decoration: none;
}
a:visited {
	color: #876240;
}
a:hover {
	color: #999;
	text-decoration: underline;
}

h1,h2 {
	color: #876240;
}

h3, h4 {
	color: #876240;
}

/* =Typography
=========================================================================================================*/

* {
	text-align: left;
	text-indent: 0;
	font-size: 12px;
}

body {
	font-family: arial;
}

img,fieldset {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-size: 10px;
}

p {
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0;
}

li {
	font-size: 14px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;
}
 
form {
	display: inline;
}

.text {
	padding: 3px;
	border: 1px #666 solid;
}

.button {
	padding: 3px;
	border: 1px #876240 solid;
	background: #876240;
	color: #fff;
	cursor: pointer;
}
.button:hover {
	background: #876240;
}

table {
	font-size: 12px;
}

label {
padding: 0;
margin: 0;
float: left;
width: 70px;
text-align: right;
padding-right: 10px;
color: #666;
font-weight: bold;
}

#container {
	width: 980px;
	margin: 0 auto;
}
#header {
	margin: 0 auto;
	position: relative;
	width: 980px;
	height: 141px;
}
#header_menu {
	margin: 0 auto;
	height:61px;
	width:980px;
	margin-top: 30px;
 }
#header_menu ul {
	padding: 0;
	text-align: left;
	height: 61px;
	line-height: 61px;
	vertical-align: middle;
	list-style: none;
	}
#header_menu ul li { 
	display: inline;
}
#header_menu ul li a {
	font-size: 18px;
	font-weight: normal;
	color: #876240;
	letter-spacing: 1px;
	padding: 5px 10px;
	background: #E7D8B4;
	text-decoration: none;
}
#header_menu ul li a:hover {
	text-decoration: none;
	border-top: 3px solid #ff7e0e;
}
#main_body {
	margin: 10px auto;
	width: 980px;
	padding: 20px;
}
.book {
	min-height: 400px;
}
.book_cover {
	float: left;
	width: 300px;
}
.book_description {
	float: left;
	width: 500px;
}
#footer {
	margin: 0 auto;
	height: 30px;
	width: 980px;
	padding: 0 20px;
}
#footer ul {
	padding: 0;
	list-style: none;
	color: #666;
	}
#footer ul li { 
	display: inline;
	color: #666;
}
#footer ul li a {
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0 5px 0 5px;
}
#footer ul li a:hover {
	color: #666;
}
.clear {
	clear: both;
}