/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
/*
> You could change "#doc {width:850px;}", or to
> maintain the zoom layout, compute the appropriate EMs for your
width.
> 1em = 13px, for the first declaration, 1em = 13.33px for the IE
branch.
>
*/
#doc {
   width:73.07em;
   *width:71.26em; /* IE */
   min-width:950px;
   margin:0 auto;
}

#hd,#bd {margin-bottom:1em;text-align:left; clear:both;}
#ft {font-size:77%;font-family:verdana; clear:both;}

/* rules for main templates */
#yui-main {float:left; width:750px;}
#sidebar {float:left;width:160px;}


/* self clear floated parent containers */
#bd:after {content:".";display:block;height:0;clear:both;visibility:hidden;}	
#bd {zoom:1;} /* IE */