/* CSS DOCUMENT FOR GENERAL STYLING PURPOSES */
* {
	margin: 0;
	padding: 0;
}
html,body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #666;
	background: #FFF;
}
body {
	background: #FFF url(../_images/wallpaper.jpg) top center no-repeat;
}

.nofloral {
	background: #FFF url(../_images/wallpaper-nofloral.gif) top center no-repeat;
}
.shortfloral {
	background: #FFF url(../_images/wallpaper-shortfloral.gif) top center no-repeat;
}

h1,h2,h3,h4,h5,h6 { 
	color: #4a9390;
	font-size: 14px;
}

ul li {
	list-style: none;
}

a img {
	border: 0;
}
a {
	color: #4a9390;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #e79487;
	text-decoration: underline;
}


/* This is for positioning images in texts, like on template 12. Just add class float-left or float-right to an image */
.float-left {
	float: left;
	margin: 0 5px 0 0;
}
.float-right {
	float: right;
	margin: 0 0 0 5px;
}

