@charset "UTF-8";
/* CSS Document */
#header {
	font-family: Perpetua;
	font-size: 36px;
	font-style: italic;
	background-color: #903;
	height: 60px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #F9C;
	font-weight: bold;
	position: relative;
}


#leftcolumn {
	float: left;
	height: auto;
	width: 375px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 30px;
	color: #F9C;
	font-style: italic;
	font-weight: bold;
}
#rightcolumn {
	font-family: Perpetua;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navbar {
	font-family: Perpetua;
	font-size: 30px;
	font-style: normal;
	color: #903;
	height: 60px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#container {
	font-family: Perpetua;
	font-size: 30px;
	font-style: normal;
	color: #903;
	background-color: #FFF;
	height: 900px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
#flower {
	height: 79px;
	width: 116px;
	position: absolute;
	left: 928px;
	top: -4px;
}
#footer p em {
	color: #903;
	font-family: "Perpetua Italic";
	font-size: 24px;
}
