body { background: url(../img/background-repeat.jpg) repeat-x }
h2 { margin: 1em 0 1em }

#container {
	background: url(../img/page-background.jpg) no-repeat;
	min-height: 920px;
}
	#content {
		position: relative;
		top: 235px;
		left: 46px;
		width: 550px;
		margin-bottom: 235px;
		font: 14px Georgia, serif
	}
		#content h3 a { 
			color: #000;
			text-decoration: none
		}
		#content .banner { margin-bottom: 1em }
		#content p { margin-bottom: 1em }
		#content ul {
			padding-left: 30px;
			margin-bottom: 1em
		}
		ul#page-navigation  {
			list-style: none;
			margin-bottom: 1em;
			text-align: center;
			font: 13px Georgia, serif !important
		}
			#page-navigation a {
				color: #000;
				text-decoration: none
			}
			#page-navigation li.current a, #page-navigation li a:hover { text-decoration: underline }
			#page-navigation li {
				display: inline;
				margin-right: 10px
			}
		#pager {
			text-align: center;
		}
			#pager a {
				color: #000;
				font-weight: bold;
				font: 12px "Lucida Grande", Arial, Helvetica, sans-serif
			}