body {
	background: url(images/background.png) repeat top center;
	font-family: Georgia, serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #b2b2b2;
}

#background {
	width: 100%;
	background: url(images/bg_top.png) no-repeat top;
	padding: 120px 0 0 0;
}

	#wrapper {
		width: 520px;
		margin: 0 auto;
		overflow: hidden;
	}
	
		h1 a {
			width: 69px; height: 39px;
			background: url(images/logo.png) no-repeat top;
			text-indent: -9999px;
			margin: 11px 0 0 0;
			float: left;
		}
		
		h1 a:hover { background: url(images/logo.png) no-repeat bottom; }
		
		#content {
			width: 411px;
			padding: 0 0 0 40px;
			float: left;
		}
		
			h2 {
				width: 329px; height: 61px;
				background: url(images/header.png) no-repeat;
				text-indent: -9999px;
				margin: 0 0 1em 0;
			}
			
			p {
				padding: 0 0 1.5em 0;
			}
			
			a {
				color: #b04d40;
				text-decoration: none;
			}
			
			a:hover { text-decoration: underline; }
			
			hr {
				width: 53px; height: 1px;
				background: #d65a4a;
				color: #d65a4a;
				border: 0;
				margin: 0 0 0.5em 0;
			}
