/* Style for Crown Challenge New Site 2009-10-01 Debbie Johnson */
#crownpage
{
  overflow: hidden;
  width: 790px;
}
 
#crowncontent
{
  float: left;
  width: 535px;
  padding-right: 35px;
}

#crownsidebar
{
  width: 220px;
  float: right;
}

#crownsidebarcontent
{
  padding: 25px;
}

.crowngraysidebar
{
  background: url('/crownchallenge/images/graysidebar.jpg') top right no-repeat;
}

