html {
  overflow-y: scroll; /*prevents shorter pages from jumping left and right*/
}

body {
  background-color: #ece9e2;
}

.wrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1366px;
  padding: 8px 25px 25px 25px;
}

body .wrapper:has(+ .wrapper) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 1rem;
}

body .wrapper + .wrapper {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
}

#wfooter {
    padding: 1rem;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 2rem !important;
}

#wheader,
#wtopmenu,
#wmaincontent,
#wfooter {
  max-width: 1316px;
  margin:0 auto;
}

#wheader {
  text-align: center;
}

#wtopmenu,
#wfooter {
  margin-top: 8px;
  text-align: center;
}

.wheader_title {
  display: inline-block;
  vertical-align: text-bottom;
}

.wheader_title_container {
  text-align: center;
  clear: both;
  border-bottom: 1px solid #3F4996;
}

.wheader_title_container h1{
  margin: 10px;
}

#wtopmenu,
.menu{
  color: #333;
}

a {
 color: #999966;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

#content{
 border: 1px solid #828282;
 background-color: #ffffff;
}

#quickstats{
	float: right;
	text-align: right;
}

#title{
	float: left;
}

.clearb{
	clear: both;
}
