/* ------------------------------------------------ */
/*	TAG RESET										*/
	html, body, div, span, applet, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	}

/* ------------------------------------------------ */
/*	MAIN CONTAINERS									*/

	html { min-width: 867px; }
	body { text-align: center; background: #ffffff; }
	
	.outer { width: 867px; margin: 0px auto; padding: 0px; }
	.wrapper { width: 867px; text-align: left; }
	*+ html .wrapper { width: 867px; text-align: left; margin: 0px 0px 20px 0px; }
	
	/* ------------------------------------------------ */
	/*	HEADER											*/
	
		.header {
		width: 867px;
		height: 146px;
		float: left;
		border-bottom: 2px solid #dbdcde;
		position: relative;
		}
		
	/* ------------------------------------------------ */
	/*	SUBHEADER										*/
		
		.subheader {
		width: 867px;
		height: 83px;
		float: left;
		border-bottom: 1px solid #dbdcde;
		position: relative;
		}
		
	/* ------------------------------------------------ */
	/*	CONTENT											*/
		
		.content {
		width: 867px;
		padding: 12px 0px 12px 0px;
		float: left;
		border-bottom: 2px solid #dbdcde;
		position: relative;
		margin: 0px 0px 20px 0px;
		}
		
			.content_left { width: 237px; float: left; font-size: 12px;}
			.content_right { width: 630px; float: left; }