#main_wrapper
{
	width: 800px;
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 50px;
}

header
{
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}

nav
{
	float: left;
	width: 170px;
	padding-left: 20px;
	padding-right: 20px;
}

section p
{
	float: right;
	font-size: large;
	width: 530px;
}

p
{
	text-align: justify;
}

#contact p
{
	text-align: right;
}

a
{
	text-decoration: none;
	color: gray;
	
}

nav a
{
	font-weight: bold;
	color: black;
}
