/*

	-- -- -- -- -- -- --
	RT v1: Screen layout CSS file
	last edit: 18 july 07
	-- -- -- -- -- -- --

	File Contents: Template - v2
	
*/

/******************* =LAYOUT */

#body_wrapper { }

#header_wrapper { }
#header { position:relative; width:910px; margin:0 auto 10px; padding:10px 10px 0; }

#content_wrapper { }
#content { width:910px; margin:0 auto 10px; padding:50px 10px 0; }
#content .left_col { display:none; }
#content .mid_col { display:none; }
#content .right_col { display:none; }

#footer_wrapper { }
#footer { width:910px; margin:0 auto; padding:10px 10px 0; }
#footer .left_col { float:left; display:inline; width:650px; margin:0 10px 0 0; }
#footer .right_col { float:left; display:inline; width:250px; }

#copyright_wrapper { }
#copyright { width:910px; margin:0 auto; padding:10px 10px 0;  }