
/***HEADER***********************************************/
#header 
{
    height: 280px;
    
}

a:link { 
	color: #04131f;
	}
a:visited { 
	color: #04131f;
	}
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
	}
a:active { 
	color: #04131f;
	}

#content 
{
    width: 760px;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    color: #fff; 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

#contentTop
{
    width: 760px;
    height: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/contentBGTop.png) bottom center no-repeat;
}

#contentPadding
{
    padding: 10px;
    padding-top: 0px;
}

#contentBottom
{
    width: 760px;
    height: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/contentBGBottom.png) top center no-repeat;
}

#contentWrapper
{
    width: 760px;
    height: 100%;
    text-align: left;
    background: url(../images/contentBGMiddle.png) center repeat-y;
}

#contentWrapper ul
{
    padding-left: 20px;
}

#contentWrapper p
{
    padding-top: 10px;
}

/***FOOTER***********************************************/
#footer 
{

    width: 100%;
    height: 32px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
    text-align: center;
    vertical-align: middle; /*** vertical-align and line-height to center text vertically ***/
    line-height:32px;
    
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

#navbar
{
    height: 36px;
    padding-top: 228px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.navelement
{
    padding-left: 18px;
}

.appButton
{
    padding-left: 18px;
    padding-top: 28px;
    text-align: center;
}

.video
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ssthumb
{
    height: 240px;
    width: 160px;
    border: 1px solid #000;
    margin: 10px;
    margin-top: 0px;
}

.ssrow
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
