

/*********************
* FUNDAMENTAL LAYOUT *
**********************/

body
{
    background:#32372a url('/themes/2009/images/bg.jpg') top left repeat-x;
    
}
#t_site-navigation 
{
    position:absolute; 
    top:0px; bottom:0px; left:0px; width: 15em;
}
h1#t_title 
{
    height:70px; margin:30px 0px 0px 30px; padding:0; font-weight:normal;
}

#t_content 
{
    position:absolute;
    top:100px; bottom:0px; height:auto; left: 15em; 
}
#t_content_inner 
{
    padding: 2em;
}

#t_screenshot 
{
    position:absolute;
    right:0px; top:0px; width:15em;
    overflow:hidden;
}
#t_top-menu 
{
    display:block; width:100%; height: 2em; line-height:1em;
    margin:0px; padding:0px;
    list-style-type:none;
}
#t_top-menu li 
{
    float:left; margin:0px; padding:0px;
}
#t_top-menu li a
{
    display:block; 
    padding:.5em;
}
#t_sub-menu, #t_sub-menu_level3
{
    margin:2em 1em 0em 1em; padding:0px;
    list-style-type:none;
}

/****************
* BASIC STYLING *
*****************/
#t_site-navigation {}
h1#t_title a
{
    font-weight:normal; text-decoration:none;
}
#t_content 
{   
    line-height: 2em;
}
#t_top-menu 
{
    list-style-type:none;
}
#t_top-menu li
{
    text-align:center;
}
#t_sub-menu a {
    display:block;
    padding: 10px;
    width:100%;
}

#t_sub-menu a.current {
    color:white;
    background: #394933;
}