body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #F3F3F3;
}
header {
	width:100%;
	text-align:center;
}
section {
	margin: 0 auto;
	width: 960px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(51,51,51,0.32);
	-moz-box-shadow: 0px 0px 5px 1px rgba(51,51,51,0.32);
	box-shadow: 0px 0px 5px 1px rgba(51,51,51,0.32);
}
article {
  margin:0 auto;
  width: 95%;
  margin-bottom: 30px;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #5081bb;
  font-weight: bold;
  letter-spacing: -0px;
  text-decoration: none;
  border-bottom: 1.5px solid #5081bb;
}
ul {
  list-style-type: square;
  color: #6d6d6c;
}
li a{
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #4c4c4b;font-weight: bold; text-decoration: none; font-style: italic;
}
article li p {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #6d6d6c;font-weight: normal;text-decoration: none; margin: 4px 0 10px 0 !important;
}
h1 {
  padding: 5px 10px 5px 10px;
  margin-bottom: 30px;
  background-color: #6d6d6c;
  letter-spacing: 2px;
  font-size: 23px;
  color: white;
  text-align:center;
  text-transform: uppercase;
  font-weight: normal;
}
footer {
  background-color: #971a1e;
  padding: 20px 30px 20px 30px;
  color: #eeabab;
  font-size: 11px;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.37);
  -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.37);
  box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.37);
}
footer p{
  line-height: 0.3;
}
footer a{
  color: white;
  text-decoration: none
}
footer nav {
  display: block;
}

footer nav a{
  color: white;
}
article p{
  color: #4c4c4b;
  font-size: 14px;
  margin: 10px 20px 10px 20px;
  }

  section header{
  display:inline-block;
  }

  header 
{
  height: 55px;
}

header nav{
  text-align: right;
  float:right;
  width: 680px;
  height: 25px;
  font-size: 14px;
  padding: 10px;
  margin-top: 10px;
 }

header nav a{
  color: #006A82;
  margin-right: 10px;
  text-decoration: none;
  font-weight: bold;
}