
				body {
			background: url('img/bg.gif');
			font-family: Trebuchet, "Trebuchet MS", Tahoma, sans-serif;
			font-size: 12px;
			color: #fff;
		}
		.main {
			background: url('img/table_bg.gif');
			border: 1px solid #fff;
			width: 816px;
			padding: 8px;
			display: block;
		}
		.inner {
			background: url('img/content_bg.gif');
			width: 800px;
			padding: 9px;
			display: block;
		}
		#nav {
			width: 100%;
			padding-bottom: 16px;
		}
		#graphic {
			width: 780px;
			padding-bottom: 1px;
		}
		#content {
			background: url('img/text_bg.gif');
			width: 760px;
			text-align: left;
			padding: 10px;
			margin-bottom: 10px;
		}
		.footer {
			font-family: Tahoma, sans-serif;
			font-size: 11px;
			color: #54241e;
		}
		.copy {
			font-family: Tahoma, sans-serif;
			font-size: 10px;
			color: #54241e;
		}
		a {
			text-decoration: none;
			color: #000;
		}
		
