html 
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body 
{
	margin: 0px auto;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
}

#wrapper
{	
	background: #c28d39;
	width: 100%;
	height: 100%;
}

#one 
{
	background: #012d1c;
	color: #c28d39;
	width: 300px;
	height: 100%;
	float: left;
	top: 0px;
	right: 0px;
	left: 0px;
	position: absolute;
}

#two
{
	background: #28d39;
	color: #012d1c;
	width: 500px;
	height: 100%;
	float: left;
	text-align: left;
	padding-left: 20px;
	top: 0px;
	right: 0px;
	left: 300px;
	position: absolute;
}

#three
{
	background: #28d39;
	color: #012d1c;
	height: 100%;
	float: left;
	top: 0px;
	right: 0px;
	left: 800px;
	position: absolute;
}

p.header1
{
	font-size: 20px;
	letter-spacing: 3px;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 0px;
}

p.header2
{
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
}

p.text
{
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
}

img.icon 
{
	margin: 10px;
}

a
{
	color: #012d1c;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

hr.yellow
{
	width: 80%;
	border: 0px;
	height: 1px;
	background: #c28d39;
}

hr.green
{
	width: 80%;
	border: 0px;
	height: 1px;
	background: #012d1c;
}