body {
	margin: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(images/background.jpg);
}
a {
	color: #FFFFFF;
}
#logo {
	margin: 20px 0 0 0;
	text-align: center;
}
#logo-print {
	display: none;
}
#slogan {
	margin: 15px 0 0 0;
	color: #fcaf17;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#nav {
	list-style: none;
	margin: 25px 0 0 0;
	text-align: center;
}
#nav li {
	display: inline;
	font-size: 1.3em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding: 0 30px;
	background: url(images/orange-dot.png) no-repeat center right;
}
#nav li.last {
	background: none;
}
#nav a {
	text-decoration: none;
	padding: 6px 8px;
}
#nav a:hover, a.active {
	background: #fcaf17;
	color: #780001;
}
#wrap {
	width: 850px;
	margin: 20px auto;
}
#photo {
	float: left;
	margin: 0;
	width: 470px;
}
#photo-about {
	float: left;
	margin: 0;
	width: 300px;
}
#photo img, #photo-about img {
	border: 6px solid #a01414;
}
#photo h1, #photo-about h1 {
	margin: 0;
	font-size: 1.5em;
}
#photo h2, #photo-about h2 {
	margin: 0;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}
#content {
	float: right;
	margin: 0;
	width: 380px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#content-about {
	float: right;
	margin: 0;
	width: 540px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#content h1, #content-about h1 {
	margin: 0 0 10px 15px;
	font-size: 1.4em;
}
#content h2, #content-about h2 {
	margin: 0 0 10px 15px;
	font-size: 1.2em;
}
#content p, #content-about p {
	margin: 0 0 15px 15px;
}
#content a, #content-about a {
	border-bottom: 1px dashed #d61313;
	text-decoration: none;
}
#content a:hover {
	border-bottom: none;
	background: #d61313;
}
#footer {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	color: #fcaf17;
	font-size: 1em;
	clear: both;
}
#footer a {
	color: #fcaf17;
	text-decoration: none;
}
