/* 
    Document   : popup.css
    Created on : Jan 25, 2010, 1:38:49 PM
    Author     : dirk
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

#outerwrapper {
    width: 780px;
    margin:0 0 10px 25px;
    left: 0px;
}
#headerPicMed {
    overflow:hidden;
    width:780px;
}

#Inner_Content {
    padding:0px;
}
.contentwrapper {
    padding:15px 0 50px;
    width:780px;
}
.subfooter {
    width:780px;
}
#header {
    width:780px;
    margin:0 0 0 25px;
}
