@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	color: #C98C53;
}
body {
	background: #DBDBB7;
}
#buttons {
	float: right;
	margin-right: 5px;
	position: relative;
	height: 50px;
	z-index: 100;
}
#address {
	float: right;
	text-align: right;
	padding: 2px 5px 0;
}
ul#bottomnav {
	list-style: none;
	margin: 0 0 0 -30px;
	
}
ul#bottomnav li {
	display: block;
	float: left;
	padding-right: 10px;
	font-size: 1.1em;
}
ul#bottomnav li a:link, ul#bottomnav a:visited {
	text-decoration: none;
	color: #6c1f07;
}
#content {
	width: 450px;
	height: 273px;
	margin: 30px 20px 0;
	border: 1px solid #edd573;
	padding: 5px !important;
	padding: 4px;
	overflow: auto;
}
#credit {
	width: 780px;
	text-align: right;
	margin: 0 auto;
	font-size: .8em;
}
#credit a:link, #credit a:visited {
	color: #6c1f07;
}
#footer {
	width: 780px;
	background: #c98c53;
	height: 60px;
	clear: both;
	border-top: 2px solid #edd573;
	color: #6c1f07;
	font-family: "Garamond","Times New Roman", Times, serif;
}
#heading {
	font-family: "Garamond","Times New Roman", Times, serif;
	font-size: 2em;
	color: #6c1f07;
	margin: 10px 0 0 15px;
}
#heading_first_letter {
	font-size: 2.2em;
	line-height: 60px;
	padding-top: 2px;
	float: left;
}
#image {
	background: url(images/flower_arrangement.jpg) no-repeat;
	height: 372px;
	float: left;
	width: 278px;
	border-left: 2px solid #edd573;
}
#left {
	height: 372px;
	float: left;
	background: #fbf0c5;
	width: 500px !important;
	width: 498px;
}
#top {
	height: 107px;
	background: url(images/bow_street_flowers_logo.gif) no-repeat top left #edd573;
	border-bottom: 2px solid #edd573;
	margin-top: 0px;
}
#topnav {
	background: #c98c53;
	height: 19px;
	overflow: visible !important;
	overflow: hidden;
	width: 580px;
	position: relative !important;
	position: absolute;
	top: 38px !important;
	top: 105px;
	margin-left: 200px;
	clear: both;
	z-index: 1;
}
#topnav ul {
	list-style: none;
	position: relative;
	left: -30px;
	width: 580px;
}
#topnav ul li {
	display: block;
	float: left;
	padding-right: 18px;
}
#topnav ul li a, #topnav ul li a:visited {
	color: #6c1f07;
	text-decoration: none;
	font-weight: bold;
	font-family: "Garamond", "Times New Roman", Times, serif
}
#wrap {
	margin: 0 auto;
	width: 780px;
	border: 2px solid #edd573;
}

