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

@charset "utf-8";
body {
		line-height: 1.3;
		color: #08260C;
		text-align: center;
}
#pageOuter {
		background: url(../images2/shadow_btm.jpg) no-repeat center bottom;
		text-align: left;
		width: 878px;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 14px;
}
#page {
		background: url(../images2/shadow_bg.jpg) repeat-y center top;
		padding-right: 14px;
		padding-left: 14px;
}
#header {
		position: relative;
}

#navi ul {
		background: url(../images2/nav_bg.jpg) repeat-x;
		width: 810px;
		padding-left: 40px;
		height: 40px;
}
#navi ul li {
		display: inline;
		float: left;
}
#header #butterfly {
		clear: left;
		position: absolute;
		left: 700px;
		top: 125px;
}
#footer {
		background: #547336;
		text-align: center;
		height: 40px;
		width: 850px;
		color: #FFF;
		padding-top: 10px;
		font-size: 83.3%;
		clear: left;
}
#footer p span {
		color: #A61414;
}

#footer a {
		color: #FFF;
		text-decoration: none;
}
#footer a:hover {
		color: #A61414;
		text-decoration: none;
		background: #B4CF98;
}
