.site-header {
  max-width: 900px;
  margin: 0 auto;
} 

.content {
  float: none;
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
  box-shadow: 2px 4px 5px #ccc;
  border-radius: 3px;
  margin-bottom: 20px; /*these last lines few apply the shadow/border to the content box*/
}

.col-mid-12 {
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.genesis-nav-menu {
  max-width: 900px;
  margin: 0 auto;
} 

.container {
  max-width: 900px;
  margin: 0 auto; /* The proceeding 5 are making the content on the page 900px wide, which is easier to read and looks more modern */
}

article.page {
  border: none!important;
}

.entry-content {
  padding: 15px; 
  padding-top: 30px!important; 
  margin: auto;
}

h2, h3 {
  margin-bottom: 20px;
}

.entry-header {
    padding-bottom: none!important;
}

.entry-title {
 	width: 820px;
  	left: 0;
  	bottom: 0;
}

p, ul, ol, blockquote, address, em {
	font-size: 110%!important;
}

.site-title a {
  font-size: 175%!important;
}