@charset "UTF-8";
body  {

	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
}
body #capitals {
	font-size: 13px;
	text-transform: uppercase;
}
.thrColFixHdr #container { 
	width: 960px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #999933 url(Images/Mark_VERNON_HEAD.png) no-repeat center center;
	text-align: center;
	padding: 22px;
	padding-bottom: 0px;
	margin-top: 0px;
	z-index: 4;
	height: 118px;
} 
.thrColFixHdr #menubar {
	background: #777;
	height: 22px;
	padding-left: 52px;
	z-index: 20;
} 
.thrColFixHdr #buffer {
	background: #fff;
	height:130px;
	clear: both;
	z-index: -1;
}
.thrColFixHdr #buffer img {
	padding-left: 310px;
	padding-top: 16px;
	z-index: -1;
}

.thrColFixHdr #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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 15px 50px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #aaa;
	line-height: 42px;
	display: block;
	
	text-indent: -13px;
}
.thrColFixHdr #indexsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 15px 50px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #444;
	line-height: 22px;
	display: block;
}

h1 {
	font-family: sans-serif, Verdana, Geneva;
	font-size: 15px;
	line-height: 18px;
	font-weight: lighter;
	color: #8d9116;
	margin-bottom: -3px;
	text-transform: uppercase;
	letter-spacing: 0pt;
}
h1 a{
	font-family: sans-serif, Verdana, Geneva;
	font-size: 15px;
	line-height: 18px;
	font-weight: lighter;
	color: #8d9116;
	margin-bottom: -3px;
	text-transform: uppercase;
	letter-spacing: 0pt;
	text-decoration: none;
}
h2 {
	font-family: sans-serif, Verdana, Geneva;
	font-size: 13.5px;
	line-height: 16px;
	color: #999933;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: lighter;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-variant: normal;
	text-transform: uppercase;
	background: #999933;
	display: block;
	font-weight: 400;
	color: #FFF;
	padding-left: 6px;
	z-index: -5;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-variant: normal;
	background: #ddd;
	margin-bottom: -8px;
	margin-top: -10px;
	display: block;
	font-weight: 400;
	color: #FFF;
	padding-left: 6px;
}
a {
	text-decoration: none;
	color:#8d9116;
	}
.subheader {
	font-family: sans-serif, Verdana, Geneva;
	font-size: 15px;
	line-height: 18px;
	color: #8d9116;
	margin-bottom: -3px;
	letter-spacing: 0pt;
}

.thrColFixHdr #sidebar2 a {
	
	font-size: 14px;
	color: #8e8325;

text-decoration: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 50px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 100%;
}
.thrColFixHdr #sidebar2b {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right: 50px; /* padding keeps the content of the div away from the edges */
	padding-left: 20px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 100%
}
.thrColFixHdr #sidebar2b ul{
	list-style: none;
	padding: 0px;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2b ul li{
	height: 170px;
}

.thrColFixHdr #mainContent { 
	margin: 0px 210px 0px 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#bookDescription h1 {
	font-family: sans-serif, Verdana, Geneva;
	font-size: 13.5px;
	line-height: 16px;
	font-weight: lighter;
	color: #999933;
	margin-bottom: -12px;
		
	
}
.thrColFixHdr #mainContent ul{
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 450px;
	list-style: none;
}

.thrColFixHdr #mainContent ul li{
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	list-style: none;
	height: 170px;
}
#mainContent ul li img{
	padding-right: 12px;
	float: left;
	text-decoration: none;
	border-solid: 0px;
}
.thrColFixHdr #mainContentb { 
	margin: 0px 190px 0px 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
padding: 0px 0px;
} 
.thrColFixHdr #mainContentb ul{
	padding: 0px 0px;
	width: 470px;
	list-style: none;
}
.thrColFixHdr #mainContentb ul li{
	padding: 0px 0px;
	list-style: none;
	height: 98px;
	background: #eee;	
}
.thrColFixHdr #mainContentb ul a, img {
	text-decoration: none;
	color: #999933;
	border-solid: 0px;
	list-style: none;
}
.thrColFixHdr #mainContentb ul li h1{
	padding-top: 8px;
	list-style: none;
}
.thrColFixHdr #sidebar2_articles {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right: 50px; /* padding keeps the content of the div away from the edges */
	padding-top: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 100%
}
.thrColFixHdr #sidebar2_articles ul{
	list-style: none;
	padding: 0px;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2_articles ul li{
	height: 93px;
	padding-bottom: 10px;
	margin-bottom: 9px;
	padding-left: 10px;
}
#mainContentb ul li img{
	padding-right: 8px;
	float: left;
}
#bookIndex {
	height: 180px;
}
#bookThumbnail {
	width: 98px;
	float: left;
	margin-top: 10px;
}
#bookDescription {
	width: 340px;
	margin-left: 12px;
	float: right;
	overflow: visible;
	height: 100%;
}
#buynowMore {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-variant: normal;
	font-weight: 400;
	color: #746F1F;
	padding-left: 6px;
	align: right;
	text-transform: uppercase;
}
.thrColFixHdr #footer {
	height: 36px;
	padding: 12px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999933;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
} 
.thrColFixHdr #footer a{
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
} 
.thrColFixHdr #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;
}.thrColFixHdr #container #header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
}
a {
	color: #000;
}.thrColFixHdr #container #mainContent table  ul li {
	height: auto;
	margin-left: 50px;
	list-style: none;
}
#sidebar2 img {
	border: 0px solid #999933;
}
#narrowcolumn1 {
	width: 66px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 100%;
	float: left;
}
#narrowcolumn2 {
	width: 65px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right: 0px; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 100%;
	float: left;
	padding-left: 8px;
}
.reviewer {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1pt;
}
.bigquote {
	font-size: 54px;
	vertical-align: -30%;
	color: #c3c3c3;
}
.philosopher {
	font-size: 18px;
	text-transform: uppercase;
	float: right;
	letter-spacing: 2pt;
	text-align: right;
}
#copyright {
	float: right;
	text-align: right;
	clear: left;
}

#life li h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	background: #999;
	margin-bottom: 0px;
	display: block;
	font-weight: 400;
	padding-left: 6px;
	
}
#comment li h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	background: #666;
	margin-bottom: 0px;
	display: block;
	font-weight: 400;
	padding-left: 6px;
	
}
#philosophy li h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	background: #444;
	margin-bottom: 0px;
	display: block;
	font-weight: 400;
	padding-left: 6px;
	
}

/*h3 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	background: #443d86;
	margin-bottom: 0px;
	display: block;
	font-weight: 400;
	
	padding-left: 6px;
}
.life {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
	background: #443d9f;
	font-weight: 400;
	display: block;
}
*/
a {
	text-decoration: none;
	color:#746F1F;
	}
#FLVPlayer {
	clear: none;
	float: none;
	text-align: center;
	vertical-align: top;
}
.img {
	border: 1px #333;

}
.introMovie {
	z-index: -10;

}
