
body {
   text-align:center;
}

#doc {
 
}
#bd {
 width:700px;
   /* width:57.69em;
   *width:56.3em;*/ /* IE */
   min-width:700px;
   margin:auto;
   text-align:left;
}

#hd,#bd {margin-bottom:0em;text-align:left;}
#ft {font-size:77%;font-family:verdana;clear:both;}

/* rules for main templates */
.yui-t6 .yui-b {float:right;}

.yui-t6 #yui-main .yui-b {float:left;}


/* t6 */
.yui-t6 #yui-main .yui-b {width:500px;min-width:500px;}
.yui-t6 .yui-b {width:200px;min-width:200px;}


/* self clear floated parent containers */
#bd:after {content:".";display:block;height:0;clear:both;visibility:hidden;}	
