@charset "UTF-8";
#menubar a:link ,#menubar a:visited{
	color: #FFF;
}
#menubar a:hover    {
	color: #1CBAF0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#baseContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.baseText p  {
	text-indent: 1em;
}
.baseText h2 {
	text-indent: 0em;
	color: #B03436;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F33;
	font-weight: normal;
}
#baseContent .bookItem {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F33;
	padding-top: 20px;
}
#baseContent .bookItem img {
	float: left;
	margin-right: 10px;
}
#baseContent .bookText{
	margin-left: 200px;
	min-height: 150px;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 0;  /* 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. */
	background-color: #000;
} 
.twoColFixRtHdr #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;
}
#mainContent h1 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F00;
	font-style: normal;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.twoColFixRtHdr #sidebarTextArea {
	margin-right: 6px;
	margin-left: 6px;
	width: 200px;
}
.twoColFixRtHdr #sidebarText {
	background-image: url(../images/sidebar_body.png);
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#jonathanPhoto {
	margin-top: 5px;
	margin-bottom: 30px;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menubar table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-color: #000;
	color: #FFF;
	height: 25px;
}
#mainContent h2 {
	font-size: 24px;
	color: #F00;
	font-weight: bold;
}
#mainContent #emailRequest {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #F00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 3px;
	text-decoration: none;
}
#mainContent #emailRequest a, #mainContent #emailRequest a:link {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #F00;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 3px;
	text-decoration: none;
	font-weight: bold;
}
#emailRequest  #NOW , #emailRequest #NOW a,#emailRequest #NOW a:link{
	color: #FFF;
	background-color: #F00;
	letter-spacing: normal;
	margin-left: 250px;
	line-height: 200%;
	padding: 5px;
	text-decoration: none;
}
.baseText li {
	text-indent: 1em;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-type: decimal;
}
.dialog p{
	text-indent: -70px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 100px;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	font-weight: bold;
	color: #666;
	font-size: 16px;
}
.baseText li img {
	list-style-type: decimal;
	margin-left: 5px;
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
}
.baseText li a {
	text-decoration: none;
	font-style: normal;
	color: #F00;
}
#email {
	width:800px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#email .formField {
	margin-bottom: 15px;
	font-size: 18px;
}
#email input {
	background-color: #fff;
	border-style:none none solid solid;
	border-color:#F33;
	border-width:1px;
	bo
;
}
#email .formName {
	width: 130px;
	float: left;
}
#baseContent .themedDiv {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F33;
	color: #555;
}
#baseContent .themedDiv img {
	float: right;
}
.themedDiv h2 , .themedDiv h3 , .themedDiv a{
	color: #F33;
	text-decoration: none;
}
#baseContent .themedTop {
	height: 280px;
	width: 400px;
	margin-left: 15px;
}
.bookItem .lead {
	font-weight: bold;
	font-size: 24px;
}
.bookItem .bold {
	font-weight: bold;
	font-size: 20px;
}
.testemonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: normal;
	width: 80%;
	margin-left: 30px;
	color: #333;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.testemonial .attribution {
	font-weight: bold;
	font-size: 16px;
	margin-top: 6px;
	text-align: right;
	color: #000;
}

