@charset "utf-8";
body {
	text-align: center;
	background-color: #006600;
}
body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
}

body, th, td {
	color: #006600;
}
#layout {
	width: 760px;
	margin: 10px auto;
	text-align: left;
}
#layout  #inner {
	border: 1px solid #FFFFFF;
}


#layout #header {
	background-image: url(../images/picture_header.jpg);
	height: 221px;
	background-repeat: no-repeat;
}
#layout #menu {
	background-repeat: repeat-x;
	padding: 0 15px;
	height: 32px;
	background-color: #669900;
	text-align: center;
}
#layout #container {
	padding: 18px;
	background-image: url(../images/bg_plants.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
#layout #footer {
	padding: 5px 18px;
	color: #FFFFFF;
	background-color: #669900;
}


#layout #designed_by   {
	padding: 0px 0px;
	text-align: right;
}

.head1 {
	font-size: 18pt;
	font-weight: bold;
}
.head2 {
	font-size: 12pt;
	font-weight: bold;
}
