DIV#app
{
	height: 100%;
	margin: auto;
}

DIV#home
{
	margin: 0 auto;
	width: 948px;
	height: auto;
}

DIV#logo
{
	height: 100px;
	background: url(../images/logo.jpg) no-repeat left center;
}

DIV#navbarAreaLeft
{
	float: left;
	width: 10px;
	height: 78px;
	background: url(../images/navbar.left.bg.jpg) no-repeat;
}

DIV#navbarArea
{
	float: left;
	width: 900px;
	height: 78px;
	padding-left: 28px;
	background: url(../images/navbar.bg.jpg) repeat-x;
}


DIV#navbarAreaRight
{
	float: left;
	width: 10px;
	height: 78px;
	background: url(../images/navbar.right.bg.jpg) no-repeat;
}

DIV#content
{
	float: left;
	width: 619px;
	height: 580px;
	margin: 2px 2px 0px 0px;
	padding-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	background: #fff url(../images/content.bg.jpg) no-repeat bottom;
}


DIV#contentVideos
{
	float: left;
	width: 619px;
	height: 680px;
	margin: 2px 2px 0px 0px;
	padding-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	background: #fff url(../images/content.bg.jpg) no-repeat bottom;
}

DIV#sidebar
{
	float: left;
	width: 257px;
	height: auto;
	margin: 2px 0px 0px 0px;
	min-height: 500px;
	background: #fff url(../images/sidebar.bg.jpg) no-repeat bottom;
}

DIV#sidebarVideos
{
	float: left;
	width: 257px;
	height: 715px;
	margin: 2px 0px 0px 0px;
	min-height: 500px;
	background: #fff url(../images/sidebar.bg.jpg) no-repeat bottom;
}

DIV#navbar
{
	margin: 0px;
	padding: 0px;
}

DIV#video
{
	text-align: center;
	padding-bottom: 20px;
}

.clear
{
	clear: both;
}