body {
  background: #555555;
  font-family: helvetica;
}
#main { background: white; }
#header {
  position: relative;
  width: 950px;
  height: 40px;
  background: transparent url('/images/header_back.png') no-repeat;
  display: block;
}
#logo {
  margin: 0;
  padding: 0;
  height: 40px;
}
#logo img {
  position: relative;
  z-index: 15;
}
#footer {
  height: 20px;
  background: #cccccc url(/images/footer_back.png) no-repeat;
  color: #555555;
  border-top: 1px solid #aaaaaa;
}
#footer #copyright {
  float: left;
  margin: 2px 0px 0px 5px;
}
#footer #intrica {
  float: right;
  margin: 2px 5px 0px 5px;
}
#footer #intrica a { color: #555555; }
#copyright {
  margin-left: 10px;
  margin-top: 9px;
  vertical-align: middle;
}
#content { background: #eeeeee; }
.padded_content {
  padding-left: 15px;
  padding-right: 15px;
}
#content_image {
  text-align: right;
  margin: 0;
  padding: 0;
}
#content_image img {
  display: block;
  float: right;
}
#content { background: #eeeeee; }
.campaign_panel { margin-bottom: 30px; }
.campaign_panel a {
  font-size: 20px;
  text-decoration: none;
  color: #333333;
  padding: 5px;
  background: transparent url('/images/campaign_panel_background.png') no-repeat;
  -moz-box-shadow: 5px 5px 15px #333333;
  -webkit-box-shadow: 5px 5px 15px #333333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
ul.page_select {
  margin: 2px 5px 0px 0px;
  list-style: none;
}
ul.page_select li {
  display: inline-block;
  float: left;
  padding-right: 1em;
  text-transform: uppercase;
  color: #555555;
}
ul.page_select li a { text-decoration: none; }
ul.page_select li.selected {
  color: red;
  font-weight: bold;
}
