body {
	color : #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #F9F0F3;
	line-height: 1.1;
}
h1 {
	color : #000000;
	font-size: 1.4em;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-align: center;
}
.footertext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
}
.footertext a {
	color: #5A94E7; 
 }
.footertext a:visited {
	color : #996699;
}
.footertext a:hover  {
	color: #EC5D71;
}
.smaller {
	font-size: 10pt;
}
.intro {
	padding-bottom: 10px;
}
.content {
	background-image: url(images/rose1a.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	width: 180px;
	float: left;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	border-bottom: 1px solid #EAA3B9;
	margin: 0em 1em 0em 0em;
}
#nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: solid 1px #EAA3B9;
	border-right: solid 1px #EAA3B9;
	background-color: #D595A9;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li a:hover {
	background-color: #ACC484;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
