html{
  background					: url(/images/bg_website_orange.gif) repeat-y #f8c26e;
}
body#website { 
  background					: url(/images/bg_body.gif) repeat-x;
}
/* ------------( site ) ----------- */
#site {
 background          : url(/images/bg_site_orange.gif) no-repeat 199px 138px;
}

div#siteimage_menu{
  background          : url(/images/bg_siteimage_menu_orange.gif) bottom repeat-x;
}
/* ------------( content ) ----------- */
#content {
  background          : #fdf0db;
}
div#partnerlinks{
  background    : url(/images/bg_partnerlinks_orange.gif) repeat-x bottom left #f5ab37;
}

#partnerlinks h2{
  background: #f8c26e;
}

#menu a:hover {
	background-color		: #f5ab37;
}

#menu a.selected {
  background-color		: #f5ab37;
}

