h1
{
    margin: 0px;
    font-weight: normal;
    font-size: 26px;
    color: #999999;
}

.page-section
{
    width: 906px;
    padding-right: 6px;
    margin: 0px auto;
    overflow: auto;
}

.slide-rest
{
    height: 80px;
    background: #333333 url(../Images/slide-rest.jpg) repeat-y center top;
}

.slide-shadow
{
    width: 900px;
    height: 320px;
    padding: 20px;
    margin: 10px auto 50px auto;
    background: url(../Images/slide-shadow.png) no-repeat;
}

.slide-frame
{
    width: 878px;
    height: 298px;
    padding: 10px;
    border: solid 1px #444444;
    background-color: #ffffff;
}

.slide-canvas
{
    background-color: #000000;
    width: 878px;
    height: 278px;
}

.slide-scene
{
    display: none;
    position: absolute;
    z-index: 1;
    width: 878px;
    height: 278px;
}

.slide-text
{
    display: none;
    position: absolute;
    z-index: 2;
    width: 878px;
    height: 278px;
}

.slide-nav
{
    margin-top: 10px;
    float: right;
    font-size: 0px;
}

.slide-nav a
{
    display: block;
    float: left;
    width: 30px;
    height: 10px;
    margin-left: 10px;
    background-color: #444444;
    border-bottom: none;
}

.slide-info
{
    margin: 8px 10px 0px 0px;
    float: right;
    font-size: 11px;
    font-style: italic;
    color: #444444;
}

.slide-info div
{
    display: none;
}

.left-col
{
    float: left;
    width: 273px;
    padding-left: 6px;
    padding-right: 20px;
    border-right: dotted 1px #cccccc;
    margin-right: 20px;
}

.mid-col
{
    float: left;
    width: 272px;
}

.right-col
{
    float: left;
    width: 273px;
    padding-left: 20px;
    border-left: dotted 1px #cccccc;
    margin-left: 20px;
}

.welcome
{
    padding-top: 20px;
    line-height: 150%;
    min-height: 220px;
}

.frame-face
{
    float: left;
    width: 76px;
    height: 76px;
    padding: 10px;
    background: url(../Images/Frames/face.png) no-repeat;       
    margin: -6px 6px 5px -6px;
}

.highlights
{
    padding-top: 13px;
    min-height: 227px;
}

.highlight-block
{
    overflow: auto;
    padding: 7px 0px;
}

.highlight-icon
{
    float: left;
    margin: -6px 6px 0px 0px;
}

.highlight-text
{
    float: left;
    width: 200px;
}

.tweets
{
    padding-top: 20px;
    line-height: 130%;
    min-height: 220px;
}

.view-more
{
    padding-top: 2px;
    text-align: right;
    font-style: italic;
}

