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

	html { margin: 0px; padding: 0px; min-width: 900px; }
	body { margin: 0px; background: #000000; text-align: center; }
	
	.contain { width: 900px; margin: 0px auto; padding: 0px; position: relative; text-align: left; position: relative; }
	.outer { width: 900px; padding: 0px; position: relative; }
	.wrapper { width: 900px; margin: 0px auto; position: relative; }
	
	/* ------------------------------------------------ */
	/*	HEADER											*/
	
		.header { 
		width: 900px; 
		height: 357px; 
		float: left; 
		position: relative;
		}
			.nav { width: 900px; height: 37px; float: left; background: #FFAD00; display: inline; }
			.banner { width: 900px; height: 320px; float: left; display: inline; position: absolute; top: 0px; left: 0px; }
	
	/* ------------------------------------------------ */
	/*	CONTENT											*/
	
		.content {
		width: 900px; 
		float: left; 
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 37px 0px 0px 0px;
		z-index: 100;
		}
			.content_contain { width: 900px; float: left; background: url(../images/bg.gif) repeat-y; margin: 199px 0px 0px 0px; }
			.content_left { width: 635px; float: left; margin: 0px 0px 0px 58px; display: inline; }
				.cl_title { width: 635px; float: left; }
				.cl_body { width: 600px; float: left; margin: 30px 0px 80px 0px; position: relative;}
					.cl_body_left { width: 480px; float: left; }
					.cl_body_right { width: 120px; position: absolute; right: 0px; bottom: 0px;}
				.cl_base { width: 635px; float: left; }
			.content_right { width: 149px; float: left; margin: 104px 0px 0px 29px; display: inline; }
				.cr_title { width: 149px; float: left; margin: 0px 0px 5px 0px; }
				.cr_divider { width: 149px; float: left; margin: 0px 0px 10px 0px; }
				.cr_divider2 { width: 149px; float: left; margin: 10px 0px 0px 0px; }
				.cr_body { width: 149px; float: left; margin: 0px 0px 10px 0px; }
			.content_footer { width: 900px; height: 45px; float: left; background: url(../images/bg-footer.jpg) no-repeat; }
				.credits { padding: 28px 0px 0px 58px; }
