*{
margin: 0px;
padding: 0px;
border: 0px;
}

a{
color: #990000;

}

html,body{margin: 0;padding:0;height:100%;}

body>div.td1{height:auto;min-height:100%}

.b2{
background-color: #cccc99;
background-image:url(../images/viniback.gif);
background-attachment: fixed;

}

.main{
width:100%;
height: 100%;
border-collapse: collapse;
}

.td1{
text-align: left;  
width: 157px;
height: 100%;
background-color: #ffffcd;
vertical-align: top;
}

.td2{
padding-left: 40px;
vertical-align: top;
text-align: left;
}
.td2 img{
margin: 10px;

}
.td2 a{
font-weight: bold; 
}

/* menu-frame - old
.menu{
BACKGROUND-image:url(../images/back.gif);   
width:20%;
float:left;
background-repeat: repeat-y;   
border: 0px;
padding: 0px;
margin: 0px;
  
}  */
.menu{
display: inline;
background-color: #ffffcd;
width: 157px;
float:left;
}

.menu ul{
display:inline;
float: left;
list-style: none;
width: 137px;
text-align: left;
border: 0px;
padding: 0px;
margin: 0px 10px;
}

.menu li{
display: inline;
float: left;
width: 137px;
font-size: 14px;
background: url(../images/separatoreMenu.gif) left bottom no-repeat;
}

.menu a{
display: inline;
float: left;
width: 137px;
padding: 10px 0;
 color: #684829;
 text-decoration: none;
font-family: Times New Roman;
}

.menu h3{
font-weight: lighter;
font-size: 11px;
display: inline;
float: left;
width: 137px;
padding: 10px 0;
 color: #684829;
 text-decoration: none;
font-family: Times New Roman;
}

.menu a:hover{
 color: #990000;
font-style: italic;
}

.content{

overflow: auto;
float:right;
width:80%;
}


