body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
    background:url(../img/bg.gif) repeat-x 0 0;
    color:#003c72
}

/* MAIN */

#main {
    width:auto;
    background:#e3e4e6;
    margin:0;
    padding:0;
    border:1px solid #003b72;
    border-left:0;
    border-right:0;
    
}

#content{
    width:960px;
    border:0px solid black
    
}

/* CONTENT */

#sx {
    float:left;
    width:420px;
    margin:20px 0;
    padding-top:45px
}

/* HEADER */

#header {
    color:white;
    text-align:center;
    width:100%;
    background:url(../img/bg_header.gif) 0 10px repeat-x;
    height:135px;
}

#header #tit1 {
    text-align:center;
    width:100%;
    font-size:25px;
    margin:0;
    padding:0;
    letter-spacing:7px;
    color:white;
    padding-top:2px
}


/* MENU */

#menu {
    width:100%;
    text-align:center;
    font-size:9px;
    margin:5px 0 0 0;
    border:0px solid black;
    clear:left;
    padding:0
}

#menu a{
    color:#003c72;
    margin:0 3px 0 5px;
    padding:2px 0 3px 4px;
    border-left:2px solid #003c72;
    text-decoration:none;
    
}

#menu a:hover{
    color:#f08002;
    font-size:10px
}

/* FOOTER */

#footer {
    background:#003b72;
    text-align:center;
    font-size:11px;
    color:white;
    line-height:20px;
}

#footer a {
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:10px;
}

#footer a:hover {
    color:#003c72;
}


a#privacy {
    color:white;
    text-decoration:none
}

a#privacy:hover {
    color:#ff7f00
}
/* WEBDIMENSION */

#web {
    width:100%;
    color:gray;
    font-size:11px;
    margin:7px 0;
    text-align:center
}

#web a{
    color:gray;
    text-decoration:none;
    font-weight:bold
}

#web a:hover{
    color:#003c72;
}
