/* Why these properties have a default? I dont like it */

* { margin: 0px; padding: 0px; border: 0px solid; list-style: none;}

/* And Why the body is not tiled? */

html, body {
    height: 100%;
    width: 100%;
}

/* Everything Ok, lets go style it */

body {
    background: #EEEEEE url(images/bg.jpg);
    margin: 0 auto;
    max-width: 1000px;
    min-width: 600px;
    font: 12px Verdana; color: #555555;
}


#head_1 {
    background: #DDDDDD url(images/mbox_top_mid.jpg) repeat-x;
    width: 100%;
    height: 161px;
}

#head_2 {
    background:  url(images/mbox_top_right.jpg) no-repeat right;
    width: 100%;
    height: 161px;
}

#head_3 {
    background: url(images/mbox_top_left.jpg) no-repeat left;
    width: 100%;
    height: 161px;
}

#menu {
    background: #EEEEEE url(images/menu_flex.jpg) repeat-x;
    height: 28px;
    width: 550px;
    position: relative;
    top: 12px;
    left: 20px;
}

#menu_2 {
    background: url(images/menu_r.jpg) right no-repeat;
    height: 28px;
}

#menu_3 {
    background: url(images/menu_l.jpg) left no-repeat;
    height: 28px;
    padding: 0 7px;
    text-align: center;
}

#menu li {
    height: 28px;
    position: relative;
    top: 7px;
    float: left;
    width: 100px;
}

#menu a {
    line-height: 30px;
    padding: 5px 0px;
    text-decoration: none;
    font: bold 0.9em Verdana; color: #444;
}
#menu a:hover {
    color: #E22;
    border: 4px solid #AAA;
    border-left: 0px; border-right: 0px;
}

#menu li .submenu{
    display: none;
    position: absolute;
    top: 15px;
    left: 0px;
}

#menu li:hover .submenu {
    display: block;
}

#menu li .submenu li {
    height: 25px;
    background: #EEEEEE url(images/menu_flex.jpg);
    width: 180px;
}

#menu li .submenu li a, #menu li:hover .submenu li a {
    line-height: 28px;
    padding: 0;
    border: 0px solid;
}


h1 {
    text-indent: -9898px;
    background: url(images/logo.jpg) no-repeat;
    width: 182px; height: 114px;
}

#main_1 {
    background: #DDDDDD url(images/mbox_flex.jpg) repeat;
    width: 100%;
}

#main_2 {
    background:  url(images/mbox_right.jpg) repeat-y right;
    width: 100%;
}

#main_3 {
    background: url(images/mbox_left.jpg) repeat-y left;
    width: 100%;
}

#main_4 {
    background: url(images/main4_bg.jpg) no-repeat 20px top;
    padding: 0 20px;
}


#foot_1 {
    background: #DDDDDD url(images/mbox_bot_mid.jpg) repeat-x;
    width: 100%;
    height: 33px;
}

#foot_2 {
    background:  url(images/mbox_bot_right.jpg) no-repeat right;
    width: 100%;
    height: 33px;
}

#foot_3 {
    background: url(images/mbox_bot_left.jpg) no-repeat left;
    width: 100%;
    height: 33px;
}