html,body {
	background-color: #193e4d;
	height: 100%;
	margin:0; 
	padding:0; 
	font-family: verdana;
	font-size:11px;
}

.print_only {
	display: none;
}

/* POSITIONS */
#center_container {
	top: 20px;
	position: relative;
	margin: auto;
	width: 550px;
	text-align: center;
	
}

#center_container_new {
	top: 20px;
	position: relative;
	margin: auto;
	width: 750px;
	text-align: center;
	
}
#poem_inner_container {
	text-align: left;
	background-color: #f8f7f0;
	top: 50px;
	padding: 10px;
}

#poem_content {
	text-align: left;
	margin-right: 0px;
	margin-left: 6px;
	background-color: #f8f7f0;
}


#inner_container {
	text-align: center;
	width: 750px;
	background-color: #f8f7f0;
	top: 50px;
	padding: 10px;
}


#inner_container_new {
	text-align: left;
	width: 740px;
	background-color: #f8f7f0;
	top: 50px;
	padding: 10px;
}
#home_v_center       {
	color: white;
	background-color: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#home_container {
	width: 488px;
	height: 274px;
	background-color: #f8f7f0;
	margin-left: -244px; /* half the width */
	position: absolute;
	top: -137px; /* half the height */
	left: 50%;
	padding: 20px;
}

#new_home_container {
	width: 730px;
	height: 390px;
	background-color: #f8f7f0;
	margin-left: -365px; /* half the width */
	position: absolute;
	top: -195px; /* half the height */
	left: 50%;
	padding: 20px;
}


#left_nav {
	float: left;
	width: 146px;
	margin-left: 5px;
}

#left_nav .spacer {
	margin: none;
	height: 10px;
}

#right_content {
	float: right;
	width: 320px;
	text-align: left;
	margin-right: 10px;
	background-color: #f8f7f0;
}

#right_content_new {
	float: right;
	width: 540px;
	text-align: left;
	margin-right: 20px;
	background-color: #f8f7f0;
}

#full_content {
	float: left;
	width: 499px;
	text-align: left;
	margin-right: 0px;
	margin-left: 6px;
	background-color: #f8f7f0;
}

#no_column_content {
	float: left;
	width: 466px;
	margin-left: 5px;
}

div#shadow_container {

	position:relative;
	margin:3 auto;
	margin-top: 17%;
	top: middle;
	width:550px;	
	height:350px;
	background-image: 'images/bluedropshadow.gif';
	z-index: 0;
	border: 1px solid #343434;
}


div#header {
	background:#ffffff;
}

div#sub_nav_books {
	position:relative;
	left: 292px;
	top: -5px;
	width: 400px;
}

div#sub_nav_reviews {
	position:relative;
	left: 340px;
	top: -5px;
	width: 400px;
}
 
div#content {
	position:relative;
	padding: 5px;
	left: 10px;
	width:670px;
}
div#bottom_content {	
	position:relative;
	padding: 5px;
	left: 10px;
	width:670px;
	background:#f1e8db;
}

div#footer {
	position:relative;
	width:100%;
}

a.top_nav {
	font-size: 14px;
	color: #0089bd;
	text-decoration: underline;
}

font.footer {
	font-family: verdana;
	font-size:12px;
	color:#999993;
}
a.footer{
	font-size: 12px;
	color: #999993;
	text-decoration: none;
}

a.footer:hover{
	font-size: 12px;
	color: #aa231b;
	text-decoration: none;
}

a.textlink {
	color: #276077;
	text-decoration: underline;
}

a.textlink:hover {
	color: #9f2319;
	text-decoration: underline;
}

a.poemnav  {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.poemnav:hover {
	color: #999993;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
b.red {
	margin-top: 0px;
	text-align: left;
	font-size: 14px;
	color: #952017;
	font-weight: bold;
}
i.small {	
	font-size: 10px;
}

b.poemtitle {
	margin-top: 0px;
	text-align: left;
	font-family: times new roman;
	font-size: 16px;
	color: #000000;
}

pre {
	font-size: 14px;
	font-family: times new roman;
}

.psmall {	
	font-size: 12px;
	font-family: times new roman;
}
