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

}


#leftboxblack {
	float: left;
	width: 245px;
	height: 220px;
	margin-top: 140px;
	margin-left: -10px;
   background-image: url("/images/blackbox1.png") !important;  /* Mozilla only */
   background-color: transparent !important;           /* Mozilla only */
   background-image: none;                             /* IE only */
   background-color: #333333;                          /* IE only */
   filter:alpha(opacity=90);                           /* IE only */
	background-repeat: repeat-y;
	background-position: top center;
   }





#pagecontentindent {
	margin-top: 140px;
	float: right;
	width:465px;
	height:220px;
	z-index:1;
	overflow:auto;
	clip:rect(0 465 210 0);
   background-image: url("/images/blackbox2.png") !important;  /* Mozilla only */
   background-color: transparent !important;           /* Mozilla only */
   background-image: none;                             /* IE only */
   background-color: #333333;                          /* IE only */
   filter:alpha(opacity=90);                           /* IE only */
	background-repeat: repeat-y;
	background-position: top center;
}



#tagline {
	width: 450px;
	font-size: 16px;
	font-color: #FFF;
	font-style: italic; 
	font-weight: bold;
}
