/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// body
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body
{ margin:0 auto; padding:0; background:#000 url(../_images/background.jpg) repeat-x; }

	/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// wrapper 
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	div#wrapper
	{ padding:0 0 100px 0; background:#fff url(../_images/footer.jpg) repeat-x bottom; overflow:hidden; display:block; clear:both; }
		div#wrapper div.inner
		{ background-color:#fff; background:url(../_images/content-background.jpg) repeat-x top; display:block; clear:both; }

	/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// top
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	div#top
	{ width:770px; height:25px; margin:0 auto; display:block; clear:both; }
			
	/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// header
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	div#header
	{ width:770px; margin:0 auto; display:block; clear:both; }
		/*div#header-top
		{ width:770px; margin:0 auto; display:block; clear:both; overflow:hidden; }*/
			
	/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// content
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	div#content
	{ width:770px; margin:0 auto; display:block; clear:both; overflow:hidden; }
	
		/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		// column left
		////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		body.index div#column-left
		{ width:380px; }
		div#column-left
		{ width:250px;  margin:0 4px 0 0; display:inline; float:left; }
		
		/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		// column right
		////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		body.index div#column-right
		{ width:380px; }
		div#column-right
		{ width:510px; margin:0 0 0 4px; display:inline; float:right; }
		
	/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// footer
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	div#footer
	{ width:770px; padding:0 0 0 0; margin:-75px auto 0 auto; display:block; clear:both; overflow:hidden; color:#fff; 
		background:none; }
		div#footer #copyright
		{ width:385px; display:inline; float:left; text-align:left; }
		div#footer #development
		{ width:385px; display:inline; float:right; text-align:right; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// helpers
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.clearfix:after
{ content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clear
{ display:block; clear:both; height:1%; }