@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	clear: both;
}
.oneColFixCtrHdr #container {
	width: 740px;  /* using 60px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
	float: none;
	padding-right: 0px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	clear: both;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1,h2,h3,h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #666666;
}
h1 {
	font-size: 55px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: -2px;
	word-spacing: -1px;
	margin: 40px 0px 0px;
}
h2 {
	font-size: 39px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: -2px;
	word-spacing: -1px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

h5 a:link {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
}

h5 a:visited {
	color: #CCCCCC;
	text-decoration: none;
	
}

h5 a:hover {
	color: #666666;
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0pt;
}

h6 a:link {
	color: #999999;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

h6 a:visited {
	color: #999999;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
}

h6 a:hover {
	color: #FF0000;
}

a:link {
	color: #999999;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}

a.booktitle:link {
	color: #999999;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-style: italic;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
a.booktitle:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-style: italic;
	line-height: 24px;
	margin: 0px;
}
a.booktitle:hover {
	text-decoration: none;
	color: #FF0000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-style: italic;
	line-height: 24px;
	margin: 0px;
}
a.externalsite:link {
	color: #999999;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
}
a.externalsite:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
}
a.externalsite:hover {
	text-decoration: none;
	color: #FF0000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-align: left;
	font-weight: normal;
	margin: 0px;
}

.imageLeft {
	padding: 0px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.imageRight {
	padding: 0px;
	float: right;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 0px;
	clear: none;
}	

/* next line down is the fix for Safari re: image floats overlapping content further down by clearing the floats ;o) 

#mainContent :after {clear:both;content:".";display:block;height:0;visibility:hidden;} */

/* this coding changes the body page by page to define the dominant navigation item */
#paul .paul, #about .about, #news .news, #books .booksinfo, #visits .visits, #contact .contact {
	color:#666666;
	cursor:default;
}
#booksinfo .booksinfo {
	color:#666666;
}

#paul .paulb, #about .aboutb, #books .booksb, #news .newsb, #visits .visitsb, #contact .contactb {
	color:#CCCCCC;
	cursor:default;
}
#clear {
	clear: both;
}
.imageButtonLeft {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.amazonButtonLeft {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #666666;
}
.bookimageleft {
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bookimageleft:link {
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
