html {
   margin: auto;
   padding: 0;
   height: 100%;
   font-family: Arial, sans-serif;
   color: white;
   background-color: #41393d;
}

.pagecontent {
  min-height: 100%;
  position: relative;
  max-width: 960px;
  margin: auto;
  padding: 5px;
}

.header {
  position: relative;
  width: 100%;
  max-height: 80px; 
  padding: 5px;
}

.main {
  float: left;
  margin: 0 7.5px 15px 0;
  padding: 15px;
  max-width: 600px;
  max-height: 600px;
  border-right: .5px #be1e2d;
  border-style: none solid none none;
} 

.main p {
  font-size: 12px;
}

.article {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 10px 10px 10px;
  max-width: 280px;
}

.article p {
  font-size: 12px;
}

blockquote {
  float: right;
  margin: 0;
  color: #d7e4c2;
  font-weight: bold;
  font-size: 16px;
}

.footer {
  clear: both;
  bottom: 0;
  float: center;
  text-align: center;
  font-size: 14px;
  max-width: 960px;
  height: 50px; 
  color: white;
  margin: auto;
}

hr {
  height: 1px;
  background-color: #be1e2d;
  border: 0;
}

h1 {
  color: #d7e4c2;
  font-size: 36px;
}

h2 {
  color: White;
  font-size: 24px;
  text-align: center;
}

.mainimage {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.articleimage {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

a:link {
  color: white;
  background-color:
  transparent;
  text-decoration: none;
}

a:visited {
  color: white; 
  background-color: transparent; 
  text-decoration: none;
}

a:hover {color: #ef4e22; 
  background-color: transparent; 
  text-decoration: none;
}

h1 {color: #d7e4c2; 
  font-size: 30px; 
  font-family: Arial, sans-serif;
}

ul.navbar {
  float: right;
  list-style-type: none; 
  margin-top: 10; 
  padding: 10px; 
  overflow: hidden;
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  color: white;}

li {
  float: right;
}

li a {
  display: block; 
  text-align: center; 
  padding: 10px;
}

.list {
  list-style-type: square; 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  color: white;
  padding: 12px;
}
.list_item {
    float: left; 
    text-align: left; 
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    color: white;
}
