#tableContent
{
    border:0px;
    width: 100%;    
    border-spacing: 0 0;    
}

#bodyContent
{
        vertical-align:text-top;
}

#header
{ 
    background-color:#ffffff;
    margin-left:140px;
    background-image: url('http://dudesmag.com/css/dudeslogo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    height:140px;
    max-height:140px;   
}

#left
{   
    vertical-align:text-top;
    width:140px;                
}

#center 
{ 
    margin-left:140px;  
    font:13px arial, helvetica, sans-serif; 
    margin-right:0px;
}

#right
{ 
    float:right;
    width:300px;
    height:100%;    
}

#footer 
{
    clear:both;
    background-color:#ff0080;
    height:100px;
}

.center 
{
    text-align: center
}

.centeredImage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.left
{ 
    float:left;
    height:auto;
    
}

.right
{ 
    float:right;
}
