body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 130%;
}
#header {
	width: 100%;
	height: 140px;
  position: fixed;
	top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-image: url(images/flowers_home_new.jpg);
	background-repeat: no-repeat;
  background-attachment: fixed;
}
#content {
	width: 100%;
	margin-top: 130px;
	margin-bottom: 110px;
}
#footer {
	width: 100%;
	height: 120px;
	background-color: #FFFFFF;
	background-image: url(images/flowers_home_new_down.jpg);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0;
	line-height: 130%;
}
#weddings {
	width: 100%;
	background-color: #ACCBEF;
	margin-top: 65px;
}
#design {
	width: 100%;
	background-color: #DCCB9F;
	margin-top: 65px;
}
#separator {
	width: 100%;
	height: 120px;
}
#separator_mini {
	width: 100%;
	height: 10px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 130%;
}
.minitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 130%;
}
.greytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 130%;
}
.blacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #333333;
	line-height: 100%;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 130%;
}
.cell_white {
	background-color: #FFFFFF;
}
.cell_blue {
	background-color: #ACCBEF;
}
.cell_green {
	background-color: #c6e6ee;
}
.cell_gold {
	background-color: #DCCB9F;
}
.cell_black {
	background-color: #000000;
}
.cell_grey {
	background-color: #CCCCCC;
}
.cell_lightgrey {
	background-color: #E1E1E1;
}
.cell_light {
	background-color: #E7E7E7;
}
a:link {
	color: #90BBEF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #90BBEF;
}
a:hover {
	text-decoration: none;
	color: #518DA8;
}
a:active {
	text-decoration: none;
	color: #518DA8;
}