body {

	background: #5B9C38;
	font-family: verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}

#main {

	text-align: center;
	width: 100%;

}

#header {

	background: #3399FF;
	height: 220px;
	margin: 0px auto;
	width: 100%;
	
}

#flowers {

	background: url('layout/bg.gif') repeat-x;
	height: 116px;
	
}

#container {

	margin: 0px auto;
	width: 947px;

}

#column_left {
	
	float: left;
	position: relative;
	top: -10px;
	text-align: left;
	width: 220px;

}

#column_right {
	
	float: left;
	text-align: left;
	position: relative;
	top: -10px;

}

#footer {
	
	color: #FFF;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	width: 947px;

}

#breadcrumb { 

	color: #fff;
	float: left;

}

#shopping_cart {

	float: right;
	width: 170px;

}

#content {

	margin-top: 10px;
	width: 727px;

}

#content_header {

	background: url('layout/image_content_header.jpg') no-repeat;
	height: 27px;

}

#content_middle {

	background: #99CC66;
	text-align: center;

}

#content_footer {

	background: url('layout/image_content_footer.jpg') no-repeat;
	height: 27px;

}

.clear { clear: both; }

A.categories_link {

	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}

A.categories_link:hover {

	text-decoration: underline;

}

A.footer_link {

	color: #FFF;
	text-decoration: none;

}

A.footer_link:hover {

	text-decoration: underline;

}