body {
	font-family: "Bitstream Vera Sans",Verdana,Arial,Helvetica,Sans,"Bitstream Vera Serif";
	font-size: 1em;
	width: 800px;
	color: #feffb7;
	background: #9A5C29 url(bg3.jpg) no-repeat fixed top left;
}


a {
	color: #FFF6C7;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003600;
}

hr { color: #feffb7;
	background-color: #feffb7; 
	
}
#contain {
	position: relative;
	top: 25px;
	left: 460px;
	width: 600px; /* change this total width for wider resolutions */
}



.title {
	height: 120px;
	font: italic 6em "Times New Roman", Times, serif;
	color: #ffff00;
}

.menu {
	height: 40px;
}

.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: 50px; /* 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: left;
}

/*IMAGE GALLERY*/
#pic {
	/*background-color: #FFFFFF;*/
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	/*background: #FFFFFF;*/
	border: 1px solid #000000;
	display: block;
	height: 192px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 200px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: auto;
	left: 150px;
	position: absolute;
	top: -60px;
	width: auto;
	z-index:1;
}

#picR {
	/*background-color: #FFFFFF;*/
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#picR a .large {
	border: 0px;
	display: block;
	height: 1px;
	right: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#picR a img {
	border: 0;
}

#picR a.p1, #pic a.p1:visited {
	/*background: #FFFFFF;*/
	border: 1px solid #000000;
	display: block;
	height: 192px;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 200px;
}

#picR a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#picR a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: auto;
	right: 50px;
	position: absolute;
	top: -60px;
	width: auto;
	z-index:1;
}

