<!--
body {
	background-color: #b3975a;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #583e15;
	line-height: 20pt;
}
#announcements {
	float: left;
	width: 417px;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 26px;
	color: #EAE1D0;
	font-size: 10pt;
	line-height: 18pt;
}
#announcements a{
	color: #F3EEE4;
}
#announcements a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#top_container {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
}
#body_bg_fx {
	background-image: url(../images/body_bg_fx.jpg);
	background-repeat: repeat-x;
}
#content_bg_fx {
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center 55px;
}
#content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 25px;
}
#footer {
	width: 920px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0d6c8;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	color: #af9a77;
	text-align: center;
	font-size: 10pt;
}
#footer a{
	color: #af9a77;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
/*p{
	padding:0;
	margin:0;
}*/
#top_content {
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#menu_container {
	height: 55px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#top_links {
	position: absolute;
	right: 0px;
	bottom: 15px;
	color: #DBCDB0;
	white-space: nowrap;
	font-size: 12pt;
}
#top_links a {
	color: #EAE1D0;
	text-decoration: none;
}
#top_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#flash_featured_container {
	background-image: url(../images/flash_featured_bg.gif);
	background-repeat: no-repeat;
	height: 224px;
	width: 920px;
}
#content_container {
	width: 920px;
	padding-top: 20px;
}
#content_container a {
	color: #936800;
	background-color: #fcf6e4;
	text-decoration: underline;
}
#content_container a:hover {
	text-decoration: none;
}
#flash_placeholder {
	background-image: url(../images/flash_placeholder.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 224px;
	width: 457px;
	color: #FFFFFF;
}
#featured_sections_placeholder {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/featured_bg.gif);
	background-repeat: repeat-y;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#featured_books {
	background-image: url(../images/featured_books_bg.jpg);
	float: left;
	width: 245px;
	padding-top: 80px;
	font-size: 10pt;
	padding-right: 15px;
	padding-left: 20px;
	background-color: #FDF6E4;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 20px;
}
#featured_art_gallery {
	background-image: url(../images/featured_art_gallery_bg.jpg);
	float: left;
	width: 245px;
	padding-top: 80px;
	font-size: 10pt;
	padding-right: 15px;
	padding-left: 20px;
	background-color: #FDF6E4;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 20px;
}
#featured_music {
	background-image: url(../images/featured_music_bg.jpg);
	float: left;
	width: 245px;
	padding-top: 80px;
	font-size: 10pt;
	padding-right: 15px;
	padding-left: 20px;
	background-color: #FDF6E4;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 20px;
}
.featured_separator {
	float: left;
	height: 40px;
	width: 40px;
}
#featured_book_image {
	height: 155px;
	width: 102px;
	margin-right: 3px;
	margin-left: 10px;
	position: absolute;
	left: 150px;
	top: 10px;
	background-image: url(../images/book_placeholder.jpg);
	background-repeat: no-repeat;
}
#featured_art_gallery_image {
	height: 96px;
	width: 96px;
	margin-right: 3px;
	margin-left: 10px;
	position: absolute;
	left: 157px;
	top: 10px;
	background-image: url(../images/art_gallery_placeholder.jpg);
	background-repeat: no-repeat;
}
#featured_music_image {
	height: 92px;
	width: 100px;
	margin-right: 3px;
	margin-left: 10px;
	position: absolute;
	left: 153px;
	top: 10px;
	background-image: url(../images/music_placeholder.jpg);
	background-repeat: no-repeat;
}
#placeorder_bts_container {
	height: 40px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.redtext {
	color: #FF0000;
}
-->