﻿
/*****************************************
// Layout
*****************************************/

#wrapper 
{
	width: 100%;
}

#logo
{
	float: none;
	height: 150px;
	/*background: url(images/logobkgnd.jpg) repeat-x;*/
	
	/* create a gap between logo and ad beneath it.*/
	margin-bottom: 20px;
}

#mainNav
{
	float: none;
	border:1px solid #000;
	background-color:#E3EAEB;
	
	/* create a gap between menu and content beneath it.*/
	margin-bottom: 10px;
}

#mainContent
{
	width: 100%;
	float: left;

	/* create a gap between content and footer beneath it.*/
	margin-bottom: 10px;
}

#footer
{
	clear: both;
	height: 40px;
	border:1px solid #000;
	background-color:#E3EAEB;
}

/*****************************************
// Reusable Classes
*****************************************/
 
 .bookDescWrapper
 {
 	clear: both;
 	margin: 20px;
 }
 
 .center
 {
	display:block;
	margin-left:auto; 
	margin-right:auto;
 }

.imageFloatLeft
{
	float:left;
	margin: 20px;
}

.tableColor1
{
	background-color:#EEEEEE;	
	margin: 20px;
}

.tableColor2
{
	background-color:#DCDCDC;
	margin: 20px;
}