*	{
	margin: 0;
	padding: 0;
	}
	
/* ---------- general Layout ---------- */
	
body {
	background: #1f416f url(../images/layout/background.jpg) top center fixed no-repeat;
	font-size: small;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	}
	
#container {
	width: 902px;
	margin: 0 auto 30px auto;
	}
	
#shadow {
	position: absolute;
	}
	
#mainContent {
	margin: 0 1px 0 0;
	padding-left: 20px;
	background: url(../images/layout/content-background.gif) top right repeat-y;
	}
	
#leftColumn {
	width: 534px;
	margin: 30px 0 0 0;
	float: left;
	}

#rightColumn {
	width: 325px;
	float: right;
	}
	
#footer {
	width: 860px;
	margin: 0 0 0 1px;
	padding: 70px 20px 25px 20px;
	background: #112749 url(../images/layout/footer-background.jpg) top left no-repeat;
	color: #ecf1f3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	}
		
/* ---------- Header Styles ---------- */

#mainNav {
	background: #fff url(../images/layout/nav-background.gif) top left repeat-x;
	border: 3px solid #fff;
	margin: 0 1px;
	}
	
#mainNav ul li {
	list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	}
	
#mainNav ul li a {
	display: block;
	min-height: 44px;
	font-size: 38px;  /* -- hack for min-height IE6 -- */
	text-indent: -9999em;
	}
	
#navHome 		{ width: 73px; background: url(../images/nav/home.gif); }
#navPresident	{ width: 138px; background: url(../images/nav/president.gif); }
#navAbout 		{ width: 104px; background: url(../images/nav/book.gif); }
#navAuthors 	{ width: 129px; background: url(../images/nav/authors.gif); }
#navNews 		{ width: 125px; background: url(../images/nav/latest-news.gif); }
#navBuy 		{ width: 134px; background: url(../images/nav/buy.gif); }
#navContact 	{ width: 120px; background: url(../images/nav/contact.gif); }

#navHome:hover, #navHome.active 			{ background: url(../images/nav/home-hover.gif); }
#navPresident:hover, #navPresident.active  	{ background: url(../images/nav/president-hover.gif); }
#navAbout:hover, #navAbout.active  			{ background: url(../images/nav/book-hover.gif); }
#navAuthors:hover, #navAuthors.active  		{ background: url(../images/nav/authors-hover.gif); }
#navNews:hover, #navNews.active  			{ background: url(../images/nav/latest-news-hover.gif); }
#navBuy:hover, #navBuy.active  				{ background: url(../images/nav/buy-hover.gif); }
#navContact:hover, #navContact.active 		{ background: url(../images/nav/contact-hover.gif); }

#mainNav ul li ul {
	position: absolute;
	width: 17em;
	left: -999em;
	border: 4px solid #fff;
	border-top: none;
	}

#mainNav ul li:hover ul, #mainNav ul li.sfhover ul {
	left: auto;
	margin-left: -4px;
	}

#mainNav ul li ul li {
	float: left;
	width: 17em;
	}
	
#mainNav ul li ul li a {
	position: relative;
	z-index: 2;
	display: block;
	width: 15em;
	min-height: inherit;
	padding: 0.85em 1em;
	text-align: left;
	text-indent: 0;
	background: #eff4f6;
	border-bottom: 1px solid #fff;
	color: #2a699a;
	font-size: 100%;
	text-decoration: none;
	}
	
#mainNav ul li ul li a.last {
	border-bottom: none;
	}
	
#mainNav ul li ul li a:hover {
	background: #eeb10d;
	color: #fff;
	}
	
#mainNav p {
	width: 268px;
	float: right;
	margin: 10px 27px 0 0;
	text-align: right;
	}
	
/* ---------- Left Column Styles ---------- */

#contentBox {
	margin-top: 40px;
	padding: 30px;
	background: #ecf1f3;
	color: #575e63;
	line-height: 1.5em;
	}
	
#arrow {
	position: absolute;
	margin: 55px 0 0 504px;
	}
	
p.rightAlign {
	padding-top: 20px;
	}
	
#buttonLearn, #buttonDownload {
	display: block;
	width: 153px;
	height: 47px;
	text-indent: -9999em;
	background: url(../images/buttons/learn-more.gif);
	}
	
#buttonLearn {
	background: url(../images/buttons/learn-more.gif);
	margin-left: 155px;
	}
	
#buttonDownload {
	background: url(../images/buttons/download.gif);
	float: right;
	}
	
#buttonLearn:hover {
	background: url(../images/buttons/learn-more-hover.gif);
	}
	
#buttonDownload:hover {
	background: url(../images/buttons/download-hover.gif);
	}
	
.authorImage {
	float: left;
	padding: 6px;
	background: #fff;
	border: 1px solid #ced4d6;
	}
	
.authorP {
	margin-left: 140px;
	}
	
#contents, #paypalForm table {
	width: 100%;
	}
	
#contents td {
	padding: 7px 0;
	font-size: 90%;
	background: url(../images/layout/dotted-grey.gif) bottom left repeat-x;
	}
	
#contents td.indented {
	padding: 3px 0 3px 10px;
	}
	
#contents td.rightAlign, #paypalForm table td {
	text-align: right;
	padding: 3px 0;
	}
	
#paypalForm table {
	margin: 20px 0 10px 0;
	color: #104477;
	}
	
#paypalForm table td select {
	width: 290px;
	margin-left: 10px;
	}
	
#paypalBTN {
	float: right;
	margin-bottom: 30px;
	}
	
#latestNews td {
	padding-bottom: 15px;
	}
	
#latestNews td p {
	margin-top: 0;
	}
	
.date {
	width: 90px;
	font-weight: bold;
	font-size: 90%;
	color: #104477;
	vertical-align: top;
	}
	
#sitemap, .quickLinks {
	margin: 20px 30px;
	}
	
#sitemap ul {
	margin: 10px 15px;
	}
	
#sitemap li.topLevel {
	font-weight: bold;
	margin-bottom: 5px;
	}
	
#sitemap li.topLevel ul li {
	font-weight: normal;
	}
	
/* -- Contact Form Styles -- */

#formContainer {
	margin: 30px 0 20px 0;
	}

#contactForm fieldset {
	border: none;
	margin: 15px 0;
	}
	
#contactForm fieldset.firstField {
	margin-top: 30px;
	}
	
#contactForm label {
	float: left;
	width: 100px;
	margin-right: 20px;
	padding: 5px 5px 5px 0;
	font-weight: bold;
	}
	
#contactForm label.error {
	display: block;
	width: 100%;
	margin-left: 125px;
	padding: 2px 0 0 0;
	font-weight: normal;
	font-size: 85%;
	color: #933;
	}
	
#contactForm h4 {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	font-size: 140%;
	font-family: Baskerville, Georgia, serif;
	text-align: center;
	color: #933;
	}
		
.field input, .field textarea {
	width: 290px;
	padding: 5px;
	}
	
#contactForm .submit {
	margin: 20px 45px 0 0;
	text-align: right;
	}
	
.response {
	font-size: 90%;
	padding: 12px 10px 12px 45px;
	background: #fcfefe url(../images/layout/stop.gif) left center no-repeat;
	}
	
#sent {
	background: #fcfefe url(../images/layout/check.gif) left center no-repeat;
	}
	
/* ---------- Right Column Styles ---------- */

#bookContainer {
	width: 325px;
	height: 510px;
	background: url(../images/layout/book-background.jpg);
	}
	
#bookContainer img {
	margin: 34px 0 0 28px;
	}
	
#buyButton {
	position: absolute;
	display: block;
	width: 150px;
	height: 32px;
	margin: -70px 0 0 87px;
	text-indent: -9999em;
	background: url(../images/buttons/buy.gif);
	}
	
#buyButton:hover {
	background: url(../images/buttons/buy-hover.gif);
	}
	
/* ---------- Footer Styles ---------- */

#footer ul {
	float: left;
	width: 50%;
	margin-top: 10px;
	}
	
#footer li {
	list-style: none;
	display: inline;
	color: #a2cbeb;
	margin-right: 18px;
	}
	
#footer p {
	float: right;
	width: 45%;
	margin: 0;
	line-height: 1.4em;
	text-align: right;
	}

		
/* ---------- Font Styles ---------- */

h1	{
	width: 900px;
	height: 102px;
	text-indent: -9999em;
	background: url(../images/header.jpg);
	margin-left: 1px;
	}
	
h2, h3 {
	color: #b01910;
	font-size: 100%;
	text-transform: uppercase;
	}
	
h3	{
	margin: 0 0 20px 0;
	color: #104477;
	background: url(../images/layout/dotted-blue.gif) bottom left repeat-x;
	}
	
h3.basic {
	margin: 0;
	font-size: 85%;
	background: none;
	}
	
p, table {
	margin: 20px 0;
	}
	
p.condensed {
	margin-top: 5px;
	}
	
p.reference {
	font-size: 85%;
	margin: 5px 0;
	line-height: 1.5em;
	}
	
.amp {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	}
	
#contentBox a {
	color: #3585c3;
	text-decoration: none;
	}
	
#contentBox a:hover {
	color: #104477;
	}
	
	
#footer a {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover, #footer p a {
	color: #e3b63c;
	}
	
#footer p a:hover {
	color: #a2cbeb;
	}
	
#glow {
	display: block;
	width: 900px;
	height: 56px;
	margin-left: 1px;
	background: url(../images/layout/base-glow.jpg);
	}
		
/* ---------- Misc ---------- */

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

* html .clear {
	height: 1px;
	}

*:first-child+html .clear {
	min-height: 1px;
	}
