﻿
div#appsAndInfo
{
    width:950px;
    margin:0 auto;
    padding:10px 0 20px 0;
}

div#ourApps
{
    width:600px;
    float:left;
}
div#latestInfo
{
    width:350px;
    float:left;    
}

#latestInfo h1
{
    margin:0;
    padding:0;
    line-height:20px;
}

div.app
{
    float:left;
    width:600px;
    margin:0px 0 20px 0;
}

div.appTile
{
    width:150px;
    float:left;
    margin:5px 0 0 0;
}
.appTile img
{
    float:left;
}
.appTile span
{
    margin:15px 0 0 0;
    display:block;
    width:150px;
    height:34px;
    padding:10px 0 0 0;
    background-color:#666666;
    color:White;
    text-decoration:none;
    text-align:center;
    font-size:16px;
    float:left;    
}
div.appfooter {
    float:left;
    width:600px;
}
.appfooter a
{
    /*height: 40px;*/
    margin:0 0 0 0;
    display:block;
    width:150px;
    padding:0px 0px 0px 0px;
    background-color:#F09609;
    color:White;
    text-decoration:none;
    text-align:center;
    font-size:16px;
    float:left;
}
.appfooter a:hover
{
    text-decoration:underline;
}

div.appDescription
{
    width:380px;
    float:left;
    margin:0 40px 0 20px
}

