@import "reset.css";
@import "type.css";
@import "pattern.css";
@import "content.css";
@import "all.css";
@import "fbslide.css";



/*
9px = .82em
10px = .91em
11px = 1em
12px = 1.09em
13px = 1.18em
14px = 1.27em
15px = 1.37em
16px = 1.45em
17px = 1.54em
18px = 1.63em
19px = 1.73em
20px = 1.82em
21px = 1.91em
22px = 2em
23px = 2.1em
24px = 2.18em
25px = 2.27em
26px = 2.36em
28px = 2.54em
30px = 2.72em
32px = 2.99em
34px = 3.08em
*/
/*
.block {

         1. position, z-index
         2. float, clear
         3. width, height, padding, margin
         4. background, border
         5. text-align, list-style
         6. font
         7. color

      } 

*/

.clearfix {clear:both;}
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0;	height: 0;}
html[xmlns] .clearfix {display: block;} 

.clear {clear:both; font-size:0; line-height:0;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.floatLeft {float:left;}
.floatRight {float:right;}

.textCenter, .textCenter td  {text-align:center;}
.textLeft, .textLeft td {text-align:left;}
.textRight, .textRight td {text-align:right;}

.noBorder {border-width:0;}
.noBg {background:none;}
.noBgColor {background-color:transparent;}

.nowrap, .nowrap * {white-space:nowrap;}

.displayBlock {display:block;}
.displayNone {display:none;}



