/*
  http://www.w3schools.com/css/css_websafe_fonts.asp
  for a listing of websafe fonts and the appearance of them
*/
.inner-container {
	width: 100%; margin: 0 auto; position: relative;
}
#header {
	background: transparent; display: block; width: 100%;
}
#banners {
	display: block; width: 100%; min-height: 10px; background: transparent; margin: 0;
}
#top-callouts {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#5d0018, #900028);
  background: -o-linear-gradient(#5d0018, #900028);
  background: -moz-linear-gradient(#5d0018, #900028);
  background: linear-gradient(#5d0018, #900028);
  padding: 20px 0;
}
#container-main {
  width: 100%; background: transparent;
}
#main-wrapper {
	display: block; width: 100%; background: transparent;
}
#content {
  min-height: 300px;
}
#footer-callouts1 {
  background: #323232 url(../img/footer-callouts1-bg-min.jpg) no-repeat center bottom; padding: 32px 0 0 0; min-height: 514px;
}
#footer-callouts2 {
  background: #ffffff; padding: 54px 0; color: #900028; font-family: "Oswald"; 
}
#footer {
  display: block; width: 100%; background: #0e0e0e; padding: 20px 0;
  color: #918f8f; font-family: "Montserrat";
}
#sub-container {
	background: #121212; width: 100%; padding: 20px 0; color: #585656; 
}
#copyright {
	max-width: 300px; margin: 0 auto; text-align: center;font-size:.9em;
}
