﻿.greyLeftProfileContainer
{
    margin:20px;
    float:left;
}

.greyLeftProfileContainer .inside
{
    padding:10px 20px;
    background-color:#ffffff;
    width:503px;
    #width:543px;
    float:left;
    min-height:175px;
    #height:195px;
    border-left:10px solid #eaeaea;
}

.greyLeftProfileContainer .inside h2
{
    font-family:Arial, Sans-Serif;
    font-size:20px;
    font-weight:normal;
    color:#666;
    margin-top:0px;
}

.greyLeftProfileContainer .menuBox
{
    float:left;
}

.greyLeftProfileContainer .profileImg
{
    float:left;
    width:130px;
    height:185px;
}

.greyLeftProfileContainer .profileImg img
{
    margin:10px 20px 0px 0px;
}

.greyLeftProfileContainer .content
{
    float:left;
}

.greyLeftProfileContainer .content .Normal, .greyLeftProfileContainer .content .Normal table * 
{
    font-size:12px;
    color:#666;
}

.greyLeftProfileContainer .content a
{
    color:#e4bc00;
    text-decoration:none;
    font-size:12px;
}

.greyLeftProfileContainer .content a:hover
{
    color:#e4bc00;
    text-decoration:underline;
}