@CHARSET "UTF-8";

/* layout */

.search, #top-menu, #places-menu, #header-box, #breadcrumb, #footer-box, #left-column {
  display: none;
}

.body-width {
  width: auto;
}

div#logo {
top: auto;
right: 0;
}

div#top-box {
height: auto;
}

div#center-column {
  margin-right: 22em;
  width: auto;
}


.news {
  margin-top: 12em;
}

div#page-content {
 margin: 0;
 overflow: visible;
}

/* reset colors to black */
#center-column {
  color: black;
}

#center-column h1, #center-column a.theme-color, #center-column a.theme-color:visited , #center-column a.theme-color:hover {
  color: black; /* green */
}