#panel {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
body {
	background-image: url(../playroom/sketch_back.jpg);
	text-align: center;
}.block {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FDF7EE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #CC9966;
	border-right-color: #CC9966;
	border-left-color: #CC9966;
	width: 80%;
}
.block_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	margin: 10px;
	color: #431A0E;
}

h1{
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

