/*
	RESET AND BASICS
*/
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { background: white center center; font-family: georgia, serif; }
a img { border: 0; background: none; }
img	{ vertical-align: middle; }
.clear { clear: both; }

#page-wrap {
	margin: 75px auto;
	text-align: center;
	width: 1000px;
}

ul {
	list-style: none;
	margin-top: 30px;
}

ul li {
	display: inline;
	padding: 10px 50px;
}

a {
	color: #653300;
	font-family: tahoma, geneva, sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 2px 2px 2px #ccc;
}

a:hover {
	text-decoration: none;
	text-shadow: none;
}

#info {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}
