body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-family: Cambria, Georgia, "Times New Roman", serif;
	font-size: 105%;
	text-align: center;
	background-color: #ffcece;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

a {
	color: #000;
}

#header h1 {
	font-weight: bold;
	font-size: 2em;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/logo.jpg);
	height: 121px;
	width: 299px;
	text-indent: -9999px;
}

#menu {
	/*background-color: #FFF;*/
	border-bottom: solid 1px #000;
	padding: 10px 0;
	font-size: 1.4em;
	width: 730px;
	margin: 0 auto;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu li {
	display: inline;
	margin: 0 16px;
}
#menu a {
	color: #000;
	text-decoration: none;
}
#menu a:hover, #menu a:focus {
	text-decoration: underline;
}

#content {
	/*border: solid 1px #000;*/
	/*background-color: #FFF;*/
	width: 730px;
	margin: 22px auto;
	text-align: left;
	padding: 0 12px;
}
h2 {
	font-size: 1.4em;
}
#content p, #content h2 {
	margin: 10px 0;
}
#content img {
	float: right;
}

#footer {
	width: 280px;
	margin: 22px auto;
	font-size: 0.8em;
}
#footer p {
	margin: 8px 0;
}