html{
    min-width:          870px;
}
body {
    font-size:          12px;
    line-height:        16px;
    color:              #444;
    font-family:        Verdana, sans-serif;
    margin:             0;
    padding:            0;
    background:         #efefef repeat-x center 88px;
    text-align:         left;
    height:             100%;
    padding-bottom:     68px;
    min-width:          870px;
}

p {
    line-height:        17px;
    margin:             10px 0;
    padding:            0;
    font:               12px Verdana,sans-serif;
}

h1,h2,h3 { margin-top:.8em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; }
h1 { font-size:218%; margin-top:0; padding-top: 1em; margin-bottom:.6em; color:#4d62b3; line-height:1.1em; }
h2 { font-size:150%; margin-top:1em; margin-bottom:.2em; line-height:1.2em; color:#4d62b3; }
h3 { font-size:125%; font-weight:bold; margin-bottom:.2em; color:#4d62b3; }

ul {
    padding-left:       35px;
}

a, #header h2 a:hover {
    color:              #4d62b3;
}

a:hover {
    text-decoration:    none;
    color:              #4d62b3;
    outline:            0;
}

img {
    border:             none;
}

#container {
    position:           relative;
    margin-left:        auto;
    margin-right:       auto;
    width:              730px;
    min-width:          730px;
    min-height:         100%;
    height:             auto;
    text-align:         justify;
    background:         #fff;
    padding:            0 20px 30px 20px;
    margin-bottom:      -10px;
    background: white url("/media/images/toto.png") bottom center repeat-x;
}


