/* LeonaGibbs.com CSS Document */

* {padding: 0;
	margin: 0
	}

body {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: .7em;
	background-image:url(ActiveGraphics/greenlinen.jpg);
	background-repeat:repeat;

	}
	
div#mainwrap {
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 10px;
	background-image:url(ActiveGraphics/greenlinen.jpg);
	background-repeat:repeat;
	}
	
div#toparch {
	position:relative;
	top: -28px;
	}
	
div#contentarea {
	width: 774px;
	background-color: #e5c24b;
	}
	
div#homeNavBar {
	position:absolute;
	top: 50px;
	left: 650px;
	}
	

div#authorContent {
	font-size: 1.5em;
	color:#333300;
	height: auto;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: -20px;
	}	
		
div#booksContent {
	font-size: 1.5em;
	color:#333300;
	height: auto;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: -20px;
	}	
	
div#linksContent {
	font-size: 1.5em;
	color:#333300;
	height: auto;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: -20px;
	}
	
div#contactContent {
	font-size: 1.5em;
	color:#333300;
	height: auto;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: -20px;
	}
		
p, td {
font-family: Arial, Helvetica, sans-serif;
	}

h1, h2, h3 {
	color: #993333;
	letter-spacing: .2em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h4 {color:#600;
	font-family: Arial, Helvetica, sans-serif;
	}


/* IE and MAC hacks ------------------------------------------------------------------------------------ */	
.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {display: inline-block;}

* html .clearfix {height: 1%}

clearfix {display: block;}

* html a {display:block;}
/* end hacks */	
