#Header
{
  height: 63px;
  width: 100%;
}

.YellowBox 
{
  padding:0 10px 0 0;
  background:#fff url(img/YellowBorders.gif) 100% 0 repeat-y;
}
.YellowBoxInterior 
{
  padding: 0 0 0 10px;
  background:#fff url(img/YellowBorders.gif) top left repeat-y;
}
.YellowBoxTop 
{
  height: 10px;
  margin: 0 -10px 0 -10px;
  background: #fff url(img/YellowBox.gif) top right no-repeat;
}
.YellowBoxTop div 
{
  width: 10px;
  height: 10px;
  background: #fff url(img/YellowBox.gif) top left no-repeat;
}
.YellowBoxBottom 
{
  height: 10px;
  margin: 0 -10px 0 -10px;
  background: #fff url(img/YellowBox.gif) bottom right no-repeat;
}
.YellowBoxBottom div 
{
  width: 10px;
  height: 10px;
  background: #fff url(img/YellowBox.gif) bottom left no-repeat;
}
.YellowBoxContent
{
  margin: 0;
  background-color: #ffd;
  padding: 4px;
  padding-top: 1;
  padding-bottom: 6px;
}

