﻿#projects td {
    text-align: center;
    width: 135px;
    padding-bottom: 30px;
}
#projects td a {
    color: #E56819;
    font-size: 13px;
    font-weight: bold;
}
#projects td img {
    border: 1px solid #575454;
    width: 75px;
    height: 75px;
}


/*********************************/
/********** PROJECT.ASP **********/
/*********************************/
#mainTable {
    background-color: #DBDBDB;
    width: 650px;
    height: 500px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#projectTitle {
    background-image: url(http://www.zehavy.com/images/project_title.gif);
    height: 95px;
    width: 550px;
}

#projectName {
    font: bold 20px Arial;
    margin-top: 50px;
    width: 335px;
    text-align: left;
}

#imageStrip {
    background-image: url(http://www.zehavy.com/images/project_leftBack.gif);
    border-left: 1px solid #575454;
    border-right: 1px solid #575454;
    margin-left: 25px;
    padding-top: 20px;
    width: 75px;
    height: 500px;
}
#imageStrip img {
    border-top: 1px solid #575454;
    border-bottom: 1px solid #575454;
    width: 75px;
    height: 75px;
    margin-bottom: 8px;
}

#details {
    color: #E56819;
    font: bold 14px Arial;
    padding: 0px 15px 0px 15px;
    height: 405px;
    width: 550px;
}
#details span {
    color: #575454;
    font: bold 14px Arial;
}