/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/
body {
   text-align:center;
}

#doc {
width:770px;
  /* width:57.69em;
   *width:56.3em; 
   min-width:750px;*/
   margin:0 auto;
   text-align:left;
}

#hd,#bd {
margin-bottom:1em;text-align:left;}

#hd {
   background-image: url(banner.jpg);   width: 770px;   height: 196px;}
   
#ft {
font-size:77%; font-family:"Trebuchet MS",sans-serif; clear:both; text-align: right;}

/* floats */
.yui-t2 #yui-main .yui-b {
 float:right; }
 
.yui-t2 .yui-b{
float:left;}


/* set the widths */
.yui-t2 #yui-main .yui-b {width:550px;}
.yui-t2 .yui-b {width:200px;}


/* self clear floated parent containers */
#bd:after{
content:"."; display:block; height:0; clear:both; visibility:hidden;}

#bd {zoom:1;} /* IE */

.boxfor {
width: 150px;
border: solid 1px black;
margin: 10px 2px;
}

#BoxOfficeOutput {
    background: #FFFFFF url(fruittiny.jpg) no-repeat left;
    color: #000000;
    line-height: 19px;
    color: #974619;
    width: 550px; /* fixed width, just an example */
    
}

