* {
	padding: 0;
	margin: 0;
}
.clear { 
	clear: both;
	font-size: 0px;
	line-height: 0;
	height: 0px;
}
body {
	font-size: 100%;
	background-color: #F4E9C2;
}
#center {
	border: 2px brown solid;
	width: 800px;
	margin: 0 auto;
	position: relative;
	background-color: #EDE6C0;
}
#header {
		background-image: url(../images/flowr03a.gif);
	position: relative;
	width: 100%;
	height: 160px;
	border-bottom: 2px brown solid;
}
#header h1{
	text-align: center;
	line-height: 100px;
	font-size: 350%;
	color: brown;
}
#header h2{
	text-align: center;
	line-height: 50px;
	font-size: 200%;
	color: brown;
}
#content {
	vertical-align: top;
	padding: 30px;
	text-align: justify;
	float: left;
	background-color: #EDE6C0;
	height: 100%;
}
#footer {
	border-top: 2px solid brown;
	background-image: url(../images/flowr03a.gif);
	height: 50px;
	font-weight: bold;
}
ul#foot {
padding: 35px 30px 0 30px;
text-align: center;
}
ul#foot li{
display: inline;
margin-right: 20px;
list-style: none;
}
ul#foot li a {
	color: #3A4339;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
}
#content p {
	font-size: 90%;
	color: #3A4339;
	text-align: justify;
	margin-bottom: 10px;}
	#content a {
	color: #3A4339;
	text-align: justify;
}
#content h1 {
	font-size: 110%;
	color: brown;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#newsprev {
	position: relative;
	text-align: justify;
	float: left;
	margin-top: 70px;
	margin-left: 20px;
	margin-right: 20px;
}
#newsprev h1 {
	font-size: 120%;
	color: #3A4339;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.date {
	color: #BF0000;
	font-weight: bold;
}
ul#menu {
width: 180px;
padding: 40px 20px 30px 20px;
float: left;}
td#menu {
	border-right: 2px brown solid;
	vertical-align: top;
	background-image: url(../images/flowr03a.gif);
}
ul#menu li{
line-height: 30px;
width: 180px;
border: 2px groove brown;
margin-top: 20px;
text-align: center;
list-style: none;
background-color: #e4daa4;
}
ul#menu li#sub{
line-height: 25px;
width: 100px;
margin-left: 40px;
border: 2px groove brown;
margin-top: 15px;
text-align: left;
list-style: none;
background-color: #e4daa4;
}
ul#menu li#sub a {
	color: brown;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	}
	ul#menu li#sub a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;}
ul#menu li a {
	color: brown;
	text-decoration: none;
	font-weight: bold;
}
ul#menu li a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
ul#menu li#sp {
background-image: none;
line-height: 20px;
margin-top: 20px;
text-align: center;
list-style: none;
color: brown;
font-weight: bold;
border: 0;
}
#copy {
line-height: 50px;
		color: brown;
		font-size: 100%;
		text-align: center;
		}
a {color: black;}
p {font-size: 80%; margin: 10px 25px 10px 25px;}