	
/* typography  */
	body {
		background-color: #FFFFFF;
	}

/* page */
	#page {
		position: relative;
		top: 0;
		width: 926px;
		margin: 0 auto;
		text-align: left;
	}
	#pagebody, #pagetop, #pagebtm {
		width: 926px;
		text-align: left;
		position: relative;
		background: url(../images/page.png) repeat-y;
	}
	#pagetop {
		height: 251px;
		background: url(../images/page_top.jpg) no-repeat;
	}
	#pagebtm {
		height: 34px;
		background: url(../images/page_btm.png) no-repeat;
	}
	
	#patterntop, #patternbtm {
		position: absolute;
		left: 19px;
		width: 926px;
		height: 192px;
		display: block;
		margin: 0 auto;
		background: url(../images/pattern_top.jpg) no-repeat;
	}
	#patternbtm {
		position: absolute;
		bottom: 0;
		width: 889px;
		height: 300px;
		display: block;
		margin: 0 auto;
		background: url(../images/pattern_btm.jpg) no-repeat;
	}
	#content {
		z-index: 100;
		top: 0;
		left: 280px;
		width: 520px;
		position: relative;
	}

	#column, #columnwide {
		float: left;
		margin: 0;
		width: 500px;
		margin-left: 70px;
		text-align: left;
	}
	#columnwide { width: 785px; }
	#sidebar {
		z-index: 100;
		float: left;
		margin: 0;
		width: 275px;
		text-align: left;
		margin-left: 20px;
	}

	.copyright {
		top: -10px;
		width: 570px;
		height: 18px;
		position: relative;
		text-align: center;
		margin-left: 250px;
	}
	.copyright p, .copyright span {
		color: #0A2F06;
		font-size: 12px;
		margin-top: 7px;
		font-weight: normal;
	}

	.minheight {
		float: left;
		width: 1px;
		height: 550px;
		display: block;
	}


