
/* big box for entire content */
#wrap
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom: 0px;
	background: url("/images/secondarybacking.jpg") #000;
	background-repeat: no-repeat;
	background-position: top center;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;

}


#pagecontentindent {
	margin-left: 215px;
   width: 488px;
   background-image: url("/images/secondaryblackbox.png") !important;  /* Mozilla only */
   background-color: transparent !important;           /* Mozilla only */
   background-image: none;                             /* IE only */
   background-color: #000000;                          /* IE only */
   filter:alpha(opacity=90);                           /* IE only */
	background-repeat: repeat-y;
	background-position: top center;
   }


