* {
    margin: 0;
    padding: 0;
}

BODY {
    padding: 12px 0px;
    background-color: #FFFFFF;
    color: #fec3aa;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
}

A {
    color: #fec3aa;
    text-decoration: underline;
}

A:hover {
    color: #e89978;
}


IMG {
    border: none;
}

LI {
    list-style: none;  
    padding-left: 13px; 
    background: url('images/bullet.gif') no-repeat 0px 3px;
}                   

P {
    margin: 0px 0px 5px;
    text-align: justify;
    line-height: 14px;
}

H2 {
    padding: 1px 3px;  
    text-align: left;
    vertical-align: middle;
    /*height: 20px;*/
    background-color: #732604;
    font-weight: lighter;
    font-size: 14px;
    vertical-align: middle;
}

H3 {
    padding: 3px;  
    text-align: center;
    vertical-align: baseline;
    /*height: 20px;*/
    font-weight: bold;
    font-size: 12px;
}

DIV.clear {
    margin: 0px;
    height: 0px;
    clear: both;
    float: none;
    font-size: 0px;
    line-height: 0px;
}

DIV.link-more {
    margin-top: 1em;  
    margin-bottom: 2em;
    font-weight: bold;
}

DIV.link-more A {
    text-decoration: none;
}

DIV.banner {
    text-align: center;
}

DIV.banner IMG{
    background-color: #E5AB5D;
    padding: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
} 

P.signature{
    text-align: left;
    font-style: italic;
}

/* Page container */
#container {
    margin: 0px auto;
    width: 750px;  
}

/* Page Header */
#page_header {
    text-align: left;
}
#page_header H1{ 
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: lighter;
    color: #732604;
    text-align: left;  
    margin: 0;
    padding: 0;
    /*height: 30px;*/
}

/* Page path*/
#page_path {
    vertical-align: middle; 
    height: 16px; 
    clear: left;
    font-size: 10px; 
    font-weight: bold;
    color: #732604;
}

#page_path LI {
    background: none;
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Site Menu */
#site_menu {
    float: right;
    display: block;
}

#site_menu UL {
    margin:0;
    padding:0;
    border:none;
}

#site_menu LI {
    margin: 0;
    padding: 0;
    font-size: 10px; 
    font-weight: bold;  
    float:left;
    list-style: none; 
    background: none; 
}
#site_menu LI A{
    text-decoration: none;
    padding: 5px;
    background-color: #b5813c;
    border: 2px #e5ab5d solid;
    margin: 0;
    display: inline-block; 
}
#site_menu LI A:hover{
    background-color: #956a31;
}
#site_menu LI SPAN{
    background: #732604;
    padding: 5px;
    border: 2px #e5ab5d solid;
    margin: 0;
    display: inline-block;
}

/*Page path*/
#page_path A {
    color: #732604;
}

/* Body Containers */
#content{
    border: 10px #631603 solid;     
    background: #8F0101 url('images/body_divider.gif') repeat-y 186px;
    min-height: 450px;
}

/*Side container*/
#container_side{
    width: 186px;
    float: left;
    text-align: left;   
    margin-right: 14px;
}
#container_side H2 {
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;  
    display: block;
    clear: both;
}

#title_image {
    text-align: center; 
    padding: 0; 
}

/* Search Box */
#search_box{  
}
#search_box FORM{
    vertical-align: top;   
}
#search_box #search_text{
    background-color:#e5ab5d;
    color: #732604;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-style:italic;
    border:2px #b5813c inset;
    width: 98px;
    margin: 8px 0px 8px 27px;
}
#search_box #search_button{
    background-color:#732604;
    width:25px;
    height:19px;
    border:1px #b5813c outset;
    color: #fec3aa;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold; 
}
#search_box P {
    text-align: center; 
    font-size: 9px; 
    margin: 2px 0 0 0;
}

/* Search Form */
#search_form{ 
    margin: 15px 0; 
}
#search_form FORM{
    vertical-align: top;   
}
#search_form #search_text{
    background-color:#e5ab5d;
    color: #732604;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-style:italic;
    border:2px #b5813c inset;
    width: 467px;
}
#search_form #search_button{
    background-color:#732604;
    width:25px;
    height:19px;
    border:1px #b5813c outset;
    color: #fec3aa;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold; 
}

#advertisement {
    text-align: center;
}

/* Main container */
#container_main{
    width: 500px;
    float: right; 
    text-align: left;
    margin-left: 6px; 
    margin-right: 24px; 
}

#container_main H2 {
    margin-bottom: 3px;
    margin-top: 3px;
}

#container_main P, #container_main LI {
    margin-top: 8px;
    margin-bottom: 16px;
}

#container_main .link-more {
    text-align: right;
    height: 16px;   
} 

#container_main .link-more A {
    margin-left: auto;
    padding-left: 16px;
    display: block;
    float: right;
    height: 16px;
    background: url('images/readmore_bullet.gif') no-repeat 0px 0px;
}

.bookImage{
    background-color: #e5ab5d;
    padding: 2px;
    margin-left: 3px;
    margin-right: 6px;
    float: left;
}
     
/* Page Footer */
#page_footer {
    padding-top: 8px;
    text-align: center;
    color: #b08558;
    font-weight: normal;
    font-size: 11px;
}
#page_footer P {
    text-align: center;
}
#page_footer A {
    color: #b08558;
    text-decoration: none;
}
#page_footer A:hover {
    color: #976632;
} 

.pageDescription {
    font-style: italic;
}

#loader {
    display: block;
    background-color: #F0F0F0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    text-decoration: none;
}
#loader A, #loader A:visited, #loader A:hover {
    position: absolute;
    top: 45%;
    left:0;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    text-decoration: none;
    color: #008000;
}
#loader A IMG {  
    vertical-align: middle;  
}     