html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

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

a:visited {
	color: black;
}

#main {
	height: 100%;
	font-family: sans-serif;
}

#left {
	height: 100%;
	width: 650px;
	position: absolute;
	top: 0px;
}

#sideNav {
	width: 120px;
	height: 100%;
	float: left;
	position: fixed;
}

.block {
	margin-left: 120px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 0px -5px;
}

.pager {
	font-weight: bold;	
	position: relative;
}

.leftPager {
	position: absolute; 
	top: 0px;
	margin-left: 20px;
}

.rightPager {
	position: relative; 
	top: 0px;
	text-align: right;
}

.divider {
	margin-left: 20px;
	background: url(../images/dots.png);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	height: 6px; padding-bottom: 15px;
}

.content {
	position: relative;
	/* margin-left: 20px; */
	left: 20px;
	min-height: 171px;
	_height: 171px;
}

.content a {
	text-decoration: underline;
}

#right {
	margin-left: 660px;
	text-align: center;
}

#bunny {
	position: absolute;
	bottom: 0px;
}

.book {
	font-weight: bold;
	font-size: 138.5%;
}
