/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// body
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body
{ margin:0 auto; padding:0 0 25px 0;  }

	/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// wrapper
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	div#wrapper
	{ margin:0 auto; width:942px; padding:0; background:#fff url(../_images/wrapper_bg.png) repeat-y top; overflow:hidden; }
	
		/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		// header
		////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		div#header
		{ width:942px; height:134px; margin:0 auto; background:url(../_images/header.jpg) no-repeat top center; display:block; clear:both; }
		
			/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
			// content
			////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			div#content
			{ width:940px; overflow:hidden; }
									
				/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
				// sidebar
				////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
				div#sidebar
				{ width:180px; display:inline; float:left; clear:left; overflow:hidden; }
				
				/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
				// main content
				////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
				div#main_content
				{ width:580px; min-height:500px; display:inline; float:left; background:url(../_images/main_content_bg.png) no-repeat top right; overflow:hidden; }
					div#main_content div#wysiwyg
					{ padding:10px; }
				
				/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
				// sidebar two
				////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
				div#sidebar_two
				{ width:180px; display:inline; float:right; clear:right; overflow:hidden; }
		
			/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
			// footer
			////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
			div#footer
			{ margin:0 auto 0 auto; width:942px; padding:25px 0 0 0; display:block; clear:both; 
				background:#fff url(../_images/footer.png) no-repeat top center; overflow:hidden; }
				div#footer p
				{ margin:0; padding:0; color:#303030; background-color:inherit; }
				div#footer p.left
				{ float:left; text-align:left; }
				div#footer p.right
				{ float:right; text-align:right; }
			
			div#copyright
			{ margin:0 auto 0 auto; width:942px; height:25px; padding:25px 0 0 0; display:block; clear:both; 
				background:#fff url(../_images/footer_2.png) no-repeat top center; overflow:hidden; }
				div#copyrigh p
				{ margin:0; padding:0; color:#303030; background-color:inherit; }
				div#copyright p.left
				{ float:left; text-align:left; }
				div#copyright p.right
				{ float:right; text-align:right; }
			
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 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%; }
