/* --------------------------------------------- 
Proj:	NYC Marathon donation site for SCBB
File:	base.css
Scope:	base file for all site pages

author:	brad noble
*/

/* =layout --------------------------------------------- */
body {
	background: #f1f5d1 url('/i/body-bg.png') 0px 0px repeat-x;
    font-family: Georgia;
    font-size: 100%;
	}
#container {
	line-height: 120%;
    width: 940px;
    margin: 0 auto;
    position: relative;
	}
