body {
color: #006633;
}
p {
text-align:left;
}
input {
color: #006633;
}
select {
color: #006633;
}
h2 {
font-size: 19px;
text-align: center;
}

.nav {
position:absolute;
top:56px;
left:205px;
z-index:4;
}

.background {
background-image: url(http://www.stlafloraldesign.com/images/background.jpg);
position: absolute;
top: 0px;
left: 0px;
width: 800px;
height: 640px;
z-index:3;
}
.admin_background {
background-image: url(http://www.stlafloraldesign.com/images/admin_back.jpg);
position: absolute;
top: 0px;
left: 0px;
width: 800px;
height: 640px;
z-index:3;
}

.strip {
background-image: url(http://www.stlafloraldesign.com/images/strip_top.jpg);
position: absolute;
top: 0px;
height: 108px;
width:100%;
z-index:1;
}
.content {
position: absolute;
top:200px;
left:92px;
width:85%;
z-index:6;
}
.footer {
background-image: url(images/footer.jpg);

height:112px;
width:504px;
z-index:20;
align:center;
}
textarea {
color: #660000;
}
a {
color: #990000;
text-decoration: none;
}
a.hover {
color: #cc0000;
text-decoration: underline;
}
a.visited {
color: #990000
text-decoration: none;

}

.navbar {
position:absolute;
top: 166px;
left: 36px;
}
a.navbuttons {
	text-decoration: none;
	background-color: #ffcc00;
	width: 300px;
	padding-right: 2px;
	padding-left: 2px;
	color: #006633;
	font-weight: bold;
	border: 1px solid #006633;
	display: block;
	text-align: center;
	padding-top:0;
	padding-bottom:0px;
	}
	
a:hover.navbuttons {
	
	background-color: #006633;
	border: 1px solid #ffcc00;
	color: #ffcc00;
	text-decoration: none;
	}
	
a.policies {
	text-decoration: none;
	width:120px;
	font-size:10px;
	background-color: #006633;
	padding-right: 2px;
	padding-left: 2px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 1px;
	border: 1px solid #ffffff;
	display: block;
	text-align: center;
	}
	
a:hover.policies {
	
	background-color: #ffffff;
	border: 1px solid #006633;
	color: #006633;
	text-decoration: none;
	}