@charset "utf-8";

#logo {
	background-color: #FFEABF;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	display: none;
}

#title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	vertical-align: middle;
	margin-left: 0px;
	height: 150px;
	padding-top: 30px;
}

#title h1 {
	font-size: 3em;
}

#title h2 {
	font-size: 1.8em;
	color: #C09F6C;
}

#title h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFE9C0;
}

