﻿#bkgPage{
	background-image:url(../images/bkg_news.jpg);
	background-repeat:no-repeat;
	background-position:center 139px;
}
#subHeaderText
{
    color:#632830;
}
.subHeaderText
{
    color:#632830;
}
#newsItemContainer
{
	margin-left:60px;
	width:660px;
	clear:both;
}
.newsPageTitle
{
    padding-top:30px;
    color:#bd4e30;
    font-size:13px;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:2px;
    margin-bottom:30px;
}
.newsItemDivider
{
    background-image:url(../images/divider_yellow_dotted.gif);
    background-repeat:repeat-x;
    height:5px;
    margin-top:12px;
    margin-bottom:12px;
}
.newsText p
{
    margin-bottom:8px;
}
.newsDate
{
    letter-spacing:2px;
    color:#bd4e30;
    font-size:13px;
    font-weight:bold;
    margin-bottom:4px;
}

#booksContainer
{
	margin-left:60px;
	padding-top:30px;
	width:660px;
	clear:both;
}
.bookCover
{
    float:left;
}
.bookInfo
{
    float:left;
    margin-left:30px;
    width:480px;
}
.bookTitle
{
    letter-spacing:2px;
    color:#bd4e30;
    font-size:13px;
    font-weight:bold;
    margin-bottom:4px;
}
.bookSubTitle
{
    color:#505046;
    font-size:13px;
    font-weight:bold;
    margin-bottom:4px;
}
.bookAuthor
{
    margin-bottom:8px;
}
.bookDescription
{
    margin-bottom:4px;
}
.bookItemDivider
{
    float:left;
    background-image:url(../images/divider_yellow_dotted.gif);
    background-repeat:repeat-x;
    height:5px;
    width:480px;
    margin-top:0px;
    margin-bottom:20px;
}
