#content-left
{
    width: 420px;
}

table#projects
{
    margin-top: 10px;
    background: rgb(255, 255, 255);
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    border: 1px solid rgb(240, 240, 240);
    text-align: center;
}
    table#projects .header
    {
        font-weight: bold;
        text-align: center;
        font-size: 17px;
    }

    table#projects td
    {
        padding: 6px;
        width: 207px;
    }

    tr.alt
    {
        background: rgb(225, 225, 225);
    }

dl {
	text-align: center;
}

dd {
	margin-bottom: 16px;
	margin-left: -10px;
}
