/* THREE COLUMN LAYOUT */
/* you have to be careful with Nifty Corners - don't add height to the outer containers or the corners will no display correctly in Safari. */

/*padd the */
* {margin:0 padding:0;}
body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:840px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	padding:10px 0;
	margin-top:50px;
	}	
#header {
	margin: 0 10px;
	
	}
#left_column	{
	float:left;
	width:210px;
	margin:0px 0px 5px 10px;
}
#right_column	{
	float:left;
	width:600px;
	margin:0px 0px 5px 10px;
}
#nav_top {
	width:210px;
	float:left;
	background-image:url(../images/nav_top.gif);
	background-repeat:no-repeat;
	}
#nav {
	width:210px;
	float:left;
	display:inline; /* fixes IE6 margin doubling bug */
	clear:both;
	}
#nav_bottom {
	width:210px;
	float:left;
	clear:both;
	background-image:url(../images/nav_bottom.gif);
	background-repeat:no-repeat;
	}
#content_top {
	width:600px;
	float:left;
	background-image:url(../images/content_top.gif);
	background-repeat:no-repeat;
	}
.bookthumb1 {
	float:left;
	margin-left:20px;
	}
.bookthumb2 {
	float:left;
	margin-left:5px;
	}
.thumb1 {
	float:left;
	margin-left:100px;
	}
#content {
	width:600px;
	float:left;
	}
#content1 {
	width:600px;
	height:780px;
	float:left;
	}
#content_menu {
	width:600px;
	float:left;
	}
#content_bottom {
	width:600px;
	float:left;
	background-image:url(../images/content_bottom.gif);
	background-repeat:no-repeat;
	}
.menu {
	text-align:center;
	margin:10px 10px 10px 10px;
	padding-bottom:20px;
	}
#footer_top {
	width:820px;
	float:left;
	margin:0px 0px 0px 10px;
	}
#footer {
	margin:0 10px;
	clear:both;
	height:50px;
	background-image:url(../images/footer_bg1.gif);
	background-repeat:no-repeat;
	}
#footer_bottom {
	width:820px;
	float:left;
	margin:0px 0px 10px 10px;
	}
#header_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner {
	padding:1em 2em;
	}
.nav_inner {
	padding:1em .5em;
	}
.content_inner {
	padding:0em 1em .5em 1.5em;
	}
.content_inner1 {
height:700px;
	padding:0em 1em .5em 1.5em;
	}
#promo_inner {
	padding:1em .5em;
	}
#footer_inner {
	height:45px;
	width:550px;
	padding:15px 0px 0px 120px;
	text-align:center;
	}