@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

.body
{
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
  background-color: #efefef;	
  width:850px;
  margin-left:auto;
  margin-right:auto;
}

a, a:visited
{
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus 
{
  color: #2a6496;
  text-decoration: underline;
}

.header
{
  margin-left:auto;
  margin-right:auto;
  width:850px;
}

.container
{
	width:790px;
	padding:10px 30px;
	
}




.section_header.centered {
  text-align: center !important;
}
.section_header.fancy {
  font-weight: 800;
  color:#428bca;
  
}












.footer
{
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  width:850px;
  height:50px;
  background-color:#383838;
}

