@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #91BCA8;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.smalltext {
	font-size: 10px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}
.black_text {
	color : #000000;
	font-style : normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
} 

#header {
height : 160px;
background-color : #3f8d80;
padding-top : 0;
padding-right : 10px;
padding-bottom : 0;
padding-left : 20px;
background-image : url(../images/tile_header.gif);
}

#header_follow {
	height : 80px;
	background-color : #3f8d80;
	padding-top : 0;
	padding-right : 10px;
	padding-bottom : 0;
	padding-left : 20px;
	background-image : url(../images/tile_header.gif);
}

#header h1 {
margin : 0;
padding : 10px 0;
}

#title_home {
position : absolute;
top : 40px;
width : 500px;
padding-top : 15px;
padding-right : 2px;
padding-bottom : 15px;
padding-left : 130px;
}

#title_follow {
	position : absolute;
	top : 6px;
	width : 500px;
	padding-top : 15px;
	padding-right : 2px;
	padding-bottom : 15px;
	padding-left : 30px;
}

#photo_home {
position : relative;
top : 0;
width : 170px;
float : right;
height : 160px;
margin-right : 60px;
}

#sidebar1 {
	position: absolute;
	top: 81px;
	left: 0;
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar2 {
	position: absolute;
	top: 132px;
	right: 547px;
	width: 179px;
	padding: 0px;
}
#sidebar3 {
	position: absolute;
	top: 160px;
	left: 0;
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
ding-bottom : 8px;
}

#sidebar4 {
	position: absolute;
	top: 386px;
	left: -3px;
	width: 382px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#sidebar2_follow {
	position: absolute;
	top: 81px;
	right: 547px;
	width: 179px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	padding-top: 15px;
}
#mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 440px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
}
#interviewContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
}
#mainContent2 {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
}
#bookContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	padding-bottom: 10px;
	clear: both;
}
#bookPhoto {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	float: left;
}
.picture {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#mainContent_follow {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 440px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #24524B;
}
#footer {
	background-color : #ffffff;
	height : 100px;
	padding-top : 0;
	padding-right : 10px;
	padding-bottom : 0;
	padding-left : 20px;
	background-image : url(../images/tile_footer.gif);
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.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;
}

#nav {
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 12px;
line-height : 14px;
font-weight : bold;
padding-bottom : 8px;
}

#subnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 20px;
}

#subnav a:link, #subnav a:visited {
text-decoration : none;
color : #3f8d80;
}

#subnav a:hover {
text-decoration : none;
color : #000000;
}


#nav ul {
list-style : none;
margin : 0;
padding : 0;
}

#nav li {
display : block;
padding-bottom : 8px;
}

#nav li a:link, #nav li a:visited {
text-decoration : none;
color : #3f8d80;
}
.quotes_attrib {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #24524B;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

a:link, a:visited {
color : #327066;
text-decoration: none;
}

a: hover {
color : #000000;
text-decoration: none;
}

#nav li a:hover {
text-decoration : none;
color : #000000;
}

.white_italic_text {
	color : #ffffff;
	font-style : italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
} 
#copyright {
	float: right;
	width: 300px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.quotes {
	font-size: 12px;
	line-height: 17px;
	color: #24524B;
}
.quotes_lg {
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	background-image: url(../images/quotetile.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 0px;
}

.bookname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #24524B;
	font-style: italic;
}

h3 {
	font-size: 14px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #24524B;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h5 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #24524B;
	float: right;
	margin-top: -10px;
	padding-top: -15px;
}
h2 {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}
