/* RESET MARGINS & PADDING */

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

/***************************/

/* Layout Styles */

body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 85%;
	color:#fff !important;
	text-align: left;
	background-color: #fff;
	}

#headerwrapper {
	width: 100%;
	height: 100px;
	background-color: #00AFF0;
	text-align: center;
	/*margin-bottom: 20px;*/
	}

#header {
	width: 1000px;
	height: 100px;
	margin: auto;
	}

.logo {
	display: block;
	height: 100px;
	width: 150px;
	background-image: url("images/oat-logo.png");
	background-repeat: no-repeat;
	float: left;
	}

h1 {
	color: #000000;
	font-weight: normal;
	padding: 130px 0;
	font-size: 2.4em;
	text-align: center;
	}

.outerWrapper {
	width: 100%;
	background-color: #fff;
	float: left;
	padding: 120px 0;
	}

.innerWrapper {
	border-radius: 25px;	
	height: 300px;
	width: 500px;
	background-color: #e6e6e6;
	margin: auto;
	display: block;
	}
