﻿td.header
{
	background-image: url(../images/HomePage-Header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 162px;
	background-color: transparent;
	vertical-align: top;
}


td.toppanel
{
	height: 58px;
	background-image: url(../images/HomePage-top-panel.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

td.contentpanel
{
	width: auto;
	background-color: transparent;
	background-image: none;
}

div.contentpaneldiv
{
	padding: 0;
}


/* 
we don't want the HOME button on the home page itself, so hide it
and shorten the width of the navbar accordingly
*/
.navhome
{
	display: none;
}

#navbuttons
{
	width: 550px;
}


td.leftpanel
{
	background-image: url(../images/HomePage-content.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 500px;
	background-color: transparent;
	width: 725px;
}

HTML>BODY td.leftpanel
{

		width: 390px;
	min-width: 390px;
	max-width: 390px;

}
#maincontentwrapper
{
	background-color: #ACAD81;
	width: 395px;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	background-image: url(../images/content-inside-main.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: transparent;
	height: auto;
}

#topborder
{
	background-color: #ACAD81;
	background-image: url(../images/content-top-rounded.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 395px;
	height: 20px;
	margin-top: 0;
	margin-left: 0;
}


#bottomborder
{
	background-color: transparent;
	background-image: url(../images/content-bottom-rounded.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 395px;
	height: 20px;
	padding: 0;
	margin: 0;
}


#innerwrapper
{
	background-color: Transparent;
	padding: 0 20px 0 20px;
}


div#newDVD
{
	border-top: 1px dotted gray;
}

div#popoutContent
{
	width: auto;
	padding: 0 8px 0 8px;
}