/* 
    Document   : case-study
    Created on : 25-Feb-2010, 11:55:49
    Author     : matt
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

/* INDIVIDUAL CASE STUDY LAYOUT */
#latest-news-left
{
    float:left;
    width:710px;
}

#latest-news-right
{
    float:left;
    width:220px;
    padding-left:10px;
}


