BODY {
	color: White;
	background-color: Black;
	font-family: "@Arial Unicode MS", sans-serif;
}

#content {
background: #000 url("images/about.jpg") no-repeat;
}

/* toggle guide borders on-off */
#content span {visibility: visable;}
/* sand-bag div styles used while adjusting page flow */  
#content div-null {border: 1px solid #000; color: #000;}
#content div {font-size: 8px;}

/* anchor style non-compliant browsers */
/* someday MSIE will be CSS compliant - ya think? */
/* MSIE the new NN4!!! Holding back the Web! */
a.f60 {color: #000;}

/* anchor [href] rule for compliant browsers */
#content a[href]{color: #000;}

/* paragraph style options tested */
/* toggle alignment with alternate stylesheets */ 
#content p-null {padding: 0 20px; text-align: justify;}
#content p {padding: 0 20px; text-align: left;}
#content p-null {padding: 0 20px; text-align: center;}
#content p-null {padding: 0 20px; text-align: right;}

/* begin sand-bag divs */
/* declare left float, clear */
#sml-01,#sml-02,#sml-03,#sml-04,
#sml-05,#sml-06,#sml-07,#sml-08,
#sml-09,#sml-10,#sml-11,#sml-12,#sml-13 {
float:left;
clear:left;
padding:0;
border: 0px solid #000
}

/* left bank of the river! */
#sml-01 {
width: 205px;
height: 40px;
}

#sml-02 {
width: 220px;
height: 50px;
}

#sml-03 {
width: 217px;
height: 80px;
}

#sml-04 {
width: 207px;
height: 25px;
}

#sml-05 {
width: 187px;
height: 35px;
}

#sml-06 {
width: 177px;
height: 25px;
}

#sml-07 {
width: 170px;
height: 15px;
}

#sml-08 {
width: 185px;
height: 20px;
}

#sml-09 {
width: 250px;
height: 25px;
}

#sml-10 {
width: 290px;
height: 25px;
}

#sml-11 {
width: 295px;
height: 45px;
}

#sml-12 {
width: 345px;
height: 50px;
}
#sml-13 {
width: 405px;
height: 50px;
}
/* end left-bank sand-bag divs */

/* let the river flow free! */  