@import url(http://fonts.googleapis.com/css?family=Raleway:400,300|Open+Sans:300italic,400italic,400,300);

html, body {
  margin:0 auto;
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3 {
	margin:0;
	font-family:Raleway, sans-serif;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:150%;
}
p {
	font-size:120%;
}

.wrap {
  width:100%; /* http://bit.ly/1piGnl9 */
  background:rgba(0, 0, 0, 0.1);
}

.header {
  background:rgba(0, 0, 0, 0.1);
  width:100%;
  line-height:100px;
  text-align:center;
}

.subsubheader {
	font-size:125%;
	font-weight:bold;
}

.subsubsub {
	font-style:italic;
	font-weight:bold;
	padding:30px 30px 0px 30px;
}

.content {
  padding:10px;
  margin:0 auto;
  max-width:1366px;
}

.first {
	margin-top:0px;
	padding-top:5px;
}

.footer {
  background-color:rgba(0, 0, 0, 0.9);
  color:#777;
  height:30px;
  width:100%;  
  line-height:30px;
  text-align:center;
}