/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// body
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body
{ margin:0 auto; padding:0 0 25px 0; }

	/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// wrapper
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	div#wrapper
	{ margin:0 auto; width:960px; padding:0; background:url(../_images/middle.png) repeat-y center; }
	
		/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		// header
		////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		div#header
		{ position:relative; width:960px; height:220px; margin:0 auto; background:url(../_images/header.png) no-repeat top center; display:block; clear:both; }
			div#header div.left
			{ width:200px; float:left; }
			div#header div.right
			{ width:760px; float:right; position:relative; }
											
			/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
			// column one
			////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			div#column_one
			{ width:175px; padding:0 10px; display:inline; float:left; clear:left; overflow:hidden; }
			
			/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
			// column two
			////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			div#column_two
			{ width:495px; padding:0; display:inline; float:left; clear:none; overflow:hidden; }
			
			/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
			// column three
			////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			div#column_three
			{ width:250px; padding:0 10px; display:inline; float:left; clear:none; overflow:hidden; }
		
		
		/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		// footer
		////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		div#footer
		{ margin:0 auto; width:960px; padding:7px 0; display:block; clear:both;	background:#efefef url(../_images/footer.png) no-repeat top center; overflow:hidden; }
			div#footer p
			{ margin:0; padding:15px; color:#000; background-color:transparent; }
			div#footer p.left
			{ display:inline; float:left; text-align:left; }
			div#footer p.right
			{ display:inline; float:right; text-align:right; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// holder
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.holder
{ margin:0 auto 15px auto; }
			
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// helpers
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
/* Hide from IE Mac \*/
.clearfix { display:block; }
/* End hide from IE Mac */
.clear
{ display:block; clear:both; height:1%; }
