@charset "UTF-8";

html {
		background: url(background_ima.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-saze: cover;
		background-size: cover;
		
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	style="border:none;"
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/flora_BG_w.jpg);
}
.oneColFixCtrHdr #container {
	width: 959px;
	margin: 0 auto;
	text-align: left;
	border-top-color: #5f5347;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 9px;
	border-top-style: groove;
	padding-right: 2px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(Logos&headers/header.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-top: 18px;
	padding-right: 55px;
	padding-bottom: 26px;
	padding-left: 40px;
}
.oneColFixCtrHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #5f5347;
	border-top: 0;
	font-size: medium;
}
.oneColFixCtrHdr #footer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(Logos&headers/foot_part1.jpg);
	padding-right: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0;
	margin-top: 6px;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	margin: center;
}
