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

body {
	background: black;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

a img {
	border: 0px;
}

#container {
	display: table-cell; 
	margin: 0px;
	margin-left: 50px;
	width: 700px;
	background: white;
	background-image: url(../img/containback2.jpg);
  min-height:1200px;
  height:auto !important;
  height:1200px;
	/*min-height: 100%;*/
	/*overflow: hidden;*/
}


#sideleft {
	/* background-image: url(../img/left2.jpg); */
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	width: 243px;
	position: relative;
}

#sideleft table {
	margin: auto;
}


#topleft {
	background-image: url(../img/topleft.jpg);
	height: 336px;
	width: 243px;
	float: left;
}




#bookinfo {
	clear: both;
	float: left;
	color: #8C7966;
	padding: 0px;
	padding-top: 20px;
	background: transparent;
}


#reformers {
	width: 457px;
	height: 72px;
	float: right;
	background-color: black;
	background-image: url(../img/reformers.jpg);
}

#logo {
	margin: 0px;
}

#logo a {
	background-image: url(../img/logo.jpg);
	width: 457px;
	height: 51px;
	float: right;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
}


#content {
	/* background-image: url(../img/content2.jpg); */
	width: 457px;
	float: right;
	background-repeat: no-repeat;
	min-height: 948px;
}

#content h3 {
	padding-left: 10px;
}


.center {
	display: block;
	text-align: center;
	margin: auto;
}

hr.hide {
	display: none;
}

.tidbit {
	margin: auto;
	padding: 5px;
	margin: 10px;
	background-color: #ececec;
	color: #333333;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}




/*** Home variations***/
#home #container {
	background-image: url(../img/containback.jpg);
}

#home #content {
	/* background-image: url(../img/content.jpg); */
	padding: 120px 0px 0px 0px;
	font-size: 11px;
	height: 948px;
}

#home #content p, #home #content ul#teaser {
	padding-left: 67px;
	padding-right: 67px;
}

#home #content h2 {
	text-indent: -10000px;
	margin-bottom: -35px;
}

#home #content ul#teaser {
	margin-left: 13px;
	padding-top: 10px;
	font-size: 11px;
	color: #333333;
}

#home #content ul#teaser li {
	padding-bottom: 15px;
}

#home #sideleft {
	/* background-image: url(../img/left.jpg); */
}






/*** Links ***/
a {
	text-decoration: underline;
	color: #8C7966;
}

a:hover {
	color: #6E5B48;
}








/*** Book Info ***/
#bookinfo {
	text-align: center;
	width: 243px;
}


#bookinfo h4 {
	text-indent: -10000px;
	background-image: url(../img/3steps.jpg);
	background-repeat: no-repeat;
	width: 201px;
	height: 42px;
}

#bookinfo .step {
	margin: auto;
	display: block;
	height: 132px;
	width: 198px;
	margin-top: 10px;
	text-decoration: none;
}

#bookinfo .step:hover {
	background-position: 0px 137px;
}

#bookinfo h5 {
	text-indent: -10000px;
}

#bookinfo .one {
	background-image: url(../img/bookinfo/step1.jpg);
}

#bookinfo .two {
	height: 150px;
	background-image: url(../img/bookinfo/step2.jpg);
}

#bookinfo .three {
	height: 150px;
	background-image: url(../img/bookinfo/step3.jpg);
}
#bookinfo .three:hover, #bookinfo .two:hover {
	background-position: 0px 157px;
}


/*** Content ***/
#content {
	padding: 20px 0px;
}

#content p {
	padding-left: 10px;
	padding-right: 10px;
}

#content ul {
	list-style-image: url(../img/bullet.png)
}

.drop-case {
	float: left;
	display: inline;
	background: transparent no-repeat;
	height: 78px;
	width: 78px;
	text-align: center;
	padding: 5px 5px;
}

.clear {
	clear: both;
}





/*** Authors Bio ***/
#author #content h2 {
	text-indent: -10000px;
	background-image: url(../img/contentheaders/authorsbio.jpg);
	width: 281px;
	height: 47px;
}







/*** Footer ***/
#footer {
	border-top: #999999 dotted 1px;
	margin-top: 80px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

#home #footer {
	margin-left: 67px;
	margin-right: 67px;
}


#footer a {
	color: #AFA091;
}

#footer a:hover {
	text-decoration: none;
}

#footer ul {
	margin-top: 0px;
	margin-left: 0px;
}

#footer li {
	display: inline;
	list-style-image: none;
	list-style: none;
	padding-right: 10px;
}



















#navnew {
	clear: both;
	background-color: #ECECEC;
	height: 25px;
	width: 243px;
	border-bottom: 1px solid #D9D9D9;
}

#navnew ul {
	list-style-type: none;
}

#navnew ul, #navnew li {
	padding: 0px;
	margin: 0px;
}

#navnew li {
	display: inline;
}

#navnew a {
	display: block;
	overflow: hidden;
    float: left;
	text-indent: -9999px;
	text-align: center;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 7px;
	height: 10px;
	background-position: 0px 0px;
}

#navhome {
	width: 33px;
	background: url(../img/navnew/home.jpg) top;
}

#navhome:hover {
	background: url(../img/navnew/home.jpg);
	background-position: 0px -10px;
}

#navchapters {
	width: 54px;
	background: url(../img/navnew/chapters.jpg) top;
}

#navchapters:hover {
	background: url(../img/navnew/chapters.jpg) bottom;
	background-position: 0px -10px;
}

#navblog {
	width: 45px;
	background: url(../img/navnew/weblog.jpg) top;
}

#navblog:hover {
	background: url(../img/navnew/weblog.jpg) bottom;
	background-position: 0px -10px;
}

#navauthor {
	width: 45px;
	background: url(../img/navnew/author.jpg) top;
}

#navauthor:hover {
	background: url(../img/navnew/author.jpg) bottom;
	background-position: 0px -10px;
}

#navfaq {
	width: 20px;
	background: url(../img/navnew/faq.jpg) top;
}

#navfaq:hover {
	background: url(../img/navnew/faq.jpg) bottom;
	background-position: 0px -10px;
}

#navdecoration {
	margin: auto;
	margin-bottom: 0px;
	width: 200px;
	height: 24px;
	background: transparent url(../img/navnew/navdecoration.jpg);
}

