@charset "UTF-8";
/*
Copyright 2009 Iribat Interactive LLC
Website: http://www.iribat.com/

Interactive Director: Emmanuel Tabiri
Email: emmanuel@iribat.com
Phone: +1.484.648.0441

Lead Programmer: Jeremy Keffer
Email: jeremy@iribat.com
Phone: +1.302.533.8191
*/

#content {
    height : 343px;
    overflow : hidden;
}

#content p {
    font-size : 0.83em;
}

#content a.teaser {
    text-decoration : none;
    font-size : 1.3em;
    font-weight : bold;
    color : #801616;
}

#content-left {
    height : 290px;
    width : 445px;
    background : #ea970f;
    padding : 15px;
}

#content-right {
    height : 320px;
    width : 475px;
    background : #ea970f;
    position : relative;
    top : -343px;
    left : 520px;
}

#news-and-galleries {
    height : 151px;
    overflow : hidden;
}

#news-and-galleries h2 {
    line-height : 0.7em;
}

#news {
    height : 130px;
}

#galleries {
    height : 130px;
    position : relative;
    bottom : 153px;
    left : 520px;
}

