/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  background: #182739;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 30px;
  background: #182739;

}
.page-header {
 text-align: center;
 border: 0px;
 margin: 20px 0 20px;
 padding-top: 30px;
 padding-bottom: 30px;
}
/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: transparent;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  /*width: auto; */
  width: 1020px;
  padding: 0 15px;
   max-width:none !important;
  color: #000;
}
.row {width: 970px; margin-left: 10px;}
.container .credit {
  margin: 20px 0;
}

.main-content {
 background: url("../images/bg-lg.png") no-repeat;
font-size: 18px;
font-family: 'Sorts Mill Goudy', serif;
min-height: 600px;

}
br.dirtylittletrick {height: 50px;}
.center {text-align: center;}

hr.soften {
  background: url("../images/hr.png") no-repeat scroll center center transparent;
  border:0;
  height: 2px;
  margin: 20px 10px;
}

