@import url("../Floral.css");

/* Color scheme */
a {
	color:#333
}

a:hover {
	color:#666
}

#fw-title {
	background:url('header.png') no-repeat center top
}

#fw-container {
	background:url('background.gif')
}

#fw-sidebar .fw-title, #fw-nav-menu li.fw-navheader {
	background:#e7e7e7
}

#fw-footer {
	background:url('footer.png') no-repeat top center
}
p.fw-footertext { color:#333; }
#fw-mainnavwrap { border:2px solid #e7e7e7; }
.fw-paragraphtop { padding:1px; border:1px solid #e7e7e7; }

#fw-smalltitle {
	border:2px solid #e7e7e7 !important;
}

.fw-odd, .fw-secondary {background-color: #e7e7e7;}
.fw-even, .fw-primary {background-color: #fff;}
.fw-tertiary { background-color: #BEBEC1; border-color: #BEBEC1; }

