/* first things first do this */
body, html, {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;	
}

/* this gets rid of all default formatting in html */
* {
	margin: 0;
	padding: 0;
}

header {
	background: white;
	width: 15%;
	float: left;
	font-family: "Times New Roman", serif;
	display: inline-block;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-right: 0;
	white-space: nowrap;
}

h1, h2, h3, h4 {
	color: black;
	font-family: "Times New Roman", serif;
	font-style: italic;
	height: 25px;
	margin: 5px;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: black;
	font-style: none;
	text-decoration: none;
}

/* menu */

ul#menu {
	list-style-type: none;
	padding: 0;
	margin: 30px;
	margin-top: 20px;
}

#menu a {
	display: inline-block;
	float: left;
	width: 15px;
	height: 20px;
	color: black;
	font-family: "Letter Gothic Std", "Lucida Sans", sans-serif;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 25px;
}

#menu a:hover {
	text-decoration: underline;
	color: grey;
}

/* img */

img {
	width: 500px;
	height: 700px;
	background: white;
	margin-left: 50px;
	display: inline-block;
	float: left;
	position: relative;
}

p.clear {
	clear: both;
	height: 0;	
	margin: 30;
	padding: 0;
}
	
main {
	background: white;
	display: inline-block;
}

p {
	margin-bottom: 1em;
	text-align: left;
	color: black;
	font-family: "Letter Gothic Std", "Lucida Sans", sans-serif;
}

section {
	display: inline-block;
	float: right;
	position: absolute;
	margin: 0;
	padding-left: 15px;
}