/*******************
* COLORS AND FONTS *
********************/

/* from http://kuler.adobe.com/#create/fromacolor using color #32372a */

body 
{
    font-family: georgia, garamond, serif;
    font-size:90%;
}
body a 
{
    text-decoration:none; color:#83655E;
}
#t_content a {
    border-bottom: 1px solid #F3C5CE;
}
#t_content a:hover {
    border-bottom: 1px solid #A3957E;
}
body, #t_top-menu li a:hover
{
    background-color:#32372a; /* darkest green */
}
.t_sub-menu_item 
{
    color: #748958; /* greenish */
}
#t_top-menu li a, #t_top-menu, #t_content_inner, #t_content     
{
    background-color:#edffe5; /* green-white */
}
h1#t_title a, #t_top-menu li a:hover, #t_sub-menu a:hover
{
    color:#edffe5;
}
#t_content, #t_top-menu a, #t_top-menu a:visited 
{
    color:#3e414a; /* bluish content */
}
h1.t_page-title {font-variant:small-caps; opacity:0.8}
h1, h2, h3, h4 {font-weight:normal}
h2 {color: #6A4D46 }
h3 {color: #83655E }
.right {float:right}
.left {float:left}
hr.spacer { width:700px; border:none}