﻿img, div, body, td, ul { behavior: url(iepngfix.htc) }


body, html {
    font-family:Helvetica, Arial;
    font-size:12px;
    background-color:#ffffff;
    margin:0;
}

body {
    background-image:url('../images/back_hands.jpg');
    /*background-position:center;*/
    /*background-repeat:no-repeat;*/
    background-attachment:fixed;  
}

#container {
    width:100%;
    text-align:center;
}

table {
    margin:0 auto;
    width:650px;
}

#box_top {
    width:100%;
    height:100px;
}

#box_content {
    width:700px;
	height:560px;
    background-image:url('../images/back_content.png');
    background-repeat:no-repeat;
    padding:40px;
    text-align:left;
    vertical-align:top;
}


#menu_top,#menu_down {
    width:100%;
    text-align:right;
    padding-right:40px;
    color:#808080;
    line-height:20px;
}

#box_upleft,#box_downright {
    background-image:url('../images/back_quatro.png');
    background-repeat:no-repeat;
    background-color:transparent;
    max-height:200px;
    width:300px;
    text-align:left;
    padding:20px;
    margin:0 auto;
}

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

#box_content a:link, #box_content a:visited {
    text-decoration: underline;
}

#menu_main {
    text-align:center;
    color:#808080;
}

.menu {
    background-image:url(../images/menu_off.png);
    background-repeat:no-repeat;
    width:70px;
    height:22px;
    color:#CA1816;
    font-weight:normal;
    float:left;
    text-align:center;
    margin-right:2px;
    line-height:20px;
    font-size:10px;
}


.menu:hover {
    background-image:url(../images/menu_on.png);
}

.toplink,.downlink {
    color:#808080;
    text-decoration:none;
    font-weight:normal;
}

.colored {
    width:100%;
    line-height:2px;
    margin-top:2px;
}

.toplink:hover,.downlink:hover {
    color:#CA1816;
}

.title {
    font-size:14px;
}

img {border:0px}
