/*******************************************************************************
 *
 * Description: The CSS for #9D9D9D template
 * Date: 2008-11-14
 *
 * This stylesheet is tested under Internet Explorer 6 and Firefox 3.
 *
 * Dynamic properties are used to get around CSS problems in Internet Explorer 6
 * or above that are not resolvable using standard-compliant methods.
 * http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/recalc.asp
 *
 * The underscore hack is used to get around CSS problem in Internet Explorer 6.
 * http://wellstyled.com/css-underscore-hack.html
 *
 * See CSS comparison table like this to see what is safe to use:
 * http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(CSS)
 *
 ******************************************************************************/

/* Import master CSS and content CSS */
 @import url(../0/index.css); 
@import url(content.css);

body {
    width: 100%;
}

#content {
    padding: 25px;
    color: #000;
}

/**
 * Print-specific styles
 */

@media print {
    #content {
    }
}