body {
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, Sans, "Bitstream Vera Serif";
	font-size: .8em;
	width: auto;
	color: #feffb7;
	background: #000000 url(daffodil.jpg) no-repeat scroll top left;
}

a {
	color: #eeff00;
	text-decoration: none;
}
a:hover {
	color: #003600;
}

#contain {
	position: absolute;
	top: 28px;
	left: 460px;
	width: 500px; /* change this total width for wider resolutions */
	height: 857px;
}

.title {
	height: 70px;
	color: #ffff00;
	font-family: "Times New Roman", Times, serif;
	font-size: 4em;
	font-style: italic;
}

.menu {
	height: 800px;
}

.bouquet {
	position: relative;
	top: 6px;
	left: -34px;
}
.bouquet img {
	float: left;
	clear: left;
	margin-right: 1em;
}
/* \*/
* html .hollyhack {height: 1%; margin-top: -8px; margin-left: -2px;} /* hack found on positioniseverything.net */
/* */

.filler {
	clear: left;
	float: left;
	width: 2em;
	height: 150px; /* make this a height that will be long enough for the rest of the content */
}

.footer {
	clear: both;
	position: relative;
	top: 0;
	left: -1em;
	margin-right: 1em;
	padding-top: 3px;
	border-top: 1px solid #cbcd65;
	font-size: .75em;
	text-align: right;
}
