html, body {
	scrollbar-face-color: #D0B7A0;
	scrollbar-highlight-color: #8B8271;
	scrollbar-shadow-color: #8B8271;
	scrollbar-3dlight-color: #B5A291;
	scrollbar-arrow-color:  #8B8271;
	scrollbar-track-color: #B5A291;
	scrollbar-darkshadow-color: #B5A291;
}

body { 
	margin: 0px; padding: 0px; 
	background-image: url(../../images/BG-vertRepeat2.jpg);
	background-repeat: repeat-y; 
	background-position: center;
	background-color: #1F0C0E; 
	color: #000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}

#container {
	position: relative;
	/*background-image: url(../../images/BG-ContentHoriz.jpg);
	background-repeat: repeat-x;
	background-position: 0px 128px;*/
	width: 760px;
	\width: 760px;
	w\idth: 760px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: absolute;
	top: 128px;
	left: 257px;
	width: 503px;
	padding: 0px;
}

#contentHolder {
	position: relative;
	background-image: url(../../images/BG-ContentHoriz.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: left;
}

#sidebar-a {
	float: left;
	width: 257px;
	\width: 257px;
	w\idth: 257px;
	margin: 0;
	margin-right: 0px;
	padding: 0px;
}
#News p{
	text-align: justify;
}
#News h1{
	margin: 5px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
#footer {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	font-size: 2px;
}
.SearchBar {
	margin: 10px;
}

#FlashTop {
	position: absolute;
	left: 0px; top: -128px;
	width: 503px; height: 128px;
}

#FeaturedBooks {
	margin-left: 4px;
	background-color: #C0A893;
	border: 1px solid #A89382;
	margin-top: 10px;
	width: 490px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#FeaturedBooks img {
	border: 1px solid #A89382;
	background-color: #A89382;
}

#WelcomeMSG {
	margin-left: 4px;
	border: 1px solid #A89382;
	background-color: #C0A893;
	margin-top: 10px;
	width: 490px;
	text-align: center;
}

#News {
	position: relative;
	margin-left: 4px;	margin-top: 10px;
	width: 490px;
	height: 270px;
	background-color: #C0A893;
	/*background-image: url(../../images/HomeDivider.jpg);
	background-repeat: repeat-y;
	background-position: center;*/
}

#NewsLeft {
	position: absolute; 
	width: 480px;
	height: 240px;
	border: 1px solid #A89382;
	left: 5px;
	top: 24px;
	overflow: auto;
}
#NewsRight {
	position: absolute; 
	width: 228px;
	height: 240px;
	left: 256px;
	border: 1px solid #A89382;
	top: 24px;
	overflow: auto;
}
#News p {
	margin: 0px;
	padding: 0px;
}
#NewsLeft p {
	margin: 4px;
	}
#NewsRight p {
	margin: 4px;
	}

#NewsLeft img {
	margin: 5px;
}
#NewsRight img {
	margin: 5px;
}

#NewsRight div {
	padding: 4px;
}

#previousBooks {
	height: 190px; 
	width: 100%; 
	overflow: auto;
}

.bookTitle {
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}
.bookAuthor {
	font-size: 10px;
	font-style: italic;
	font-weight: 200;
}
.boxHeader {
	font-size: 12px;
	font-weight: 800;
	color: #391C20;
	text-decoration: underline;
}

.staffDiv {
	height: 285px;
	overflow: auto;
}
.newsTitle {
	background-color: #B5A291;
}

.altTD {
	background-color: #B5A291;
}
.aboutaltTD {
	background-color: #B5A291;
}
input {
	background-color: #C0A893;
	color: #000;
	border-color: #CCCCCC;
	border-width: thin;
	font-size: 10px;
}