#header {
	background-color: #cdc5bf;
	/*lavender color*/
	height: 140px;
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
}

body {
	background-color: #eed5b7;
	/*light beige*/
	height: auto;
}

.textarea {
	background-color: #FFABAB;
	/*pastel pink*/
	color: white;
	width: 90%;
	margin-left: 5%;
	clear: both;
	float: left;
	height: auto;
}

.titlebox {
	float: center;
	text-align: center;
	font-size: 25pt;
	color: #FFABAB;

}

.menubox {
	background-color: #FFABAB /*AFCBFF*/;
	/*pastel blue*/
	height: 40px;
	width: 80px;
	color: white;
	float: left;
	margin-left: 7%;
	margin-top: 2%;
	border-radius: 6px;
	border-style: double;
	text-align: center;
	padding: 3px;
}


p {
	padding:5px;
	text-align: center;
	font-family: Didot;
	font-size: 13pt;
}

.mainpicture {
	float: left;
	margin-left: 100px;
	padding: 50px;
	border-style: double;
}

.links {
	color: black;
	text-decoration: overline;
}



