/* CSS Document */

.indexleftbox {
   width:545px;
   float:left;
   padding:45px 0 0 ;
} 

/* holds content on left side of index page  */
.indexleftboxcontent {
   font-style:normal;
   font-weight:100;
   font-size:16px;
}

/* holds both boxes on about page */  
#aboutcontainer {
  /* position: relative;
   top: 120px;
   left: 85px;
   padding: 10%;
   height:100%;
   width:90%;
   border-style: dashed; */
}
/* left box on about page */  
.aboutleftbox {
/*   position:absolute;
   top: 120px;
   left: 85px;
   width:30%;
   padding:15px;
   margin-right: 20%;
   max-height:885px;
   min-height:300px;
   min-width:320px;
   max-width:640px; */
   float:left;
   width:545px;
} 
/* holds left side content on about page */
.aboutleftboxcontent {
   background:url(images/new/about_text_bg.gif) no-repeat left top;
   width:445px;
   height:590px;
   padding:50px;
}
#about_right {
   position:absolute;
   right:-35px;
   top:60px;
}
/* outside container for about page right box 
.aboutrightbox {
   position:absolute;
   top: 2px;
   right: 2px;
   margin-right:10%;
   margin-left:30%;
   height:655px;
   max-height:850px;
   width:808px;
}
/* inner container for about page right box 
.aboutrightcontent {
   padding:14px;
}       
*/

/* holds both boxes on index page */
#indexcontainer, #aboutcontainer, .faq_center {
   width:1145px;
   margin:0 auto;
}
/* Outside container for box on the left side of index page  */
.mainindexbox {
	float:right;
	width:581px;
	background:url(images/new/freshDVD_index.png) no-repeat right top;
	height:535px;
	margin:35px 0 0;
	padding:45px 0 0;
}
/* container to hold boxcover table within left side box on index page*/
.mainindexcontent {
   padding:0px 0px 0 14px;
   min-width:400px;
   font-family:Verdana, Arial, Trebuchet MS, sans-serif;
   font-style:normal;
   font-weight:100;
   font-size:16px;
   color:#dddddd;
}

