﻿#mainWrapper1
{
    width: 763px;
    height: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background: white;
    border: 1px solid #BBB;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
}

#mainWrapper2
{
    border: 1px solid #AAA;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

#headerArea
{
    position: relative;
    background: #fdfdfd;
    padding: 0 0 4px 30px;
}
#headerArea .go-home       
{ 
    display: block; 
    color: #333; 
}
#headerArea a.go-home:hover 
{ 
    color: #001779;
}



#footerArea
{
    padding: 5px 10px 0 0;
    text-align: center;
}

#siteInfo
{
    color: Gray;
    text-align: center;
    background: #FFFFFF;
    padding: 0 10px 10px 10px;
}

#Groovybits
{
    display: block;
    position: relative;
    top: -30px;
    left:-25px;
    font-size: 3.25em;
    font-weight: normal;
    margin: 40px 0 -20px 0;
    padding:30px 0 95px 300px;
    letter-spacing: 0.1em;
}

#Groovybits .logo
{
    position: absolute;
    top: 0;
    left: 0;
}

#Groovybits #sl-logo
{
    position: absolute;
    left: 1000px;
}

#Groovybits #simple-logo img
{
    width: 267px;
    height: 164px
}

#Groovybits .logo #install-sl
{
    position: absolute;
    bottom: -10px;
    left: 5px;
    font-size: 6pt !important;
    line-height: 1.2em;
    color: #999;
}

#byline
{
    display: block;
    position: relative;
    top: 60px;
    left: -90px;
    color: #D78821; /*#00ABF2; /*#333;*/
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.37em;
    white-space:nowrap;
}

#contentArea
{
    background-color: #DEE5F4;
    background: #FFF url(framing-tile.jpg) 0 0;
    padding: 15px 15px 25px 15px;
}

#contentArea h1,
#contentArea h2,
#contentArea p
{
    margin-left: 15px;
}

#unconstrainedContentArea
{
    background: none;
    padding: 15px 8px 10px 15px;
}

#extrabits
{
    margin: 0 0 0 10px;
}

#extrabits h2
{
    color: #333;
    margin-bottom: -10px;
}

#extrabits p
{
    color: #333333;
    text-align: center;
}


#inviteContact
{
    padding: 10px 0 0 20px;
    text-align: left;
    font-size: 29px;
}



pre
{
    font-family: Lucida Sans Unicode, Lucida Console, Monaco, monospace;
    font-size: small;
}
