@charset "utf-8";
/* CSS Document */
#section_bg{
	background:url(/gfx/layout/headers/privacy.jpg) top no-repeat;
}
/**
  *
  * rounded corner imgs
  * -----------------------------
  */
#schedule a{
	background: transparent url(/gfx/layout/schedule_r.png) top left no-repeat;
}
#participate a{
	background: transparent url(/gfx/layout/participate_r.png) top left no-repeat;
}
/**
  *
  * Section specific structure
  * -----------------------------
  */
#content{
	float:left;
}
#sidebar{
	float:right;
}
