body
{
    margin: 0;
    padding: 0;
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #8c8c8c;
}

#layout
{
    width: 960px;
    margin: 0 auto;
}

.invisible
{
    display: none;
}

h1
{
    width: 748px;
    height: 98px;
    margin: 280px auto 70px auto;
    text-indent: -999999px;
    background: url("MyLove Company Logo.png");
}

h2
{
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 20px;
}

p
{
    margin: 0;
    margin-left: 12px;
}

a
{
    /* Remove Firefox dotted border */
    outline: none;

    color: #8c8c8c; /* same as body color */
}

#things
{
    float: left;
    width: 604px; /* 960 - 300 - 56 */
    margin-left: 56px;
}

#things a
{
    text-decoration: none;
}

#things #exifeverywhere
{
    margin-top: 56px;
    margin-left: 32px;
    display: block;
}

#things #exifeverywhere:hover
{
    color: #2c2c2c;
}

#things #exifeverywhere .icon
{
    display: block;
    float: left;
    background: url("Exif Everywhere Icon.png");
    background-position: 89px;
    width: 88px;
    height: 84px;
    margin-right: 23px;
}

#things #exifeverywhere:hover .icon
{
    background-position: 0;
}

#things #exifeverywhere .title
{
    display: block;
    font-size: 24px;
    padding-top: 2px;
    padding-bottom: 5px;
}

#things #exifeverywhere .description
{
    display: block;
    margin-left: 112px; /* 88 + 23 + 1 */
}

#news
{
    float: right;
    width: 216px; /* 300 - 56 - 28 */
    height: 360px;
    background: url("Border Dot.png") repeat-y;
    padding-left: 28px;
    margin-right: 56px;
}

#news .date
{
    font-size: 12px;
    font-weight: bold;
    background-color: #f2f2f2;
    padding: 6px;
    margin-bottom: 3px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}


#news p
{
    padding-left: 6px;
    padding-bottom: 32px;
}

#mail
{
    clear: both;
    padding-top: 38px;
    padding-bottom: 14px;
    text-align: center;
}