/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

* {
margin: 0;
}
html {
	height: 100%;}

body {
height: 95%;
}


html 	{ text-align : center;  }

body { 
position : relative; 
width : 770px; 
margin : 0 auto; 
text-align : left; 
background: #dfe8ec;}

div#content { 
position : relative; 
width : 100%; 
overflow: visible;
height:830px;
}


div#content_main {
	position:absolute;
	left :4px;
	width:267px;
	top: 0px;
 }
  
div#content_sub {
	position: absolute;
	left : 40%;
	width : 60%;
	top: 10px;
}

#content_sub p {
	position: relative;
	margin-top: 10px;
}


#content_reviews {
	position:absolute;
	top:30px;
	left:11%;
}
#content_reviews_2 {
	position:relative;
	top:20px;
	left:15%;
}

#content_biog {
	position:absolute;
	top: 30px;
	left: 40px;
	right:22px;
}

#content_biog p {
	margin-top: 7px;
}

div#biog_links {
	position:relative;
	height : 55px;
	margin-right: 10px;
	margin-top:20px;
	z-index:3;
}

ul#biog_links {
	position:absolute;	
	}

ul#biog_links_li {
	display:inline;
}

li#biog_Next {
	display:block;
	position:absolute;
	float: right;
	right: 30px;
	}
	
li#biog_Back {
	display:block;
	position:absolute;
	float: left;
	left: 30px;
}



div#content_main ul {
	float: left;
	margin-left: 30px;
	margin-right: 10px;
}

	
div#content_main ul h3 img {
	position: absolute;
	float: right;
	padding:1px;
	height:95px;
	width:123px;
	border: 2px solid #FFF;
}

	div#content_main ul h2 {
	position: absolute;
	text-align:center;
	padding:1px;
	height:20px;
	width:140px;
	}
li#title1 h2  {top: 25px; left:4px;}
li#title2 h2 {top: 25px; left: 149px;}
li#title3 h2 {top: 170px; left: 4px;}
li#title4 h2 {top: 170px; left: 149px;}
li#title5 h2 {top: 320px; left: 4px;}
li#title6 h2 {top:320px; left: 149px;}

li#page1 h3 img {top:50px; left:10px;}
li#page2 h3 img {top:50px; left:155px;}
li#page3 h3 img {top:195px; left:10px}
li#page4 h3 img {top:195px; left:155px;}
li#page5 h3 img {top:345px; left:10px;}
li#page6 h3 img {top:345px; left:155px;}

#content_main a {
	color:#71c17c;
	text-decoration:underline;
}

#content_main a:hover {
color: #366;
text-decoration:none;
}

#content_main a:active {
	color: #366;
text-decoration:none;
}

img.figure {
	float: inherit;
	margin-bottom: 10px;
	margin-left: 33%;
	border: 2px solid #FFF;
}

img.figure2 {
	float:left;
	margin-right:10px;
}

div#branding, div#nav_main, div#site_info {
width : 100%; }


/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
