/* 
Description: Layout stylesheet for Specifi site
Author: James Diacono (jd@thefarmdigital.com.au)
Date created: 18th of June, 2010
*/

body
{
    padding: 36px 14px;
}

#header
{
    margin-bottom:4px;
}

#body
{
    position: relative;
    background: #f1eee8;
    padding:8px;
}

#body .corner
{
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
}

#body .corner.lb
{
    background-image: url(../images/corner_lb.gif);
    bottom: 0;
    _bottom: -5px;
    left: 0;
}

#body .corner.rb
{
    background-image: url(../images/corner_rb.gif);
    bottom: 0;
    _bottom: -5px;
    right: 0;
}

#body .corner.lt
{
    background-image: url(../images/corner_lt.gif);
    top: 0;
    left: 0;
}

#body .corner.rt
{
    background-image: url(../images/corner_rt.gif);
    top: 0;
    right: 0;
}

#body .sidebar 
{
    width:20em;
    float:left;
    padding-left:2em;
}

#body .content 
{
    margin-left:25em;
    _zoom:1;
}

#footer
{
}
