body{
	margin: 0;
	background: url(../images/bg2.jpg) repeat-x; 
}

#container{
	position: relative;
	left:50%;
	margin-left:-406px; 
	width:800px; 
	height:auto;
	border: solid #F0037F;
	border-width: 0 6px 0px 6px;
	background: #fff url(../images/spring2.jpg) no-repeat bottom center;
	padding-bottom: 100px;
} 

#flowers{
	position: absolute;
	left:0;		
	padding-top: 0; 
} 

.maintext{
	position: relative;
	width:600px;
	height:auto;
	font-family: "Lucida Grande", Verdana, Arial, "MS Trebuchet", sans-serif;   
	font-size: 0.7em; 
	line-height:1.8em;
	color: #666;
	text-align: left;
	background:transparent; 
	margin-top: 25px;
	margin-left: 160px;	
}
.title{
	font: bold 1.2em/1.5em Verdana, "Lucida Grande", Arial, "MS Trebuchet", sans-serif; 
	color: #003366;
}
.fuxiabold{
 	font: bold 1.2em/2em Verdana, "Lucida Grande", Arial, "MS Trebuchet", sans-serif;   
	color: #F0037F;   
}
.fuxiaboldsmall{
 	font: bold 1em/2em Verdana, "Lucida Grande", Arial, "MS Trebuchet", sans-serif;   
	color: #F0037F;   
}
.fuxiaboldsmall a:link, .fuxiaboldsmall a:visited{
	text-decoration: none;
	 color: #F0037F; 
} 
.fuxiaboldsmall a:hover{
	 color: #FF66CC; 

}
.greyboldsmall{
 	font: bold 1em/2em Verdana, "Lucida Grande", Arial, "MS Trebuchet", sans-serif;   
	color: #666;   
} 
.greybold{
 	font: bold 1.2em/2em Verdana, "Lucida Grande", Arial, "MS Trebuchet", sans-serif;   
	color: #666;   
} 
.greybold a:link, .greybold a:visited{
	text-decoration: none;
	 color: #666; 
} 
.greybold a:hover{
	 color: #003366; 

}
#footer {
	font: normal 0.6em/1.5em "Lucida Grande", Arial, sans-serif;
	position: absolute;	
	left:50%; 
	width:812px;
	height:20px;
	line-height:0.5em;
	margin-left:-406px; 
	text-align: center;
	background-color: #F0037F;
	line-height:0;
	color: #fff; 
} 
#footer a:link, #footer a:visited{
	text-decoration: none;
	color:#CCC;
} 
 #footer a:hover{ 
	color:#fff;
}