@charset "utf-8";

/* apply_print.css */

body {
  background: #fde700 url(../images/backgrounds/yellowLetterBackground.jpg);
}

/* ##### Columns ##### */

#columnLeft {
display: none;
#  float: left;
#  width: 225px;
#  margin-left: 29px;
#  margin-top: 25px;
}

#logo {
#  clear: both;
#  margin-top: 150px;
}

#columnLeft p {
#  clear: both;
}


#columnRight {
#  float: left;
/*  height: 310px; */
  width: 950px;
  margin-top: 25px;
}
