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

<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.book {
	border: 1px solid #FD9C22;
	float: left;
	clear: none;
	padding: 8px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0px;
	float: none;
} 
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
.twoColFixRtHdr #header {
	height: 200px;
	padding: 0;
	width: 1000px;
	margin: 0px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
	margin-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#mainContent h1 {
	color: #990000;
	font-size: 110%;
	text-transform: uppercase;
}
.right_letter {
	float: right;
	height: 300px;
	width: 216px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../image/right_letter.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
}
.right_letter p {
	color: #330000;
	margin-top: 45px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.right_red {
	float: right;
	height: 214px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../image/right_red.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 120%;
}
.right_red p {
	color: #660000;
	font-size: 120%;
	margin-top: 25px;
	margin-right: 80px;
	margin-bottom: 45px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.right_circle {
	float: right;
	height: 300px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../image/red_circle.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
}
.right_circle p {
	color: #660000;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 55px;
	font-size: 90%;
}
.right_city {
	float: left;
	height: 207px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../image/right_city.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
}
#right {
	float: right;
	height: 207px;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../image/back_slogan.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
}
#right p {
	padding: 10px;
	width: 200px;
	margin-top: 60px;
	margin-left: 35px;
	color: #660000;
	text-transform: none;
	font-weight: bold;
	margin-right: 10px;
	font-size: 135%;
}
.link_color {
	color: #990000;
	background-color: #CCCCCC;
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
	border: 1px solid #660000;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993300;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #990000;
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 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;
	border: 1px solid #990000;
	margin: 5px;
	padding: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 5px;
	border: 1px solid #990000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
.cap_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 250%;
	color: #660000;
	text-decoration: none;
	background-image: url(../image/main_back.png);
	height: 100px;
	width: 560px;
	background-repeat: no-repeat;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 70px;
}
.book_h2 {
	font-size: 100%;
	color: #990000;
	background-color: #E8E8E8;
	padding: 0px;
	float: right;
	width: 580px;
	height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.book_vera_img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px outset #FFFFFF;
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
}
.book_image {
	padding: 5px;
	width: 145px;
	height: 180px;
	float: left;
}
.book_wrap {
	float: left;
	height: 300px;
	width: 560px;
	padding-bottom: 10px;
}
.block_poem {
	float: left;
	height: auto;
	width: 950px;
}
.italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	font-style: italic;
	line-height: 130%;
}
.top_name {
	height: 170px;
	width: 260px;
	margin-left: 350px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 130%;
	color: #990000;
}
.reed_back {
	background-image: url(../image/reed_back.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 300px;
}
.twoColFixRtHdr #container #footer a {
	text-decoration: none;
}
#menu2 #canvas {
	padding-top: 100px;
	float: left;
}
.header2 {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: auto;
}
.comments {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: 130%;
}

