/*

	-- -- -- -- -- -- --
	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 auto; padding:10px 10px 0; }

#content_wrapper {  }
#content { width:910px; margin:0 auto 10px; padding:30px 10px 0; }
#content .left_col { float:left; display:inline; width:590px; margin:0 0 0 0; padding:0 10px 0 10px; }
#content .mid_col { display:none; }
#content .right_col { float:left; display:inline; width:280px; padding:10px 0 0 10px; }

#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; }