body {
  background-color: #f1f1f1;
  margin: 0;
  padding: 0;
  color: #000;
}

.container {
  min-width: 1000px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
  background: #FFF;
  margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

.header {
  padding: 10px;
  vertical-align:middle;
}

.content {
  /* background-image: url(http://evo.shoryuken.com/wp-content/uploads/2014/02/evo-logo-176px.png);*/
  background-size: auto 120px;
  background-repeat: no-repeat;
  background-position: right top;
  margin-left: 20px;
  margin-right: 20px;
}


.content ul, .content ol { 
  padding: 0 15px 15px 40px;
}

.footer {
  padding: 10px 0;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

/* Bracket stylesheet */
p, li {
  background: white;
  font-family: "Tahoma";
  font-size: 12px;
}

body {
  /*background-image: url(../img/draft.2.png);*/
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: normal;
  text-transform: uppercase;
  color: #0068aa;
  padding: 0px 0 0 10px;
  margin: 0px;

}

h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 28px;
  padding: 6px 6px 4px 10px;
  margin: 0px;
  //border: 1px solid black;
  //border-radius: 4px;
}
