/* Standard CSS Properties */
html
{
	background: url(../images/paperBGtile.jpg) #fff;
}

body
{
	margin:auto;
	font-family: 'Arial', sans-serif;
}

strong
{
	font-weight: bold;
}

a
{
	outline: none;
}

/* Interface Properties */
#siteWrapper
{
	margin-left: auto;
    margin-right: auto;
	width: 858px;
	height: 863px;
	text-align: left;
}

#leftPanel
{
	width: 510px;
	float: left;
	display: inline;
}

#leftTop
{
	background: url(../images/topLeft.jpg) no-repeat;
	height: 120px;
	padding-top: 38px;
}

#rightPanel
{
	width: 328px;
	float: left;
	display: inline;
}
#leftCol
{
	width: 183px;
	float: left;
	display: inline;
}
#rightCol
{
	width: 145px;
	float: left;
	display: inline;
}



/* Rollover Button Properties */
#musicJamboreeDVD
{
	width: 183px;
	height: 208px;
	float: left;
}

a#musicJamboreeDVD
{
	background: url(../images/musicJamboreeDVDn.jpg) no-repeat;
}

a#musicJamboreeDVD:hover
{
	background-position: 0px -208px; 
}

#vsGodDVD
{
	width: 183px;
	height: 330px;
	float: left;
}

a#vsGodDVD
{
	background: url(../images/vsGodDVDn.jpg) no-repeat;
}

a#vsGodDVD:hover
{
	background-position: 0px -330px; 
}



#rrDVD
{
	width: 145px;
	height: 262px;
	float: left;
}

a#rrDVD
{
	background: url(../images/rrDVD.jpg) no-repeat;
}

a#rrDVD:hover
{
	background-position: 0px -262px; 
}

#lpDVD
{
	width: 145px;
	height: 207px;
	float: left;
}

a#lpDVD
{
	background: url(../images/lpDVD.jpg) no-repeat;
}

a#lpDVD:hover
{
	background-position: 0px -207px; 
}