@charset "UTF-8";


a:link {
	color: #333333;
	text-decoration: underline;
}


a:hover {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}


.header{
	padding-bottom:35px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	width: 879px;
	padding-bottom:3px;
	border-bottom: 1px solid gray;
}


.logo {
	width: 315px;
}

.navItem {
	float:right;
	display:inline;
	padding-top:30px;
	padding-left:40px;
}



.navItem a:link {
	color: #333333;
	text-decoration: none;
}


.navItem a:hover {
	color: #000000;
	text-decoration: none;
}

.navItem a:visited {
	color: #333333;
	text-decoration: none;
}


.bio{
	clear:right;
	margin-top:50px;
	padding:20px;

}


.bookGroup{
border-bottom-color: #b8b8b8;
border-bottom-width: 1px;
border-bottom-style: solid;
margin-bottom: 30px;

}


.groupTitle{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	text-transform: uppercase;
	

}

.cover {
	float:left;
	display:inline;
	width:300px;
}


.cartBut {
	padding:3px;
	display:inline;
	border: 1px solid gray;
	font-size: 10px;
	font-weight: bold;
}

body { 
	background-color: #FFF; 
	margin: 30px 0px 0px 0px; 
	padding: 0px; 
	text-align: center; 
	color: black;
	font-family: Helvetica, sans-serif; 
	font-size: 12px;
}

#page { 
	margin: 0px auto; 
	width: 884px; 
	/*height: 770px;*/
	padding: 40px 60px 40px 60px; 
	position: relative; 
	text-align: left;
	/*border: 1px solid gray;*/
}

html {
	padding:0px;
	margin:0px;
}

img {
	border:0px;
	padding:0px;
	margin:0px;
}