@charset "utf-8";

/* 3_columns_screen.css */

.pdf {
  margin: 20px auto 0px auto;
  width: 90px;
}

.pdf a {
  color: #ed1ea1;
  font-size: 17px;
}

body {
  background: #eb8324 url(../images/backgrounds/orangeHeardBackground.jpg);
}

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


#columnLeft {
  float: left;
  width: 220px;
  margin-left: 29px;
  margin-top: 25px;
}

#columnLeft p {
  clear: both;
}

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

#columnMiddle {
  float: left;
/*  height: 310px; */
  width: 200px;
  margin-top: 25px;
  margin-left: 4px;
}

#columnRight {
  float: right;
/*  height: 290px; */
  width: 422px;
  margin-top: 25px;
  margin-right: 45px;
}

