/* layout */

* {
margin:0;
padding:0;
}

body {
	background-color: #D9CEB4;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:30px;
}


#wrapper{
	position: relative;
	width:850px;
	margin:0 auto;
	padding:30px 0 30px 30px;
	
	background-image: url(images/display/bg_image.jpg);
	background-repeat: repeat-y;
}	


#header #address {
	float: right;
	position: relative;
	right: 30px;
	background-image: url(images/display/address_bracket.jpg);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: left center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#top_cap{
position:absolute;
top:-12px;
left:0;
}

.clearme{
clear:both;
line-height:1px;
font-size:1px;
}




/* navigation */

#header #navigation {
	clear: both;
	background-image:url(images/display/nav_bg.jpg);
	background-repeat:no-repeat;
	width:834px;
	height:35px;
	padding-top:10px;
}


#header #navigation ul {
	padding-left:8px;
	background-image: url(images/display/nav_bracket_l.jpg);
	background-repeat:no-repeat;
	height:50px;
	margin: 0 20px;
}


#header #navigation li {
	float: left;
	list-style-type: none;
}

#navigation a {

	display: block;

	padding-right: 17px;
	padding-left: 9px;

	color: #2f6469;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	background-image: url(images/display/nav_spacer.gif);
	background-repeat: no-repeat;
	background-position: right center;

}

#navigation a:hover{

	color: #584A33;

}


#content #left {
	width: 290px;
	float: left;
}
#content  img, #content_s img {
	border: 2px solid #C9C1AD;
	padding: 2px;
}
#wrapper #content #right {
	width: 570px;
	float: right;
}
#bottom_cap {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#navigation .last_link{
	background-image: url(images/display/nav_bracket_r.gif);
}


/* typography */

a {
	color: #2f6469;
}

a:hover{
	text-decoration:none;
}

#content  h2, #content_s h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #584A33;
}

p, table {
	margin-bottom:10px;
}	

#address p{ margin-bottom:0; }

td {
padding:0 5px 5px 0;
}

h1 i, h2 i {
	display: none;
}

h1,h2 {
font-family:Georgia, "Times New Roman", Times, serif;
}

h3{
font-weight:normal;
font-size:1em;
text-transform: uppercase;
}

#books{

	

}

#books h3{
	margin:0;
	font-weight:bold;
	font-size:1.1em;
	color:#584A33;
	text-transform:none;
}

.img-left{ margin-right:10px;}
.img-right{ margin-left:10px;}

#header #logo {
	background-image: url(images/display/Logo.gif);
	height: 50px;
	width: 499px;
	background-repeat: no-repeat;
	float:left;
	margin-bottom:20px;

}

#featured_books{

	clear:both;

}

#heading_featured {
	background-image: url(images/featured_long_bg.gif);
	height: 28px;
	width: 837px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
}
#wrapper #content_s #left {
	width: 550px;
	float: left;
	padding-left:20px;
}
#content_s #right {
	float: right;
	margin-right: 20px;
	padding-right:10px;
}

#wrapper #content_s ul, #wrapper content ul{
	margin-left:40px;
}