body {
	min-width: 820px;
	}
	
div#wrapper {
	background: #ffffff url('../_img/banner.jpg') 0px 3px no-repeat;
	border-top: 8px solid #e8e8e8;
	margin: 0 auto;
	min-height: 400px;
	padding: 210px 0 0 0;
	width: 720px;
	}
	div#navigation {
		float: left;
		margin: 0 20px 0 0;
		width: 210px;
		text-align: right;
		}
		div#navigation ul {
			list-style: none;
			margin: -4px 0 0 0;
			padding: 0;
			}
			div#navigation ul li {
				font-size: 10px;
				}
				div#navigation ul li a {
					display: block;
					padding: 9px;
					font: italic 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
					letter-spacing: 0.1em;
					color: #6b110c;
					}
				div#navigation ul li a:hover {
					text-decoration: none;
					background-color: #6b110c;
					color: #ffffff;
					}
	div#content {
		width: 490px;
		float: right;
		}
	div#pre-foot {
		width: 720px;
		height: 235px;
		background: #ffffff url('../_img/footer.jpg') 0px 50px no-repeat;
		clear: both;
		border-bottom: 1px solid #e8e8e8;
		}
	div#footer {
		margin: 2px 0 25px 0;
		padding: 10px 0 0 0;
		border-top: 1px solid #e8e8e8;
		text-align: center;
		}