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

body {
	background-color: #550721;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #990066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990066;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

#container {
	width: 1200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	background-color: #4D071F;
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
}

#banner {
	height: 248px;
	width: 1200px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

#subhead {
	position:relative;
	width:1200px;
	z-index:3;
	background-image: url(images/subhead.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	padding: 0px;
	height: 290px;
}

#welcometext {
	position:relative;
	width:630px;
	z-index:4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	padding-top: 70px;
	padding-right: 40px;
	padding-left: 210px;
	text-align: justify;
}

#home_content {
	position:relative;
	width:1200px;
	z-index:3;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
}

#content {
	position:relative;
	width:830px;
	z-index:5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	text-align: justify;
	background-repeat: no-repeat;
	background-image: url(images/content_bg.jpg);
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
}

#heading {
	position:relative;
	width:910px;
	z-index:4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 1.7em;
	color: #692638;
	padding-top: 25px;
	padding-right: 40px;
	padding-left: 250px;
	text-align: justify;
	padding-bottom: 20px;
	font-weight: bold;
	background-image: url(images/heading.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#footer {
	position:relative;
	width:890px;
	z-index:5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	color: #666666;
	text-align: center;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: ECE8CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 155px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D2A973;
}

.home_news_bg {
	background-image: url(images/home_news_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 55px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imageborder {
	border: 1px solid #D0B484;
	padding: 0px;
}

.thumbborder {
	border: 1px solid #D0B484;
	padding: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.coverborder {
	border: 1px solid #D0B484;
	padding: 3px;
}

.annotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	text-align: justify;
	text-transform: none;
	line-height: 1.8em;
	background-color: #e8ddbd;
	padding: 10px;
}

.poem {
	color: #692638;
	font-size: 12px;
	background-color: #e8ddbd;
	padding: 10px;
}

.submenu {
	text-transform: none;
	background-color: #e8ddbd;
	padding: 10px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #D0B484;
	border-right-color: #D0B484;
	border-bottom-color: #D0B484;
	border-left-color: #D0B484;
}

.booklist {
	line-height: 1.3em;
	color: #333333;
	text-align: justify;
	padding: 4px;
	font-size: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.7em;
	color: #692638;
}

ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	background-image: url(images/list_bg.jpg);
	background-position: top;
	margin-right: 5px;
	border: 1px solid #D0B484;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 21px;
}
