/* set defaults, define entire browser area*/
html{
	margin:0;
	padding:0;	
	background:transparent;
}
body { 
	font-family: Tahoma; 
	font-size: 12px; 
	color:#684306;
	vertical-align: top;	
	margin:0;	
	padding:0;	
	background: url(images/background.gif) #5e3d16 center repeat-y fixed;
}
/*main area - this positions the two columns*/
#wrapMain{	
	margin: 0 auto;
	padding:0;
	width:965px;	
}
/*extra nested container for inside the main content container.
this is because it needs to be floated to provide extra background
behind the shorter column (containing the moose)*/
#wrapColumns{
	width:965px;
	float:left;
	background:#fff7e3;
}

#contentPane{
	padding:0;
	float:left;	
	width:800px;
	background:inherit;
}

#leftBar{
	float:left;
	padding:10px;	
	background:inherit;
}
/*change this one too if it should be more than 600px*/
#contentPane #content{
	width: 675px;
}
/*not sure how wide the content in here was meant to be,
just set it to 600 if it wasn't mean to be less
(see above)
*/
#contentPane #content #content550px{
	width: 675px;
}

#horizNavBar ul{
	list-style-type: none;
	display:inline;
	padding: 0px;
	margin: 0px;
	text-align:left;
	font-size:12px
}

#horizNavBar ul li{
	display:inline;
	background-image: url(images/EensieFlower.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
	padding-left: 15px;
	padding-right:30px;
	margin:0px;
}

/*book descriptions on product page*/
#descriptions{
	padding:0px;
	margin:0px;
	width: 800px;

}
#descriptions ul{
	padding:0px;
	margin:0px;
	width: 800px;
	list-style-type: none;
	display:inline;
}
#descriptions ul li{
	display:inline;
	padding:0px;
	padding-right:50px;
	margin:0px;
	font-weight: bold;
}
#descriptions td{
	display:inline;
	padding:0px;
	padding-right:50px;
	margin:0px;
	font-weight: bold;
}
/*for some reason it doesn't want width to be in a common place*/
#descriptions #book1{	
	color:#ac1f43;	
	padding:0px;
	margin:0px;
	width: 190px;
	display:inline-block;
}
#descriptions #book2{
	color:#003076;
	padding:0px;
	margin:0px;
	width: 190px;
	display:inline-block;
}
#descriptions #book3{
	color: #006757;
	padding:0px;
	margin:0px;
	width: 190px;
	display:inline-block;
}
#descriptions #book4{
	color: #2e628d;
	padding:0px;
	margin:0px;
	width: 190px;
	display:inline-block;
}
/*links*/
a { 
	background-color: inherit; 
	color:#684306;
	font-weight: bold;
	font-family: Tahoma; 
	text-decoration: none;	
}
a:hover { 
	background-color: inherit;
	text-decoration: underline;
	font-family: Tahoma; 
	
}
/*some browsers make borders around images by default >_<*/
img {
	border: 0px;
}

#disclaimer { 
	font-family: Tahoma;
	color: rgb(102, 68, 7);
	font-size: 10px; 
	font-weight: bold; 
	border: thin solid rgb(102, 68, 7); 
	padding: 10px;
}
#copyright{
	font-size: 11px;	
	padding-bottom: 20px;
}
