/* CSS Document */
page {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font: arial;
	font-size: x-large;
	font-weight: lighter;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font: arial;
	font-size: large;
	font-weight: lighter;
}

/*	div content */
#outline {
	position: relative;
	top:10px;
}

#background {
	text-align: left;
	background:url(images/site_back.png);
	height: 860px;
	width: 986px;
	margin: 0px;
}
#flower {
	position: relative;
	left: 588px;
	top : 24px;
}
#nav {
	position: relative;
	top: -60px;
	left: 50px;
}
#content_left {
	margin: 0px;
	position: relative;
	top: -60px;
	left: 70px;
	width: 870px;
}
#content_right {
	margin: 0px;
	float: left;
	width: 500px;
}
#content_vouchers {
	position: relative;
	top: -20px;
	left: 0px;
	float: right;
	right: 100%;
}
#image_left {
	float: left;
}
#small_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	position: relative; 
	top:-475px; 
	left:-315px;
}

