﻿/* CSS layout */
#left_border {
    height: 1290px;
	margin-right: 0px;
	width: 32px;
	display: inline;
	float: left;
	background-image: url('../images/border/lb_32x1.jpg'); 
	background-repeat:repeat-y;
}
#right_border {
	height: 1290px;
	width: 35px;
	background-image: url('../images/border/rb_35x1.jpg'); 
	background-repeat:repeat-y;
	float:left;
}
#middlecontent {
    overflow:auto;
    height:1100px;
}


.bookInfo{
	width:508px;
	margin: 1em 0 0 0;
}

.IASauthortitle {
	padding-right:10px;
}

.book {
	float:left;
	width:100px;
	margin:.75em 1em 0 0;
	padding:0;
	height:135px;
}

.bookDescription {
	float:left;
	width:365px;
	height:156px;
	margin: 0 0 0 .5em;
	padding: 0 0 0 0;
	text-align:left;
	background-color: transparent;
}
h1 {
	text-align:center;
	padding-top:1em;
}

h3 {
	margin: 0 0 5px 0;
	padding: 3px 0 3px 0;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dotted #363636;
	color: #34633e;
}
h4 {
	margin: 0 0 5px 0;
	padding: 0 0 0px 0;
	font-size: 12px;
	font-weight: normal;
	color: #34633e;
}

.titlebar {
	margin: 2em 0 0 2.5em;

}
