﻿#home .content
{
    background-image:url(../img/Home/Home2.png);
    background-repeat:no-repeat;
    top:60px;
    color:#fff;
    position: relative;
    padding:12px 0px;
    font-size:12px;
    width:613px;
    margin:0px auto;
}

#home .content .incubation
{
    line-height:35px;
    text-transform:uppercase;
    font-size:22px;
    font-family:"Century Gothic","Trebuchet MS",Helvetica,arial;
    text-shadow: 1px 1px 0 #000000;
    text-align:center; 
}
#home .content .incubation a
{
    color:#99CC00;
    text-decoration:none;
    cursor:pointer;
}
#home .content .incubation a:hover
{
    text-shadow: 2px -2px 0 #000000;
}

#home .content .columns
{
    padding:104px 0px 0px 66px
}
#home .content p
{
    margin:0px 0px 12px 0px;
}
#home img
{
    position: absolute;
    top:75px;
    left:262px;
    border:none;
}
#home .content .left
{
    width:250px;
    float:left;
}
#home .content .right
{
    padding:0px 0px 0px 304px;
}
#home .content .right p
{
    width:225px;    
}
