/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// body
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
html, body
{ margin:0 auto; padding:0; }

	/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// intro
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	body#intro
	{ margin:0; padding:0; background-color:#000; }
		body#intro div#horizon
		{ background-color:transparent; position:absolute; top:50%; left:0px; width:100%; margin-top:-250px; text-align:center; min-width:920px; }
			body#intro div#horizon div#wrapper
			{ background:#000 url(../_images/intro_background.png) no-repeat bottom left; position:relative; text-align:left; 
				width:920px; height:500px; margin:0px auto; }
				
	/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// wrapper
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	body#site div#wrapper
	{ position:relative; width:960px; min-height:730px; margin:0 auto; overflow:hidden; background:url(../_images/wrapper.jpg) no-repeat top center; cursor:default; }
	
		/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		// header
		////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		div#header
		{ width:960px; height:235px; margin:0 auto; padding:0; }
		
		/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		// content
		////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		div#content
		{ width:960px; min-height:495px; background:url(../_images/fancy_gold.jpg) no-repeat bottom center; overflow:hidden; }
		
			/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
			// main content
			////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			div#main_content
			{ width:660px; display:inline; float:left; overflow:hidden; }
			
			/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
			// aside
			////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			div#aside
			{ width:280px; padding:0 0 0 20px; display:inline; float:right; overflow:hidden; }
		
		/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		// footer
		////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		div#footer
		{ width:960px; min-height:260px; margin:0 auto; padding:0; background:url(../_images/footer.jpg) no-repeat top center; }
		
br.clear
{ display:block; clear:both; overflow:hidden; }