.mainBg {
	background-image: url(../img/day/mainBg.jpg);
	background-repeat: no-repeat;
}
body {
	margin: 0px;
	background-color: #F4EFCA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C490A;
	background-image: url(../img/day/bg.gif);
	background-repeat: repeat-x;
}
.bgUnder {
	background-image: url(../img/day/bgU.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}
p {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
}
ul {
	font-size: 12px;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: A24110;
}
a:link {
	color: A24110;
}
a:visited {
	color: A24110;
}
