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

html {
	padding-bottom: 1px;
	min-height: 100%;
}
/* RESET... EVERYTHING */

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, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}


body {
	background-color: #ABB7A1;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	line-height: 19px;
	padding-bottom: 12px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
u {
	text-decoration: underline;
}

blockquote {
	margin-left: 25px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.no-show {
	display: none;
}
.txt_inline {
	display: inline;
}
.pic-left-home {
	float: left;
	margin-top: -8px;
	margin-left: -12px;
	margin-bottom: 10px;
}

.pic-left {
	float: left;
	margin-top: -8px;
	margin-left: -12px;
	margin-bottom: 0px;
}
.pic-left2 {
	float: left;
	margin-left: -12px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.pic-right {
	float: right;
	width: 160px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	
}
.illustration  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #969595;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 10px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7f7e7e;
	clear: both;
	padding-right: 0px;
	padding-bottom: 2px;
	line-height: 11px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logo{
	position: absolute;
	z-index: 1000;
	padding-top: 50px;
	padding-left: 30px;
}
#header{
	height: 119px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 796px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}

#main{
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
	width: 796px;
	margin-top: 0px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

#footer{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4c5743;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 0px;
}
#footer a {
	color: #4c5743;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* CSS NAV */

#nav{
	height: 20px;
	padding-top: 99px;
	padding-right: 10px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	float: right;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav a{
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 51px;
	background-image: none;
	padding: 0;
	height: 20px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}

#nav li.nav_home a{
	background-image: url(../images/nav_home.gif);
}
#nav li.nav_home{
	width: 40px;
}

#nav li.nav_books a{
	background-image: url(../images/nav_books.gif);
}
#nav li.nav_books{
	width: 40px;
}
#nav li.nav_selected a  {
	background-position: 0px -22px;
}

#nav li.nav_poetry a{
	background-image: url(../images/nav_poetry.gif);
}
#nav li.nav_poetry{
	width: 43px;
}

#nav li.nav_events a{
	background-image: url(../images/nav_events.gif);
}
#nav li.nav_events{
	width: 45px;
}
#nav li.nav_links a{
	background-image: url(../images/nav_links.gif);
}
#nav li.nav_links{
	width: 38px;
}

#nav li.nav_contact a{
	background-image: url(../images/nav_contact.gif);
}
#nav li.nav_contact{
	width: 51px;
}
#nav li a:hover{
	background-position: 0px -22px;
}
#nav li.nav_selected a    {
	background-position: 0px -22px;
}
#left_column {
	float: left;
	width: 150px;
	margin: 0px;
	padding-left: 37px;
}
#left_column .quote {
	font-style: italic;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #598325;
	margin-top: 25px;
}
#left_column  .attribution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #598325;
}



#left_column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #adb79a;
	margin-top: 10px;
}
#left_column ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
#left_column  ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	padding-bottom: 0px;
	list-style-type: none;
	background-image: url(../images/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: -40px;
	padding-left: 18px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#left_column  a  {
	color: #0166f7;
	text-decoration: underline;
}
#left_column a:hover {
	color: #6633FF;
	text-decoration: none;
}
#left_column   ul li.selected {
	color: #909090;
	background-image: url(../images/arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}



#right_column {
	float: right;
	width: 530px;
	margin: 0px;
	padding-right: 30px;
}
#right_column a {
	color: #0166f7;
	text-decoration: underline;
}
#right_column  a:hover {
	color: #6633FF;
	text-decoration: none;
}
#right_column h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #73875d;
	padding-bottom: 2px;
}
#right_column h1.ital {
	font-style: italic;
}
#right_column h2.ital {
	font-style: italic;
}


#right_column h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #898AB8;
	padding-bottom: 2px;
}

#right_column .attribution {
	font-size: 10px;
	line-height: 12px;
	margin-top: -5px;
}
#right_column ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
#right_column  ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	padding-bottom: 0px;
	list-style-type: none;
	background-image: url(../images/arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: -40px;
	padding-left: 18px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#right_column ul li.pdf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	list-style-type: none;
	background-image: url(../images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: -2px 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: -40px;
	padding-left: 18px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}


#right-quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 23px;
	color: #598325;
	float: right;
	width: 150px;
	margin-bottom: 5px;
	margin-left: 35px;
}
#right-quote .attribution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#right-quote-poetry {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 23px;
	color: #598325;
	float: right;
	width: 150px;
	margin-bottom: 5px;
	margin-left: 35px;
}
#right-quote-poetry .attribution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}




#bottom_nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#bottom_nav    li   {
	display: inline;
	float: left;
	list-style-type: none;
}
#footer-info {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
