body {
	text-align: center;
	font: 62.5% Georgia;
	color: #333;
	background: #77d8e1;
	padding: 40px;
}

#wrap {
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 700px;
	background: #fff;
	-moz-border-radius: 15px;
}

#header {
	padding: 40px;
	background: #f1f1f1;
	-moz-border-radius: 15px 15px 0 0;
}

#header p {
	font-size: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c7b290;
	font-weight: bold;
}

h1 {
	font-size: 6em;
	color: #333;
	line-height: 1em;
}

#content {
	padding: 40px;
}
p {
	font-size: 3em;
	margin: 0.4em 0;
	line-height: 1.4em;
}

li {
	font-size: 2em;
	line-height: 1.4em;
	margin: 0.4em 0;
}

#search {
	display: block;
	width: 10em;
	text-align: center;
	font: 1.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 0.3em 1em;
	background: #c7b290;
	cursor: pointer;
	outline: none !important;
	-moz-border-radius: 30px;
	margin: 0 0 20px 0;
}

#search:active {
	background: #999;
	color: #fff;
}

#search:focus {
	
}

form {
	margin: 0.4em 0;
}

b {
	font-weight: normal;
}

a {
	color: #77d8e1;
}
