/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*** The Essential Code ***/

body {
	width: 960px;
	margin-left: auto;
  	margin-right: auto;
	background: #FFFFFF;
}

#container {
	float: left;
	width: 960px;             
	height: auto;
	position: relative;
}

#leftcolumn {
	float: left;
	width: 256px;         
	height: auto;
	position: relative;
	padding-top: 40px;
	padding-right: 40px;
}

#centercolumn {
	float: left;
	width: 367px;          
	height: auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 15px;

}

#rightcolumn {
	float: left;
	width: 256px;          
	height: auto;
	position: relative;
	padding-top: 40px;
    padding-left: 40px;

}


#maincolumn {
	float: left;
	width: 960px;           
	height: auto;
	position: relative;

}

#lineleft {
	float: left;
	width: 1px;            
	background-color:#CCCCCC;        
	height: 500px;
	position: relative;
}

#lineright {
	float: right;
	width: 1px;
	background-color:#CCCCCC;
	position: relative;
	height: 500px;
}


/* HEADER */

h1.logo{
    width: 960px;
	margin-top: 25px;
	margin-bottom: 5px;
}

h1.logo a{
	text-decoration: none;
	display: block;
    background-image:url(../images/ellengordonreeves.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
	height: 22px;
	width: 326px;
	margin-left: 317px;
}

h2.book{
   	text-decoration: none;
	display: block;
    background-image:url(../images/thebook.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	width: 170px;
	margin-bottom:10px;
}

h2.endorsements{
   	text-decoration: none;
	display: block;
    background-image:url(../images/endorsements.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	width: 170px;
	margin-bottom:10px;
	margin-top: 30px;
}

h2.author{
   	text-decoration: none;
	display: block;
    background-image:url(../images/theauthor.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	width: 170px;
	margin-bottom:10px;
	margin-top: 30px;
}

h2.buy{
   	text-decoration: none;
	display: block;
    background-image:url(../images/buythebook.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	width: 170px;
	margin-bottom:10px;
}


#copyright {
	width: 250px;
	vertical-align: bottom;
	height: auto;
	position: relative;
	font-family: arial, sans-serif;
	color: #BBBBBB;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	float:left;
	

}

/* FONT STYLES */

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #777777;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	left: auto;
	right: auto;
}

.bodytext a {
    color: #777777;
	text-decoration: underline;
}

.bodytext a:hover {
	color: #1393d0;
}

.bodytext .black {
	
	color: #444444;
	
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #bbbbbb;
	color:#999999;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size:10px;
	width:auto;
}
#tooltip h3, #tooltip div { margin: 0; }
