/* Howard Roffman CSS*/


body{
	background: #000;
	text-align: center;
}

#master_container{
	width: 990px;
	margin: 14px auto 5px auto;
	text-align: left;
	background: #12100c;
}

#header{
	background: url('images/header_bg.jpg') top no-repeat;
	height: 141px;
}


.content_container{
	min-height:500px; /*firefox, et al*/
	height:auto !important;
	height:500px;  /*ie*/
}

.full{
}

.content{
	color: #eee;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	float: left;
	width: 758px;
}

.text{
	width: 500px;
}


.subnav{
	width: 230px;
	float: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	text-align: right;
	margin-top: 12px;
}

.subnav div{
	padding-right: 22px;
}

.subnav .active{
}
.subnav .off{
}
.subnav .on{
}

.subnav .active a{
	color: #f0c660;
	text-decoration: none;
}

.subnav .off a{
	color: #bab3a9;
	text-decoration: none;
}

.subnav .on a{
	color: #fff;
	text-decoration: none;
}



.nav{
	float: right;
}

.nav div{
	float: left;
	margin-right: 24px;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
}





#books_content, #books_cover{
	width: 610px;
	height: 460px;
	float: left;
	margin: 16px 16px 0 0;
}

#books_cover #cover_img{
	width: 280px;
	float: left;
	background: #12100c;
}
#books_cover #cover_img img{
	margin: 5px;
}

#books_cover #cover_text{
	width: 300px;
	margin-left: 20px;
	float: left;
	font-size: 12px;
	color: #ebe6d2;
}



#books_content{
	text-align: center;
}









.clear{
	clear: both;
}

a:link, a:visited{
	color: #c2a869;
}

a:hover{
	color: #ba7d29;
}
