/*
#b4cb39 green
#839429 darker green
#f8da71 yellow
#584340 brown
*/

body {
	background-color: #f8da71;
	width: 1000px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: Cochin, Garamond, Georgia, "Times New Roman", Times, serif; 
	}
	


#container_right {
	position: fixed;
	top: 170px;
	right: 0;
	width: 7em;
	padding: 0 1em 0 0;
	color: #839429;
	z-index: 6;
		
}

#container_left{
	margin: 0 7em 0 0;
	

}

#header {
	width:100%;
	heught: 100px;
	padding: 25px 0 13.5px 0;
	margin: 0 0 0 123px;
	background-color: #b4cb39;
	text-align: left;
	position: fixed;
	z-index: 6;
	
    }
#subHeader {
	width: 725px;
	margin: 130px 0 0 123px;
	height: 130px;
	background-color: #f8da71;
	text-align: center;
	position: fixed;
	padding:10px 0 0 0; 
	z-index: 5;
	}
#title{
	width: 680px;
	margin: 270px 0 0 123px;
	background-color: #f8da71;
	text-align: left;
	position: fixed; 
	padding: 0 0 0 40px;
	z-index: 5;
}


#title .button {
	float:right;
	width: 100px;
	margin-top: -30px;
}

#caption{
	width: 100%;
	margin: 300px  0 0 123px;
	background-color: #f8da71;
	text-align: left;
	position: fixed; 
	padding: 0 0 0 40px;
	z-index: 5;

}

#imageLeft {
	width: 123px;
	float: left;
	position: fixed;
	z-index: 6;
    }



#main{
	text-align: left;
	position: absolute;
	margin: 335px 0 0 123px;
	padding-left: 40px;
	z-index: 3;
 	}
/*#right{
	width: 175px;
	/*margin-top: 150px;  this caused the content to push down and the position seems not to do anything here*/
	/*position:static;*/
	/*position: fixed;
	float: right;
	} */

	
#middleHeader{
	text-align: center;
	width: 417px;
	height: 20px;
	margin-top: 30px;
	margin-bottom: 40px;	
	}
#book{
	width: 417px;
	height: 350px;
	}
#bookCover{
	width: 150;
	height: 350px;
	text-align: left;
	vertical-align: top;
	margin-right: 17px;
	float: left; 
	}
#bookText{
	width: 250px;
	height: 300px;
	}
#payPal{
	width: 100px;
	height: 50px;
	text-align: right;
	}
#cart{ 
	width: 100px;
	height: 50px;
	text-align: left;
	float: right;
	}
#footer{
	width: 700px;
	margin-top: 10px;
	text-align: left;
	}
	
	
.clear {
	clear: both;
}



.datatable {
	border: 1px solid #584340;
	border-collapse: collapse;
	width: 680px;
	
}

.datatable th{
	border-right: 1px solid #584340;
	border-bottom: 1px solid #584340;
	font-family: Cochin, Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #584340;
	line-height: 16px;
	padding: 0 1em 0 0;
}
.datatable caption{
	font-family: Cochin, Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #584340;
	line-height: 21px;
	font-weight:bold;
}

.datatable td{
	font-family: Cochin, Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #584340;
	border-bottom: 1px solid #584340;
	padding: 0 1em 0 0;
	
}
	

p {
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #584340;
	}

h1 {
	font-size: 26px;
	color: #584340;

	}
h2 {
	color: #FFCC33;
    font-size: 20px;
	color: #584340;
	letter-spacing: 100%;
	`

	}
h3 {
	font-size: 19px;
    font-style: italic;
    font-weight: bold;
	color: #584340;
	}
h4 {
	font-size: 16px;
	color: #584340;
	}
h5{
	font-size: 1em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #839429;  /*darker green*/
	}
	
	
	
a:link {
	font-size: 16px;
	color: #584340;
	}
a:hover {
	font-size: 16px;
    font-style: italic;
	color: #584340;
    }

a:visited {
	font-size: 16px;
	font-style: italic;
   	font-weight: bold;
	color: #584340;
    }

.style1 {color: #FF0000}



