body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background: #edf5fa url("../images/body.png") repeat-x scroll 50% 0px;
  font: 76%/170% sans-serif;
  color: #494949;
}

/* Links */
a:link, a:visited {
  text-decoration: none;
  color: #027AC6;
}
a:hover {
  text-decoration: underline;
}

/* Header */
header .logo {
  height: 125px;
}
header .logo a {
  position: absolute;
  top: 2em;
  color: white;
  display: flex;
}
header .logo a:hover {
  text-decoration: none;
}
header .logo a span {
  margin: 1em 0em 0em 0.5em;
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
}

/* General menus */
nav ul {
  padding-left: 2em;
  list-style-image: url("../images/menu-item.png");
}

/* Top menu */
nav.top-menu {
  float: right;
  position: relative;
  top: -125px;
  right: 50px;
}
nav.top-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
nav.top-menu ul li {
  padding-top: 0.5em;
  margin-left: 1em;
  display: inline-block;
  background: transparent url("../images/bg-navigation-item.png") no-repeat scroll 50% 0px;
}
nav.top-menu ul li a {
  color: white;
}

div.center-container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
aside {
  width: 200px;
  float: left;
}
main.content {
  margin-left: 200px;
  width: 668px;
  min-height: 400px;
  position: absolute;
  top: 80px;
  padding: 60px 66px 60px 66px;
  background: white url("../images/bg-content-middle.png") repeat-x scroll 50% 0px;
}

main.content h1 {
  font-size: 2.125em;
}

main.content h2 {
  font-size: 1.313em;
}

main.content .gradient-box-left {
  position: absolute;
  top: 0px;
  left: -10px;
  width: 50px;
  height: 100%;
  background: transparent url("../images/bg-content-left.png") no-repeat scroll 100% 0px;
}
main.content .gradient-box-right {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 50px;
  height: 100%;
  background: transparent url("../images/bg-content-right.png") no-repeat scroll 100% 0px;
}
main.content .greeter {
  width: 75%;
}
main.content .greeter p {
  font-size: 1.2em
}
main.content article {
  float: left;
  padding: 0em 1em;
  min-width: 30%;
  max-width: 45%;
}


ul.unstyled {
  padding-left: 1em;
}

ul.unstyled li {
  list-style: none;
}

.announcements {
  margin: 1em 0em;
  min-height: 2em;
  width: 75%;
}

.announcements > p {
  color: #31708f;
  background-color: #d9edf7;
  border: #bce8f1 1px solid;
  border-radius: 5px;
  padding: 5px;
  margin: 0px;
}
.small {
  font-size: 85%;
}
