body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #880000;
	background-color: #FFE8E8;
	font-size: 95%;
	font-family: sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}
img {
	border: 1px;
	border-color: #ff0000;
	border-style: solid;
	margin-bottom: 5px;
}
img.float_right {
	float: right;
	margin-left: 10px;
}
img.float_left {
	float: left;
	margin-right: 10px;
}
img.portrait {
	width: 130px;
	height: 200px;
}
img.landscape {
	width: 200px;
	height: 130px;
}
a {
	background-color: transparent;
	color: #dd0000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #880000;
}
ul {
}
.small {
	clear: left;
	font-size: 80%;
	color: #888888;
	font-style: italic;
	text-align: left;
}
div.nav {
	background-color: #aa8822;
}
div.nav ul {
	width: 100%;
	white-space: nowrap;
}
div.nav li {
	display: inline;
	margin: 0 0.8% 0 1%;
}
div.nav li a {
	display: inline-block;
	background-color: #aa8822;
	color: #ffffff;
	font-size: 100%;
	letter-spacing: 0px;
}
div.nav li a:hover {
	color: #aa8822;
	background-color: #ffffff;
}
div.blog {
	clear: both;
	margin-bottom: 5%;
}
div.blog h1, div.blog h2, div.blog h3, div.blog h4, div.blog h5 {
	font-style: italic;
}
div.blurb {
	clear: both;
	margin-top: 20px;
	margin-bottom: 5%;
}
#container {
	text-align: left;
	width: 770px;
	margin: 0 auto;
	padding: 0;
/*	background-image: url(../images/rosebackground.jpg);	*/
/*	background-image: url(../images/bouquetbackground.jpg);	*/
	background-image: url(../images/yellowbouquetbackground.jpg);
	background-position: 50% 0%;
	background-repeat: repeat-y;
}
#banner {
	background-color: transparent;
	width: 100%;
	height: 130px;
	padding-top: 15px;
	text-align: center;
	font-size: 750%;
	font-family: 'Times New Roman', serif;
	font-style: italic;
	letter-spacing: 0px;
}
#content {
	width: 700px;
	margin: 0 auto;
	padding: 0;
}
#salutation {
	clear: both;
	margin: 50px 0px 50px 0px;
	font-family: 'Times New Roman', serif;
	font-size: 250%;
	font-style: italic;
	font-weight: bold;
}
#signoff {
	clear: both;
	margin-top: 35px;
	font-family: 'Times New Roman', serif;
	font-size: 150%;
	font-style: italic;
}
#signature {
	clear: both;
	font-family: 'Times New Roman', serif;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
}
#footer {
	clear: both;
	margin: 35px 0 20px 0;
}
