@charset "utf-8";

/* shows_main_page_screen.css */

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

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


#columnRight {
  float: right;
/*  height: 290px; */
  width: 340px;
  margin-top: 100px;
  margin-right: 30px;
}

#columnMiddleBottom {
  position: absolute;
  top: 101px;
}

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

#columnLeft p {
  clear: both;
}

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

#columnMiddleTop div p:first-of-type {
  margin-top: 10px;
}


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


