html, body {
	margin: 0;
	padding: 0;
	background-color: #F0E68C;
	background-image: url(image/bookcover-letter-web.jpg);
	background-repeat: no-repeat;
	background-position: 95% 125px;
	} 

div { 
	border: none; 
} 

#headerwrapperhome {
	margin-left: 0px;
	color: #000;
	height: 130px;
	width: 100%;
	background-color: F0E68C;
	background-image: url(image/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	} 

#leftcol {
	float: left;
	left: 0;
	margin: 0;
	padding: 0 20px;
	width: 180px;
	height: 100%;
	border: 0;
	/* KIM - if you add borders, see pg. 391 for adjusted instructions) */ 
	} 
	
html#leftcol {
	width: 180px;
	height: 100%;
	} 
	
#leftcol ul { 
	list-style: none; 
	padding: 0; 
	margin: 15px 0; 
	border: 0; 
	} 
	
#leftcol li { 
	text-align: center;
    border-bottom: 1px solid #F0E68C; 
	width: 150px; 
	margin: 0; 
	padding: 0; 
	font: 11px/1.5em Verdana, Lucida, Arial, sans-serif; 
	color: #000;
	background: #996633; 
	} 
	
#leftcoltop { 
	border-top: 1px solid #666666; 
	} 
	
#leftcol li a { 
	display: block; 
	font-weight: normal; 
	padding: 0; 
	color: #FFFFCC; 
	text-decoration: none;
	width: 150px; /* False value for IE4-5.x/Win. */ 
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 150px; /* Value for compliant browsers. */ 
	} 
	
#leftcol li a:hover {
    font-weight: normal; 
	background: #660000; 
	color: #fff; 
	text-decoration: none; 
	}
	
#primarycontent {
	border: 0;
	padding: 15px 10px 90px 20px;
	margin: 0 35% 0 200px;
	font: 12px/1.5em Verdana, Lucida, Arial, sans-serif;
}

#primarycontent img {
	border: 0;
	margin-right: 5px;
}
	
#footer { 
	clear: both; 
	width: 95%; 
	margin-top: 10px; 
	text-align: left;  
	font: 10px/1em Verdana, Lucida, Arial, sans-serif;
	padding: 0px 20px 20px 220px; 
	color: #993300; 
	z-index: 4; 
	}  	
	
p { 
	margin-top: 0; 
	margin-bottom: 1em; 
	font: 12px/1.5em Verdana, Trebuchet, lucida, Arial, sans-serif; 
	} 
	
a { 
	color: #996600; 
	text-decoration: none; 
	} 
a:visited { 
	color: #999933; 
	text-decoration: none; 
	}
a:hover { 
	color: #FFFFFF; 
	text-decoration: none; 
	} 	
	
h1 {
	color: #660000;
	line-height: 5px;
	font-size: 2em;
	font-weight: normal;
	} 
	
h2 {
	line-height: 16px;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
	} 


blockquote {
	color: #333333;
	margin-left: 1em;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CC6600;
	padding-left: 10px;
	} 

.h2smaller { 
	font-size: 90%; 
	color: #999999; 
	font-weight: normal; 
	}	
		


.headertag { 
	padding-top: 0px; 
	text-align: right; 
	left: 0px; 
	padding-left: 0px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-style: oblique; color: #993300; 
	}	
	 
	
.smaller {  
	font: 10px/1.2em;
	color: #666666; 
	}
	
.subhead { 
	padding: 1px; 
	border: 1px solid #666699; 
	} 	

.button {
	color: #FFFFFF;
	background-color: #CC3333;
	padding: 2px;
	} 
	
h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #660000;
	line-height: 1.5em;
}
.tan {
	color: #996600;
}
