@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#474747;
	}

#maintbl {
	background:url(../images/bg.jpg) repeat-y;
	}

.footer {
	background:url(../images/footer.jpg) no-repeat;
	height:59px;
	font-size:12px;
	}

.nav {
	background:url(../images/navbg.jpg) repeat-x;
	height:111px;
	}

.title {
	font-size:24px;
	color:#0000FF;
	}

.fspace {
	padding:3px 0 0 85px;
	}