/* CSS Document */

/* Page Styles */

body {
}

.article_format {
}

.logo { 
  background-image: url(realrehab/images/rr_logo_col_bgd.jpg);
  background-repeat:: repeat;
  white-space:nowrap;
} 

/* Real Rehab Styles */

.rrleft { 
  background-image: url(realrehab/images/rr_left_col_bgd.jpg);
  background-repeat: repeat;
  white-space:nowrap;
} 

.rrmenu { 
  background-image: url(realrehab/images/rr_menu.jpg);
  background-repeat:repeat;
  height:58;
  white-space:nowrap;
  width:514;
} 

.rrright { 
  background-image: url(realrehab/images/rr_right_col_bgd.jpg);
  background-repeat: repeat;
  white-space:nowrap;
} 

.rrbody { 
  background-image: url(realrehab/images/rr_body.gif);
  background-repeat: no-repeat;
  background-position:top;
  width:auto;
} 

/* Real Performance Styles */

.rpleft { 
  background-image: url(realperformance/images/rp_left_col_bgd.jpg);
  background-repeat: repeat;
} 

.rpmenu { 
  background-image: url(realperformance/images/rp_menu.jpg);
  background-repeat: repeat;
} 

.rpright { 
  background-image: url(realperformance/images/rp_right_col_bgd.jpg);
  background-repeat: repeat;
} 

.rprighttop { 
  background-image: url(realperformance/images/rp_right_col_top_bgd.jpg);
  background-repeat: repeat;
} 


.rpbody { 
  background-image: url(realperformance/images/rp_body.jpg);
  background-repeat: repeat;
  background-position:top;
} 
