html, body{
    text-align:center;
    font-size:12px;
    font-family:Arial, Verdana, sans-serif;
    background-color:#FFF;
    margin:0; padding:0;
    background-color:#0462BC;
    background-image:url(img/bg.gif);
    background-repeat:no-repeat;
    /**height:101%;**/
}

#intain{
    text-align:left;
    width:749px;
    margin:auto;
    /**height:100%;**/
}

#fTOP{
    height:160px; width:100%;
}

#logo{
    width:181px; height:160px;
    background-image:url(img/logo.png);
    background-repeat:no-repeat;
    display:block;
    float:left;
}

#pchead{
    width:568px; height:160px;
    background-image:url(img/tph.png);
    background-repeat:no-repeat;
    display:block;
    float:right;
}

/** BOX DEFINITIONS STart **/
.lbox_p1{
    width:229px;
    background-image:url(img/flb_bg.png);
    background-repeat:repeat-y;
    margin:0 0 15px 0;
}

.lbox_p2{
    width:229px;
    background-image:url(img/slb_bg.png);
    background-repeat:repeat-y;
    margin:0 0 15px 0;
}

.lbox_nshader{
    width:229px;
    background-image:url(img/shader.png);
    background-position:right;
    background-repeat:repeat-y;
}

.nshader_smask_ph{
    width:229px;
    background-image:url(img/shader_mask.png);
    background-position:top right;
    background-repeat:no-repeat;
}

.lbox_p1_top{
    width:229px;
    background-image:url(img/fibox_top.png);
    background-position:top left;
    background-repeat:no-repeat;
}

.lbox_p2_top{
    width:229px;
    background-image:url(img/secbox_top.png);
    background-position:top left;
    background-repeat:no-repeat;
}

.lbox_p1_bottom{
    width:229px;
    background-image:url(img/fibox_bottom.png);
    background-position:bottom left;
    background-repeat:no-repeat;
    height:300px;
}

.lbox_p2_bottom{
    width:229px;
    background-image:url(img/secbox_bottom.png);
    background-position:bottom left;
    background-repeat:no-repeat;
}

/** BOX DEFINITIONS END **/

#down{
    width:749px;
    padding:0 0 10px 0;
    background-color:#FFF;
    overflow:visible;
}

#leften{
    float:left;
    width:229px;
}

#righten{
    float:right;
    width:520px;
}

.clearall{
    height:1px;
    overflow:hidden;
    clear:both;
}

#finish_pic{
    width:520px; height:196px;
    background-image:url(img/picFIN.png);
    background-position:top;
    background-repeat:no-repeat;
}

#txIN{
    padding:20px 13px 0 13px;
}

#txIN h1{
    font-size:24px;
    color:#FF9900;
    margin:0; padding:0 0 20px 0;
    font-weight:normal;
}

p.text{
    color:#333333;
    font-size:12px;
    margin:0; padding:0 0 7px 0;
}

ul.navigation{
    margin:0; padding:58px 0 0 12px;
    list-style:none;
}

ul.navigation li{
    font-size:12px;
    border:1px solid #F1F1F1;
    border-width:0 0 1px 0;
    width:180px;
    list-style:none;
    margin:0 0 5px 0; padding:0 0 5px 0;
    display:block;
}

ul.navigation li a:link, ul.navigation li a:visited{
    margin:0 0 0 5px;
    background-image:url(img/arrs.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding:1px 0 0 20px;
    font-size:14px; color:#000;
    text-decoration:none;
    display:block;
}

l.navigation li a:active, ul.navigation li a:hover{
    margin:0 0 0 5px;
    background-image:url(img/arrs.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding:1px 0 0 20px;
    font-size:14px; color:#626262;
    text-decoration:none;
    display:block;
}

.fotos{
    padding:15px 0 0 14px;
}

.fotos img{
    margin-bottom:15px;
}

#footer{
    margin-top:50px;
    text-align:right;
    font-size:11px;
    color: #333333;
    /**color:#D1D1D0;**/
}

#footer a:link, #footer a:visited{
    font-size:11px;
    /**color:#D1D1D0;**/
    color: #333333;
    text-decoration:none;
}

#footer a:active, #footer a:hover{
    font-size:11px;
    color:#9A9A9A;
    text-decoration:underline;
}