.edit1 {
	font-family:arial, sans-serif;
	text-indent: 15px;
	
}


#logo 
	width: 100%;
	padding:0;
}

#contact {
	position: absolute;
	left: 770px;
	width: 200px;
	top: 20px;
	color: rgb(29,47,217);
	background-color: rgb(240,251,95);
	font-weight: bold;
	text-align: center;
	border: 5px outset blue;
	padding: 5px;
}

#navtop {
	position: absolute;
	left:400px;
	top: 110px;
	text-align:center;
	padding:0px;
	word-spacing: 5px;
	margin: 0px;
	font-weight: bold;
}

#navtop a{
	font-size: 1em;
}

#navleft{
	position:absolute;

	left: 18px;
	top: 183px;
	padding:5px;
	background-color: rgb(240,251,95);
	border: 5px inset blue;

}

#navleft a{
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1em;
}

#body {
	width: 700px;
	position: absolute;
	top: 200px;
	left: 175px;
	background-color: white;
	line-height: 1.5em;
	padding: 5px

}



#quote{
	width: 700px;
	position: absolute;
	top: 400px;
	left: 175px;
	background-color: white;
	border: 5px outset blue;
	text-indent: 15px;
	line-height: 1.5em;
	padding: 5px;
	text-align: center;

}


