/* we're going to set the font-size on the body to 76%. This means that when we set a font to 1em, it will be prety close to the user's default font size. NO USING PX FOR FONTS - ems or % only please */
body {font-family:'Georgia', serif;font-size:76%;background:#615A29;}
.clearMe {clear:both;}
.invisible {text-indent:-9999px;}
.floatLeft {float:left;}
.floatRight {float:right;}
.alignCenter {text-align:center;margin:0 auto;}