/**
 * Layout CSS file
 * @author  George Alin Costea
 * @version 1.0
 * @CSSVER  2
 * @IEHACKS 1
 */

#wrapper { margin:auto; width:780px; }
/* {{{ */
    #topGLine    { float:left; width:780px; height:20px; background-color:#5f6b01; }
    #header      { float:left; width:780px; height:80px; background-image:url(../img/header_top.jpg);
                   background-position:0% 100%; background-repeat:no-repeat; background-color:white; }
    #background  { float:left; width:780px; background-color:white; }
    /* {{{ */
        #leftColumn  { float:left; width:217px; background-color:#191d09; background-position:100% 0%;
                       background-repeat:no-repeat; background-image:url(../img/header_left.jpg); }
        /* {{{ */
            #navigation     { float:left; width:189px; clear:both; list-style-type:none;
                              margin:15px 0px 10px 10px; *margin:15px 0px 10px 5px; }
            #navigation dd  { float:left; clear:both; background-color:green;
                              background-image:url(../img/button.png); background-position:0% 0%;
                              background-repeat:no-repeat; width:189px; height:25px;
                              margin:0px 0px 5px 0px; }
            #leftColumnDown { float:left;clear:both; width:217px; background-color:#c3c1b3;
                              border-top:solid 1px white; padding-bottom:10px;}
            /* {{{ */
                .leftBox { float:left; clear:both; width:193px; *width:181px; margin:10px 0px 10px 12px;
                           *margin:10px 0px 10px 6px; background-repeat:repeat-y;
                           background-image:url(../img/box_middle.png); background-position:0% 0%; }
                #copy    { float:left; clear:both; width:180px; margin:10px 0px 10px 10px; }
            /* }}} */
        /* }}} */
        #rightColumn { float:right; width:563px; min-height:600px; background-color:white; }
        /* {{{ */
            #landscape  { float:left; width:563px; height:218px;
                          background-image:url(../img/header.jpg); clear:both; }
            #bottomGBox { float:left; width:513px; *width:493px; height:50px; background-color:#5f6b01;
                          clear:both; margin-left: 20px; }
        /* }}} */
    /* }}} */
/* }}} */