@charset "UTF-8";
/* CSS Document */

body {
	background:url(blossoms.jpg) #FFFFFF no-repeat center bottom fixed;
}


#menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:normal;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 15px 20px 0px;
	text-align: center;
	border-bottom: 15px solid #799d39;
	color: #ffffff;
	text-decoration:none;
	background:;
}

#menu a:hover{
	border-bottom: 15px solid #365e1c;
	background-color: #;
	color: #ffffff;
	text-decoration:none;		
}

#menu .current_page_item {
	color: #000000;
	border-bottom: 15px solid #2a6604;
	background:url(wbg.png);
}

a:link, a:visited, a:active {
	color: #063277;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
#right {
	width:320px;
	height:400px;
	float:right;
	padding:10px;
	text-align:center;
}

#left {
	width:410px;
	height:420px;
	float:left;
	position:relative;
}

#widecontent {
	width:750px;
}

#full {
	width:750px;
	height:auto;
	margin:0 auto;
	padding-bottom:20px;
}

#quote {
	width:850px;
	height:auto;
	position:relative;
	text-align:center;
	padding-top:30px;
	border-top:1px solid #000000;
}


.style1 {font-size: 12px}

-->