body 
{
    background-color: #d4e4c6;
    margin: 0;
    color: #666666;
    font-family: Verdana;
    font-size: 12px;
}

h1
{
    font-family: Verdana;
    text-transform: uppercase;
    color: #235800;
    font-size: 180%;
}

h2
{
    font-family: Georgia;
    color: #000;
    
}

a, a:visited
{
    color: #235800;
}

a:hover
{
    color: #fc8404;
}

a img
{
    border: none;
}

            
#header
{
    height: 120px;
    margin: 0;
}

#middle 
{
    margin: 0;
    background-color: #fff;
    padding: 20px;
}

.wrapper
{
    margin: 0 auto;
    width: 1000px;
}

    #header #nav
    {
        float: right;
        margin-top: 93px;
        font-family: Verdana;
        font-size: 13px;
    }
        #header #nav a, a:visited
        {
            text-decoration: none;
            color: #235800;
            font-weight: bold;
        }
            #header #nav a:hover
            {
                text-decoration: none;
                color: #fc8404;
                font-weight: bold;
            }
#main-content
{
    margin: 15px 5px 15px 35px;
}
    
    #main-content .testimonial
    {
        float: right;
        padding-left: 20px;
        margin-left: 10px;
        width: 230px;
        text-align: center;
    }

.home-slide-text
{
    font-size: 80%;
    padding: 5px 0 0 15px;
}

.home-title 
{
    margin-bottom: 10px;
}

#home-table
{
    width: 100%;
    margin: 10px 0;
}
    #home-table td
    {
        vertical-align: top;
    }
    
    #home-table .left-col
    {
        width: 300px;
        font-weight: normal;
        line-height: 16px;
        font-size: 110%;
        padding: 0 20px;
    }
    
    #home-table .right-col
    {
        
    }
    
.rounded-box
{
    background: url(../images/rounded-box.gif) no-repeat top left;
    padding-left: 20px;
}
    
    .rounded-box .top-right
    {
        background: url(../images/rounded-box.gif) no-repeat top right;
        padding-top: 20px;
    }
    
    .rounded-box .center
    {
        background: #fff;
        margin-left: -20px;
        padding-left: 13px;
        padding-right: 13px;
        border-left: solid #ccc 1px;
        border-right: solid #ccc 1px;
    }
    
    .rounded-box .bot-left
    {
        background: url(../images/rounded-box.gif) no-repeat bottom left;
        margin-left: -20px;
        padding-left: 20px;
    }
    
    .rounded-box .bot-right
    {
        background: url(../images/rounded-box.gif) no-repeat bottom right;
        height: 20px;
    }
    
    .rounded-box .proj-title
    {
        font-weight: bold;
        font-size: 110%;
        color: #235800;
    }
    
.project
{
    width: 100%;
}    
    .project .title
    {
        font-size: 110%;
        font-weight: bold;
        color: #235800;
        padding-bottom: 10px;
    }
    
    .project .descr 
    {
        width: 100%;
    }
    
    .project .img img
    {
        width: 433px;
        padding: 2px;
        border: 1px solid #ccc;
    }
    
    .project .work
    {
        font-size: 90%;
        line-height: 17px;
    }


.project2
{
    font-size: 11px;
}
    .project2 td
    {
        vertical-align: top;
    }
    
    .project2 .img img
    {
        padding: 2px; 
        border: 1px solid #ccc;
    }
    
    .project2 .descr
    {
        padding: 0 0 0 10px;
    }
    
    .project2 ul
    {
        margin-left:25px;
    }
    
    .project2 .tech
    {
        margin-bottom: 10px;
    }
    
    .project2 ul li
    {
        margin-bottom: 3px;
    }
    
    .project2 .descr-text
    {
        font-size: 90%;
    }
    
    .project2 .title
    {
        font-family: Georgia;
        font-weight: bold;
        font-size: 175%;
        color: #000;
        margin-bottom: 7px;
    }
    
    .project2 .launch
    {
        float: right;
        font-size: 13px;
        text-decoration: none;
        margin-top: 3px;
    }
    
    .project2 .launch:hover
    {
        color: Orange;
    }

.bioImgCell
{
    vertical-align: top;
}

.bioImg
{
    padding: 2px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.bioText
{
    vertical-align:top;
    padding-left: 20px;
    padding-bottom: 20px;
}

.heading1
{
    font-family: Georgia;
    font-weight: bold;
    font-size: 140%;
    color: #000;
    padding-bottom: 5px;
}

.sites-appbar-gradient
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../images/bargrad.png) repeat-x scroll left top;
    height: 5px;
    margin-bottom: -5px;
    position: relative;
    z-index: 100;
}
    
.clear { clear: both; } 

.form td .textbox, select { border: 1px solid #ccc; font-size: 100%; padding: 5px; width: 400px;} 
