body
{
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	background-color: white;
	margin: 0;
	padding: 0;
}
#wrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	height: 350px;
	background-image: url("images/header.svg");
	padding-bottom: 0px;
	margin: 0px;
	border: 1px solid black;
}
#nav
{
	height: 50px;
	width: 900px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
	border-bottom: 1px solid black;
	margin-left: auto;
	margin-right: auto;
}
#container
{
	padding: 0px;
	margin: 0px;
}
#content
{
	margin: 40px 50 60 50;
	padding: 20px 20 45 20;
	text-align: justify;
	color: #42494D;
	line-height: 150%;
}
#content > h4
{
	font-size: 20px;
	color: #F52A20;
}
#content a
{
	text-decoration: none;
	color: #F52A20;
}
#footer
{
	background-color: #68d253;
	height: 50px;
	margin-top: 50px;
	text-align: center;
	padding-top:10px;
	font-size: 17px;
	letter-spacing: 2px;
	color: white;
}
ol
{
	font-size: 25px;
	font-width: bold;
	margin-top: 0px;
	padding-top: 0px;
}
ol > li
{
	float: left;
	display: inline-block;
	width: 215px;
	height: 35px;
	padding-bottom: 10px;
}
ol > li > a
{
	text-decoration: none;
	color: #2A3C42;
	display: inline-block;
	width: 215px;
	height: 35px;
	line-height: 150%;
}
ol > li > a:hover
{
	color: #86A37F;
}