#container
{
    margin: 0 auto;
    width: 640px;
    background:#fff;
}

.breakout
{
    -webkit-border-image: none;
    border-bottom-color: #333;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: #333;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #333;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #333;
    border-top-style: none;
    border-top-width: 0px;
    color: #333;
    display: inline-block;
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 96px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 0px;
    vertical-align: middle;
    width: 640px;
    word-wrap: break-word;
    zoom: 1;

}

.announcement
{
   background:#48e1bd;
   padding: 20px;
   font-size: 30px;
}

#header
{
    background:#ccc;
    padding: 20px;
}

#header h1 { margin: 0; }

p
{
    font-family: Times, serif;
    font-size: 18px;
    line-height: 24px;
}

#img
{
    background:#ccc;
    padding: 20px;
}

#navigation
{
    float: left;
    width: 600px;
    background:#333;
}

#navigation ul
{
    margin: 0;
    padding: 0;
}

#navigation ul li
{
    list-style-type: none;
    display: inline;
}

#navigation li a
{
    display: block;
    float: left;
    padding: 5px 10px;
    color:#fff;
    text-decoration: none;
    border-right: 1px solid#fff;
}

#navigation li a:hover { background:#383; }

#content
{
    clear: left;
    padding: 20px;
    width: 640px;
}

#kickstartercontent
{
    -webkit-border-image: none;
    border-bottom-color: #666;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: #666;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #666;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #666;
    border-top-style: none;
    border-top-width: 0px;
    color: #666;
    display: block;
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 81px;
    line-height: 27px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    vertical-align: baseline;
    width: 619px;
    word-wrap: break-word;
}

#content h2
{
    color:#000;
    font-size: 160%;
    margin: 0 0 .5em;
}

#footer
{
    background:#ccc;
    text-align: right;
    padding: 20px;
    height: 1%;
    width:640px;
}
