body {
	margin: 0px;
	padding: 0px;
	background: white;
	color: black;
	font: 11px Verdana, sans-serif;
}

a {
	color: #BA00FF;
}

a img {
	border: none;
}

#page-content {
	background: #D9D9D9;
	font-size: 10px;
	color: #77776E;
}

#page-content h1 {
	margin: 0px 0px 0px 72px;
	padding: 4px 0px;
	font-size:10px;
	font-weight:normal;
	text-align:center;
}

#nav {
	background: #BA00FF url(images/main-b-nav.gif) repeat-x 0px 0px;
	height: 40px;
}

#nav ul {
	display: block;
	margin: 0px auto;
	padding: 0px 2px 0px 0px;
	width: 744px;
	height: 40px;
	background: url(images/main-b-nav-items.gif) no-repeat 744px 0px;
}

#nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav a {
	float: right;
	font-weight: bold;
	color: white;
	background: url(images/main-b-nav-items.gif) no-repeat 0px 0px;
}

#link-flowers a { width: 75px; }
#link-comments a { width: 159px; }
#link-order a { width: 106px; }
#link-contact a { width: 95px; }
#link-home a { width: 59px; }

#nav a span {
	text-align: center;
	display: block;
	padding: 22px 12px 5px;
	/*border-left: 1px solid #ff9980;
	border-right: 1px solid #7f1900;*/
}

#nav a:hover, #nav li.selected a  {
	background-position: 0px -40px;
	color: #BA00FF;
}



