Is there an easy way to define the site using the Multi Site Extension? I want to be able to use the same basic Layout for multiple sites but call unique stylesheets by site. For example: <link rel="stylesheet" href="/stylesheets/<r:site />.css" type="text/ css" media="screen" /> or set a context class like <body class="<r:site />"> Thanks. -Brian