/************ notes ************/
/* Optimized for 1024x768
/* 
/*******************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: 10px;*/
	line-height: 1.5;
}

input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}

/* mac hide \*/
html, body{ height:100%; width:100%; }
/* end hide */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	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: #fff;
	min-height: 570px; /* for compliant browsers*/
	min-width: 990px;/* for compliant browsers */
}

img {
	border-width: 0;
}

* { margin: 0; padding: 0; }

a {
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}


.style1 { color: #c3f80b }
.style6 { color: #c3f80b; font-weight: bold; font-size: 125% }
.style7 { font-family: Geneva, Arial, Helvetica, sans-serif }
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

.style9 { font-family: Geneva, Arial, Helvetica, sans-serif; color: #c3f80b }
.style12 { color: #ff0000 }

#ad1, #ad2 {
	text-align: center;
}


.threeColumn #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto;
	text-align: left;
} 


#col1, #col2, #col3 {
	float: left;
}

.threeColumn #col1 {
	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 */
	margin: 10px 0 0 10px;
}

.threeColumn #col1 ul {
	margin-top: 10px;
}

.threeColumn #col1 ul li {
	line-height: 35px;
	font-size: 15px;
}

.threeColumn #col1 ul li a {
	color: #c3f80b;
}

.threeColumn #col2 {
	margin: 10px 0 0 20px;
	width: 500px;
}

.threeColumn #col3 {
	margin: 10px 0 0 10px;
	width: 195px;
	font: normal 11px Arial, Helvetica, sans-serif
}

.threeColumn #col3 ul {
	margin: 10px 0 0 5px;
	padding: 0;
	list-style-type: none;
}

.threeColumn #col3 ul li {
	line-height: 25px;
}

.bookTitle {
	font-weight: bold;
}

.emphasize {
	font-style: italic;
}

.threeColumn #header { 
	padding: 0 10px 0 10px;
} 

.threeColumn #header h1 {
	font-size: 30px;
	margin: 15px 0 0 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 */
}


.threeColumn #footer { 
	padding: 100px 10px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #000; 
} 

.threeColumn #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



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

#pic {
	height: 480px;
	width: 230px;
	/*float: right;*/
	background-image: url(../images/book_mirrored.jpg);
}

#col1 h2 {
	margin: 35px 0 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
}