/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_13"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_13"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */



/* import the footer */
@import "ControlPanel.css";
@import "header.css";
@import "nav.css";
@import "main.css";
@import "footer.css";


/* ------------------------  Colors Used ----------------------------
*-------------------------------------------------------------------*/
body
{
    font-family:Times New Roman, Arial, Helvetica;
    font-size:11pt;
    background-image: url(Images/background.jpg);
    background-repeat:repeat;
}

#page
{
    height:100%;
    margin: 50px 50px 50px 50px;
    clear:both;
}

.White
{
    color:white;
}

.toppane, .leftpane, .contentpane, .rightpane, .bottompane
{
vertical-align:top;
}