* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url("../images/marble_bg.jpg");
	font-family: "Palatino Linotype", "Times New Roman", Serif;
}
#title {
	text-align: center;
	font-variant: small-caps;
}
#title img.logo {
	border: none;
	display: none;
}
#title a {
	outline: none;
	text-decoration: none;
	color: #744215;
	font-size: 75px;
	line-height: 70px;
}
#wrapper {
	z-index: 1;
	position: relative; /* to allow z-index to work, so that the title's link does not overlap */
	background: #ffffff;
	width: 100%;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
#navbar {
	background: #ccc;
	border-top: 1px solid #333;
}
#navbar a {
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	outline: none;
	color: #333;
	display: block;
	border-bottom: 1px solid #333;
	padding: 5px 0;
}
#navbar a.current {
	color: white;
	background: black;
}
#navbar a:hover {
	color: white;
	background: black;
}
#intro {
	margin: 20px auto 60px;
	color: #404040;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
#footer {
	clear: both;
	padding: 5px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #404040;
}



@media all and (min-width: 550px) {
#title a {
	font-size: 120px;
	line-height: 90px;
}
#navbar {
	margin: 15px auto 0;
	height: 40px;
	background: url("../images/navbar.png") repeat-x;
	border-radius: 20px;
	max-width: 700px;
	text-align: center;
	border-top: none;
}
#navbar ul {
	display: inline-block;
	list-style: none;
}
#navbar li {
	float: left;
}
#navbar a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	padding: 0 20px;
	border-right: 1px solid #aaaaaa;
	border-bottom: none;
	color: #cccccc;
	font-variant: small-caps;
}
#navbar li:first-child a {
	border-left: 1px solid #aaaaaa;
}
#navbar a.current {
	color: #404040;
	background: url("../images/navbarhover.png") repeat-x;
}
#navbar li:hover a {
	color: #404040;
	background: url("../images/navbarhover.png") repeat-x;
}
}



@media all and (min-width: 950px) {
#frame {
	margin: 0 auto;
	width: 902px;
	padding: 0 10px 0;
}
#title {
	position: relative;
	text-align: center;
	width: 902px;
}
#title img.logo {
	display: inline;
	position: absolute;
	bottom: 0;
	left: 30px;
}
#wrapper {
	display: inline-block;
	margin: 0 auto;
	width: 900px;
	border: 1px solid #aaaaaa;
}
#navbar ul {
	border-left: 1px solid #aaaaaa;
}
}