@charset "UTF-8";
/* CSS Document */

/*Layout
http://www.alistapart.com/articles/holygrail/
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object, span, a, img{
	padding:0;
	margin:0;
	border:0;
	outline:none;
}

body {
	width: 800px;      /* 2x LC width + RC width - Change: min-width to width for fix width center column*/
	background: #FE9929; /*light orange*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #FFF;
	margin: 0px auto;
}

#container {
  padding-left: 60px;   /* LC width */
  padding-right: 60px;  /* RC width */
  overflow: hidden;
}

#container .column {
  position: relative;
  float: left;
  padding-bottom: 20000px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}

#center {
	width: 100%;
	background: #FE6D21; /*dark orange*/
}

#title_txt {
	float: left;
	padding: 160px 0px 0px 24px;
}

#center #padding {
	padding: 10px 10px 0px 10px;
	margin: 0px 45px 25px 45px;
	background: #FDCA33; /*yellow*/
	width: 570px;
	min-height: 465px;
	height: auto !important;
	height: 465px;
}

#center #not_home_pad{
	background: #FDCA33; /*yellow*/
	height: 65px;
	margin: 0px 45px 0px 45px;
	padding-top: 15px;
}

#center #padding #txt_on_do{
	padding: 25px 40px 0px 40px;
	margin: 25px 25px 0px 25px;
	background: #FE6D21; /*dark orange*/
}

#center #padding #txt_on_do img, #flowunder{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#flowunder{
	padding-bottom: 30px;
}

#left {
	width: 50px;          /* LC width */
	right: 50px;          /* LC width */
	margin-left: -100%;
	background: url(images/left_flower.gif) repeat-y;
}

#right {
	width: 50px;          /* RC width */
	margin-right: -50px;  /* RC width */
	background: url(images/right_flower.gif) repeat-y;
}



/*** IE6 Fix for 3-column layout ***/
* html #left {
  left: 50px;           /* RC width */
}

* html body {
  overflow: hidden;
}



/*Height Adjustment*/

#container{
	height: auto;
	min-height: 100%;
}

html, body{
	height: 100%;
}

body > #container{
	height: auto; 
	min-height: 100%;
}



/*Text*/

h1{
	margin: 0px;
	padding: 15px 0px 15px 0px;
	color: #000;
	text-align: center;
	font-size: 2.75em;
}

p{
	text-align: center;
	padding: 0px 0px 15px 0px;
	font-size: 1.5em;
	font-weight: bold;
}

p span{
	font-size: 2em;	
}

#black{
	color: #000;
}

#credits{
	text-align: left;
	color: #000;
	font-size: 1em;
	padding-top: 15px;
}

li{
	padding-bottom: 10px;
	font-size: 1.5em
}

#cur_mem_msg{
	text-align: center;
	color: #000;
	padding: 25px 0px 15px 0px;
	font-size: 1em;
}

p#book_title{
	color: #000;
	font-weight: bold;
	padding-bottom: 0px;
}



/*Navigation*/

#nav{
	margin-bottom: -3px;
	padding: 0px;
}

.most_btns{
	margin: 25px 7px 0px 0px;
}

#end_button{
	margin: 25px 0px 0px 0px;
}



/*Table*/

table{
	width: 525px;
	border: 2px solid #000;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px auto;
	align: center;
}

table#booklist tbody tr td{
	width: 50%;
	padding: 15px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 1em;
}

table#currentmem thead tr th, table#booklist thead tr th{
	padding: 15px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	color: #FFF;
	font-size: 1.5em;
	background: #FE6D21;
}

table#currentmem tbody tr td, table#booklist tbody tr td{
	padding: 15px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	color: #000;
}

table#currentmem tbody tr td a{
	color: #000;
}

table#currentmem tbody tr td a:hover{
	color: #FE6D21;
}



/*Links*/

#top_anchor{
	text-align: center;
	font-size: 1em;
}

#center #not_home_pad a:hover{
	color: #FE6D21;
}

a:link, a:active, a:visited{
	color: #000;
}

a:hover{
	color: #FE9929;
}



/*Gallery*/

#large{
	padding: 25px 25px 0px 25px;
}

.rel_position{
	position: relative;
}

.caption{
	float: none;
	visibility: hidden;
	font-size: 1em;
	color: #000;
	width: 515px;
	padding: 15px 0px 0px 0px;
	margin: 0px 25px 0px 25px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.caption1{
	float: none;
	visibility: visible;
	font-size: 1em;
	color: #000;
	width: 515px;
	padding: 15px 0px 0px 0px;
	margin: 0px 25px 0px 25px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.small_img_start{
	float: none;
	padding: 0px 13px 14px 0px;
	cursor: pointer;
	margin-left: 25px;
}

.small_img{
	padding: 0px 13px 14px 0px;
	cursor: pointer;
}

.small_img_end{
	padding: 0px 0px 14px 0px;
	cursor: pointer;
}

#prop{
	display: block;
	padding-top: 15px;
}

#center #gal_pad{
	background: #FDCA33; /*yellow*/
	height: 66px;
	margin: 0px 45px 0px 45px;
}

#container #center #padding .rel_position #cap1 span{
	font-weight: bold;
}