body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #1f1615;
	background-color: #b2c7ca;
	background-image: url(images/bluefadedbooks.jpg);
	background-position: 0 300px;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
}

h1	{
	font-size: 3.5em;
	font-weight: normal;
	vertical-align: middle;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2	{
	font-size: 1.7em;
	font-weight: normal;
	vertical-align:middle;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3	{
	font-size: 1.6em;
	font-weight: bold;
	vertical-align:middle;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p	{
	font-size: 1.5em;
	color: #1f1615;
}

ol	{
	font-size: 1.5em;
}

ul	{
	font-size: 1.5em;
}


a:link	{
	color: #0C5196;
	text-decoration: none;
}

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

a:hover	{
	color: #555566;
	text-decoration: underline;
}

a:active	{
	color: #555566;
	text-decoration: underline;
}

#container	{
	display: table;
	margin: auto;
	width: 800px;
	min-height: 800px;
	background-color: #dbd3d1;
	color: #1f1615;
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid 2px #dbd3d1;
}

#row1	{
	display: table-row;
	width: 100%;
}

#headertable	{
	display: table;	
}

#headertoprow	{
	display: table-row;
	width: 800px;
}

#headertop	{
	display: table-cell;
	width: 800px;
	height: 10px;
	background-image:url(images/tinybooks.jpg);
	background-repeat:repeat-x;
}

#headerrow	{
	display: table-row;
	width: 800px;
}

#header	{
	display: table-cell;
	background-color: #dbd3d1;
	color: #555566;
	height: 100px;
	width: 800px;
	padding: 0 0 0 150px;
	background-image:url(images/pinkfadedbooks.jpg);
	background-repeat:repeat-x;
}

#maintable	{
	display: table;
}

#mainrow	{
	display: table-row;
}

#bottomrow	{
	display: table-row;
	width: 800px;
}

#bottom	{
	display: table-cell;
	height: 10px;
	width: 100%;
	background-image:url(images/tinybooks.jpg);
	background-repeat:repeat-x;
}

#row2	{
	display: table-row;
}

#leftcell	{
	display: table-cell;
	background-color: #dbd3d1;
	color: #555566;
	width: 150px;
	min-height: 800px;
}

#leftcell ul	{
	width: 100%;
	background-color: #dbd3d1;
	color: #555566;
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#leftcell li	{
	width: 100%;
	background-color: #dbd3d1;
	color: #555566;
	margin:20px;
}

#leftcell a:link	{
	width: 100%;
	background-color: #dbd3d1;
	color: #555566;
	text-decoration: none;
}

#leftcell a:visited	{
	width: 100%;
	background-color: #dbd3d1;
	color: #555566;
	text-decoration: none;
}

#leftcell a:hover	{
	width: 100%;
	background-color: #dbd3d1;
	color: #a12334; 
	text-decoration: none;
}

#leftcell a:active	{
	width: 100%;
	background-color: #dbd3d1;
	color: #a12334; 
	text-decoration: none;
}

#leftcell li .selected	{
	color: #a12334; 
}

#leftcell img {
	margin: 30px;
}

#rightcell	{
	display: table-cell;
	width: 650px;
	padding-bottom: 20px;
	min-height: 800px;
	background-color: #fdfdfd;
	color: #1f1615;
	vertical-align: top;
}

#breadcrumb	{
	font-size: .9em;
	padding: 20px;
}


#rightcell img {
	float: right;
	margin: 0 20px 20px 20px;
}

#booksimg	{
	text-align:center;
	margin: 0!important;
	/*margin-right: -50px!important;*/
	padding: 0!important;
}

/*#booksimg	{
	margin: 0!important;
	margin-right: -20px!important;
	padding: 0!important;
}*/

#maintext	{
	width: 610px;
	margin: 20px;
}

#bookcover	{
	float: left!important;
}
