/* Nonsentence CSS */
/* Yeah, I know - there's some stuff in here I need to clean up.            */
/* Sorry for the mess.                                                      */


html, body, h1, h2, h3, h4, p, div, ul, ol, li {
	padding: 0;
	border: 0;
	margin: 0;
	font: inherit;
	font-size: 100%;
	font-family: Helvetica, sans-serif;
	}

body {
	background: #ffcc66;
	font-family: "PT Serif", serif;
}

h1 {
	font-family: 'Rosario', sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	}

h2 {
	font-family: 'Rosario', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	width: 700px;
	margin: 0 auto 0 auto;
	text-transform: uppercase;

	}

h3 {
	font-family: 'Rosario', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #000000;
	}

*ul {
	margin-left: 40px;
	margin-right: 20px;
	}

li {
	list-style-type: none;
	}
	
/* Colors */
/* Easier to change when they are all in one place */
body {
	color: #000000;
	background-color: #EBEDEF;
	}
.header {
	color: #EBEDEF;
	background-color: #374753;
	
	color: #374753;
	background-color: #EBEDEF;
	}
.tagline {
	color: #EBEDEF;
	background-color: #374753;
	}

/* Margins and Padding */
.header {
	padding-top: 10px;
	padding-bottom: 10px;
	}

.tagline {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}

.about, .footer, .video {
	margin-left: 50px
	margin-right: 50px;
	}

.about p, .footer p {
	font-family: "PT Serif", serif;
	padding: 10px 20px 0 40px;
	}
	
.footer {
	padding-bottom: 20px;
	}
