body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#555555;
	background-image:url(images/site_bg.gif);
	background-repeat:repeat-x;
}
.matlack #container {
	width: 904px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.matlack #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.matlack #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.matlack #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:10px;
}
.matlack #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/bottom_bg.jpg);
	background-repeat:repeat-x;
	background-color: #e8f0f8;

}
.matlack #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.matlack #bigcolumn {
	float:right;
	width:630px;
	padding-left:10px;
	padding-bottom:10px;
}

.matlack #smallcolumn{
	float:left;
	width:254px;
	padding-right:10px;
	padding-bottom:10px;
}
.threeblocks{
	margin-left:10px;
}
.blueblock{
	background-image:url(images/bluebox.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	width:258px;
	height:217px;
	float:left;
	margin-right:3px;
	color:white;
}
.blueblock h2{
	font-size:15px;
	margin-top:-5px;
	margin-bottom:-10px;
	font-weight:bold;
	margin-left:10px;
	
}
.blueblock ul {
	line-height:18px;
	padding-top:20px;
	padding-right:15px;
	margin-top:0px;
}
.blueblock li {
	margin-bottom:5px;
}
.graybox {
	background-image:url(images/nowavailable_bg.gif);
	background-color:#c3c7cb;
	width:776px;
	background-repeat:repeat-y;
	clear:left;
	margin-left:10px;
	
	overflow:hidden;
}
.grayboxbody {
	background-image:url(images/nowavailable_top.gif);
	background-repeat:no-repeat;
	padding:0px;
}
.bottombar{
	background-image:url(images/bottombar.gif);
	width:776px;
	height:69px;
	color:white;
	text-align:center;
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:10px;
	line-height:22px;
}
.greenheader{
	color:#448a35;
	font-size:24px;
	margin:0px;
	margin-bottom:5px;
	border-bottom:1px solid #555555;
	font-weight:bold;
}
.blackheader{
	color:#555555;
	font-size:18px;
	margin:0px;
	margin-bottom:5px;
	margin-top:3px;
	font-weight:bold;
}
.spacelist{
	margin-bottom:20px;
}
.whitearea{
	border:1px solid #555555;
	padding:10px;
	background-color:white;
	margin:10px;
}
.beigebox{
	background-image:url(images/beigebox.gif);
	border:1px solid #B8BAA3;
	background-color: #f0f1e7;
	padding:5px;
	background-repeat:repeat-x;
}
.beigebox p{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}
.greenheader{
	background-color:#badad1;
	border:0px;
}
.searchbox{
	background-image:url(images/search_bg.gif);
	background-repeat:no-repeat;
	width:211px;
	height:49px;
	margin-bottom:10px;
}
.searchboxbeige{
	background-image:url(images/search_bg_beige.gif);
	background-repeat:no-repeat;
	width:230px;
	height:49px;
	margin-bottom:10px;
}
.searchboxform{
	margin:0px;
}
.searchboxinput{
	border:none;
	margin:0px;
	background-color:white;
	margin-left:25px;
	margin-top:23px;
	width:156px;
}
.flowertable {
 border:none;
}
.flowertable td {
 border:none;
 padding-right:5px;
}

form{
margin:0px;
}
.itemname {
	font-weight:bold;
	color:#007658;
	font-size:14px;
}

.inbloom
{
	font-size:13px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#005179;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
}

.inbloom a
{
	color:#005179;
}

a {
color:#005179;
}
.cleanheader{
	margin:0px;
}
.bluebarheader{
	background-image:url(images/bluebar_blank.jpg);
	width:630px;
	height:36px;
	margin:0px;
	margin-bottom:10px;
	padding-left:15px;
	padding-top:5px;
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:normal;
	color:#014f75;
}
.bluebarheadersmall{
	background-image:url(images/bluebar_blank_sm.jpg);
	width:472px;
	height:37px;
	margin:0px;
	margin-bottom:10px;
	padding-left:15px;
	padding-top:5px;
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:normal;
	color:#014f75;
}
.whitetext {
	color: #fff;
	
}
.loginbubble{
	background-image:url(images/speechbubble_login.gif);
	padding-left:18px;	
	padding-right:18px;
	width:196px;
	height:80px;
	background-repeat:no-repeat;
	padding-top:28px;
}
.promobubble{
	background-image:url(images/speechbubble_promo.gif);
	padding-left:18px;	
	padding-right:18px;
	width:290px;
	height:80px;
	background-repeat:no-repeat;
	padding-top:36px;
}
.error {
	color:red;
	font-weight:bold;
}
.pricelink{
	
}
.pricelink a{
	text-decoration:underline;
}
.pricelink a:hover{
	text-decoration:none;
}



.rightsquelch{
	width:904px;
}
.rightsquelch2 {
	width:904px;
}
.rightsquelch3 {
	width:904px;
}
.rightsquelchflower {
	width:904px;
}
.rightsquelchfuneral {
	width:904px;
}
