/*
	BEGIN of Reset CSS Styles
	This is used to avoid complications when different browsers use different default values for these elements
*/
html, body, div, span, applet, object, iframe,
h1, h2, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/*
	END of Reset CSS Styles
*/

body {
	background: #fff url('../images/homepage_background.gif') no-repeat center 100px;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, serif, sans-serif;
	font-size: 100%;
}

/* IE6 hack */
*html body{
	font-size: 16px;
}

img {
	border: none;
	outline: none;
}

p{
	color: #545454;
	font-size: 0.8125em; /* 13 / 16 */ 
}

#websiteWrapper{
	margin: 20px auto;
	padding: 0;
	width: 960px;
}

#homepageBox{
	background: #fff url('../images/homepage_box.jpg') no-repeat;
	float: left;
	height: 256px;
	padding: 10px;
	margin-top: -40px;
	width: 201px;
	clear: both;
	
}

*:first-child+html #homepageBox{
	margin-top: 50px;
}

*html #homepageBox{
margin-top: 50px;
}

#homepageBox h1{
	color: #fff;
	font-weight: normal;
	font-family: Helvetica, Verdana; 
	font-size: 24px;
	margin: 0;
	padding: 0;
}

#homepageBox p{
	color: #fff;
	font-family: Helvetica, Verdana; 
	font-size: 12px;
	line-height: 130%;
}

#flowerBoxes{
	float: left;
	margin-left: -7px;
	margin-top: 60px;	
	width: 100%;
}

#flowerBoxes a{
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
}

.flowerBox{
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 140px;
}

.last{
	margin-right: 0;
}

#footertext{
	float: right;
	margin: 150px 15px 0 0;
	width: 390px;
}

#footertext img{
	float: right;
	margin-top: -25px;
	padding-left: 20px;

}

#footertext p{
	font-family: arial;
	font-size: 11px;
}

#footer{
	background: #fff url('../images/homepage_footer.png') no-repeat;
	clear: both;
	float: left;
	height: 34px;
	width: 960px;
}