/***************************************************************************************************
* css_content.php
* This code is part of the Wbiz-cms software (©www.Wbiz.dk)
*---------------------------------------------------------------------------------------------------
* You have to obtain permission before selling this code, using it on a commercial website, or
* redistributing it over the Internet. In all cases the copyright must remain intact as well as
* the credits and site link.
* For permission to remove copyright, credits and site link please contakt: permissions@wbiz.dk
* WbizCMS Version 2.3 - January 2009
* Design by Wbiz Design, © 2008 Kaj Christensen/wbiz@wbiz.dk
*---------------------------------------------------------------------------------------------------
* Content stylesheet for Wbiz-cms
****************************************************************************************************/
/* Page content */
#page_content {clear: both; background-color: #A8B1C4; margin-top: 0px;
        border-top: #848DAB 1px solid; border-bottom: #848DAB 0px solid; border-left: #848DAB 1px solid;  border-right: #848DAB 1px solid;}

/* The containers */
#left_container {float: left; background-color: transparent; height: 482px; width: 160px; margin-top: 0px;
        font-size: 0.8em; text-align: left; padding-left: 5px; padding-top: 10px; overflow : auto;
        border-top: #848DAB 0px solid; border-bottom: #848DAB 0px solid; border-left: #848DAB 0px solid;  border-right: #B1B9CB 1px solid;}

#center_container {background-color: transparent; height: 482px; margin-top: 0px; padding-right: 10px;
        font-size: 0.80em; text-align: left; padding-left: 15px; padding-top: 10px; overflow : auto;
        border-top: #848DAB 0px solid; border-bottom: #848DAB 0px solid; border-left: #B1B9CB 0px solid;  border-right: #848DAB 0px solid;}

#right_container {float: right; background-color: transparent; height: 482px; width: 190px; margin-top: 0px; margin-right: 0px;
        font-size: 0.8em; text-align: left; padding-left: 3px; padding-top: 10px; margin-right: 5px; overflow : auto;
        border-top: #848DAB 0px solid; border-bottom: #848DAB 0px solid; border-left: #848DAB 0px solid;  border-right: #848DAB 0px solid;}



