/* CSS Document */

/*    three boxes and banner, with IE5 hack included */

@import "all.css"; /* just some basic formatting, no layout stuff */

#leftcontent {
	position:absolute;
	left:4px;
	top:120px;
	width:120px;
	padding:4px 0px 0px 0px;
	border: 0px solid #000;
	text-align:center;
	}

#centercontent {
	margin-left: 120px;
	margin-right:120px;
	padding-top:6px;
	border: 0px solid #000;
	background-color:#FFCC33;
	
	}


#centercontent div {
	margin-left: 90px;
	margin-right:90px;
	line-height: 1.4em;
	
}

#centercontent div img {
	margin:20px 20px 20px 20px;
	
}
#centercontent h3 {
	margin: 10px 10px 10px 10px;
	line-height: 1.2em;
	
}


#banner {
	height:110px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:110px;
	background-image: url(../images/bg/flower_c.jpg);
	}

html>body #banner {
	height:110px;
	}


p,pre {
	margin:0px 10px 10px 10px;
	}

h1 {
	font-size:2em;
	}

h2 {
	font-size:1.4em;
	}

h3 {
	font-size:1.2em;
	}

h4 {
	font-size:1em;
	}

#banner h1 {
	font-size:2em;
	padding:20px 0px 0px 0px;
	margin:0px;
	}


#title p {
	font-size:16px;
	font-weight: bold;
	padding: 8px 0px 0px 8px;
	}

/*  small floating boxes   */


div.float {
	color: #000;
	width: 100%;
   	text-align: center;
  }

div.float p {
   text-align: center;
   font-size: .8em;
   }

.style1 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
