/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// body
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body
{ margin:0 auto; padding:0; background:#fff url(../_images/background.jpg) repeat-x; }

		/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		// header
		////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		div#header
		{ position:relative; width:896px; height:150px; margin:0 auto; display:block; clear:both; 
			background:url(../_images/header.jpg) no-repeat top center; }
				
		/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		// content
		////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		div#content
		{ width:896px; margin:0 auto; display:block; clear:both; background:url(../_images/content-middle.gif) repeat-y center; 
			overflow:hidden; }
			
			/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
			// column one
			////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			div#col-one
			{ width:190px; padding:0 10px 0 15px; display:inline; float:left; }
			
			/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
			// column two
			////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			div#col-two
			{ width:466px; display:inline; float:left; }
			
			/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
			// column three
			////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			div#col-three
			{ width:190px; padding:0 15px 0 10px; display:inline; float:right; }
		
			/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
			// footer
			////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			div#footer
			{ width:896px; padding:10px 0 0 0; margin:0 auto; display:block; clear:both; 
				background:#fff url(../_images/footer.gif) no-repeat center top; overflow:hidden; }
				div#footer p
				{ margin:0; padding:0; text-align:center; }
			
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// helpers
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.clearfix:after
{ content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clear
{ display:block; clear:both; height:1%; }