
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#page {
	width: 1024px;
/*	position: absolute;
	left: 50%;
	margin-left: -512px; */
}

#nav {
	font-weight: bold;
	color: #47499e;
	font-size: 16px;
	text-align: center;
}


#nav a {
	text-decoration: none;
	color: #47499e;
	font-weight: bold;
}

#flower {
	background: url(imgs/flower.jpg) no-repeat bottom #6899c6;
	text-align: left;
	height: 300px;
	width: 1024px;
	padding: 25px;
	padding-right: 450px;
	font-size: 16px;

}

#flowerblank {
	background: #6999C7;
	height: 200px;
	width: 1024px;
	padding: 25px;
	font-size: 11px;

}

#footer {
	height: 25px;
	
}

#nav a {
	text-decoration: none;
	color: #47499e;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	
}

a {
	text-decoration: none;
	color: #000000;
}

.highlight {
	border: #ffffff dotted 1px;
	background:#00a054;
	padding: 10px;
	margin: 10px;
}
