﻿body 
{       
        font-family: Arial;        
        padding:0px;
        margin:0px;
}

a
{
    text-decoration:none;
    color:Purple;
}
    
a:hover
{
    color:White;
}    

.MidPanel2
{       
    width:600px;
    height:398px;    
    background-color:Black;
    font-size:11px;
    padding:0px;
    color:White;
}

.NubeMidPanel
{
    padding:0px;    
    width:600px;
    height:398px;    
    background-color:Black;    
    font-size:11px;
    padding:0px;
    color:White;    
}

    
.AboutUsPhoto
{
    width:150px;
    height:100px;
    margin:0px;    
}

.AboutUsTitle
{
    width:440px;
    height:19px;
    margin-left:150px;
    margin-top:-100px;
    padding:5px;    
    font-weight:bold;
    background-color:#0b0217;
    text-align:center;
    border-bottom:solid 1px #412c41;
}

.AboutUsMainText
{
    width:437px;
    height:355px;
    margin-left:150px;
    padding:5px;
    text-align:center
}


Table.AboutUs td
{
    color:#9c837c;
}    

Table.AboutUs th
{
    width:100px;
}
        
.AboutUsFooter
{ 
    margin-top:-15px;
    width:447px;
    height:12px;
    margin-left:150px;    
    padding:3px;
    font-size:11px;
    text-align:center;
    
}
    