﻿/**
 * B O D Y  &  P A G E
 */
    body {
	    background: #e2f3f9 url(../bkg_body.gif) repeat-y center;
	    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	    color: #666;
    }
    #page {
	    width: 1000px;
	    font-size: 0.75em;
	    line-height: 1.35em;
	    background: #fff;
    }
