@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-image:url(../images/bg-pattern.jpg);
	background-repeat:repeat;
	background-color:#41297D;
	margin-top: 30px;
	padding: 0;
	height: 100%;
	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: #FFFFFF;
}
h1, h2, h3 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#E3DFAF;
}
img {
	border:none;
	margin:0;
}


a:link, a:visited, a:active {
	color:#CCCCCC;
	text-decoration:underline;
}
a:hover {
	color:#FFCC00;
	text-decoration:underline;
}


.twoColFixLtHdr #container {
	width: 786px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image:url(../images/bg-repeat.gif);
	background-repeat:repeat-y;
} 
.twoColFixLtHdr #header { 
	height:195px; 
	padding: 0 10px 0 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-image:url(../images/bg-repeat.gif);
	background-repeat:repeat-y;

} 
.twoColFixLtHdr #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 */
}

.menu {
	margin-left:30px;
	margin-top:10px;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 68px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -10000px;
	height: 68px;
	background-repeat: no-repeat;
	outline:none;

}
.home {background-image: url(../images/button-home-on.gif);	width: 103px;}
.home a {background-image: url(../images/button-home.gif);}
.book {background-image: url(../images/button-book-on.gif); width: 127px;}
.book a {background-image: url(../images/button-book.gif);}
.author {background-image: url(../images/button-author-on.gif); width: 152px;}
.author a {background-image: url(../images/button-author.gif);}
.thoughts {background-image: url(../images/button-thoughts-on.gif); width: 166px;}
.thoughts a {background-image: url(../images/button-thoughts.gif);}
.charity {background-image: url(../images/button-charity-on.gif); width: 152px;}
.charity a {background-image: url(../images/button-charity.gif);}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}


.twoColFixLtHdr #mainContent { 
	margin-left:100px;
	margin-right:100px;
	padding-right:10px;
	margin-top: 130px !important;
	margin-top: 20px;


} 
.twoColFixLtHdr #footer { 
	padding: 0px 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-repeat:no-repeat; 
} 
.twoColFixLtHdr #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 */
}
#bottom-image {
	background-image:url(images/bg-bottom.gif); 
	background-repeat:no-repeat; 
	background-position:bottom;
}
#footer-text{
	font-size:10px;
	padding-bottom:20px;

}
#footer-text a:link {
	color: #FFFFFF;
	text-decoration: none;

	}
#footer-text a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
#footer-text a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}
#footer-text a:active { 
	color: #ffffff;
	}	

.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;
}
