*
	{margin: 0;
	padding: 0;}

#background
	{position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 165%;
	z-index: -1;}

#wrap
	{margin: 0 auto;
	width: 80%;
	height: 50em;
	font-family: georgia;}

#header
	{width: 99.8%;
	margin-top: 2em;
	height: 9em;
	border: .5px gray solid;
	background: white;}

	#header img
		{text-align: center;
		width: 20em;
		margin-top: .5em;
		float: left;}

	#header h1
		{font-weight: 200;
		font-style: italic;
		margin-left: 12em;
		margin-top: 1.5em;}

#navigation
	{float: left;
	width: 19.7%;
	height: 36em;
	border-left: .5px gray solid;
	border-right: .5px gray solid;
	background: white;}

	#navigation h2
		{font-weight: 100;
		padding: .32em 1em;
		text-align: center;
		color: white;
		background: black;}

	#navigation ul
		{text-align: center;
		margin-top: 1em;
		list-style-type: none;}

#main
	{float: right;
	width: 75.73%;
	height: 35em;
	border-right: .5px gray solid;
	background: white;
	padding: .5em 1em;}

	#main h2
		{font-weight: 100;
		border-bottom: 1px black dotted;
		color: #008B8B;}

	#contact
		{clear: right;}

	#main img
		{float: right;
		width: 50%;
		margin: 0 5em;}

#footer
	{clear: both;
	width: 99.8%;
	height: 3em;
	border: .5px black solid;
	padding-top: 1em;
	text-align: center;
	color: white;
	background: black;}

.bold
	{font-weight: bold;}

.margin
	{margin-left: 2em;}

