

#insideC{
	background-color:#fff;
	overflow:hidden;
	margin-top:20px;
	margin-left:20px;
	
	padding-left:300px; /* The width of the lftCol */
}
* html #insideC{
	height:1%; /* So IE plays nice */
}
#rtCol{
	background-color:#fff;
	width:420px;
	border-left:300px solid #fff; /* The width and color of the lftCol */
	margin-left:-300px; /* Hat tip to Ryan Brill */
	float:right;
}
#lftCol{
	background-color:#fff;
	width:300px;
	float:left;
	margin-left:-300px;
	
	display:inline; /* So IE plays nice */
}

h1 {
	color: #663333;font: bold 1.7em,1em Times, Georgia, serif;
	
	margin-left:0;
	
}
h1 span {
	font-size: .7em;
	line-height: 1.1em;
}

h2 {
	border-top:1px solid #663333;
	border-bottom:1px solid #663333;
	padding:10px;
	margin-top:10px;
	font-size: 1em;
	font-weight: normal;
}

h3 {
	color: #663333;
	font: 1em Times, Georgia, serif;
	line-height:.8em;
	margin-bottom:.5em;
}

h3 span {
	font: normal .9em Times, Georgia, serif;
}

.subnav{
font: .875em Times, Georgia, serif;
width: 420px; /*leave this value as is in most cases*/
}

.subnav ul{
margin: 0;
padding: 0;
float: left;
width: 418px; /*width of menu*/
border: 1px solid #858f9b; 
border-width: 1px;
background: #c8d1d6;
}

.subnav ul li{
display: inline;
}

.subnav ul li a{
float: left;
color: #663333; /*text color*/
padding: 5px 7px;
text-decoration: none;
/*
border-right: 1px solid #564c66;*/ /*divider*/
}

.subnav ul li a.on {
color: #000;
}

.subnav ul li a:visited{
color: #858f9b;
}

.subnav ul li a:hover, .subnav ul li .current {

color: #000 !important; /*text color of selected and active item*/
/*
 #947500
padding-top: 6px; 
padding-bottom: 4px; 

background: #e3d9b5;
background: #f5eed6;*/
}

.imgspc {
	padding-right:6px;
}

#contentTab2,#contentTab3 {
	display:none;
}


#byline, #byline a{
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
	color: #663333;
	font-family: Times, Georgia, serif;
	text-decoration: none;
}
#byline a:hover {
	color: #e3d9b5;
}	

#sixbooks {
	margin-left:10px;margin-top:10px;
}

#shoparea {
	width:222px;
	border: 1px solid #947500;
	background-color: #f5eed6;
	color: #947500;
	padding:20px;
	margin-top:10px;
}


#contentTab2  table {padding-left:0;margin:0;}

#contentTab2  table td {padding:.5em 0 .5em 0; margin:0;background-image: url(../images/dashes.gif);
background-repeat: repeat-x;
background-position: left center;
vertical-align: middle;  } 

#contentTab2  table td span, #contentTab2  table td b, #contentTab2  table td a, #contentTab2  table td b span {background-image:none;background:#fff;padding:0 5px 0 5px;}
#contentTab2 table td.end {background-image:none;background:#fff;}

a.shopbtn {

text-decoration:none;
}

#contentTab1 {
	line-height: 1.3em;
}

#contentTab1 h3{
	line-height: .9em;
}

#contentTab1 p {
	margin-top:.5em;
	
}

#contentTab3 a {
	line-height: 1.5em;
	text-decoration: none;
	color: #947500;
	
}
#contentTab3 a:hover {	
	color: #e3d9b5;
}
#contentTab2 table td{
	white-space: normal;
}
#contentTab2 table td span {
	white-space: normal;
}

#taba1 {font-weight:bold;color:#000;}
