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

* {
	margin:0px;
	padding:0px;
}
body {
	font-family: 'Philosopher', arial, serif;
	font-size: 80%;
	text-align:center;
	background-color: #FFF593;
}
a {
	color: #3F3D24;
}
h1 {
	font-size: 50px;
	color: #5C5935;
	font-weight: bolder;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:125%;
}
h4 {
	font-size:75%;
}
h5 {
	font-size:50%;
}
h6 {
	font-size:25%;
}
ul {
	padding-left:50px;
	text-align:left;
}
p {
	font-size:100%;
	line-height:150%;
}

#container {
	background-color: #FFF693;
	border: 1px solid #000;
	padding:10px;
}
#container_sticky {
	background-color:#FFF693;
	background-image: url(../images/pear_bg_s.gif);
	background-repeat: repeat;
	border:1px solid #000;
	text-align:left;
	padding:10px;
	width:100%;
}

.content {
	font-size: 36px;
	color: #5C5935;
	background-image: url(../images/pear_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.content_sticky{
	background-color:#999;
	margin:auto;
	margin-top:20px;
	padding:10px;
	width:750px;
}
