body {
	background: #F3F2BA;
	padding: 0;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 0.9em;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #EC0406;
	margin-bottom: 30px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;	
}

p {
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #EC0406;
}

a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.spacer {
	margin-top: 20px;
	margin-bottom: 20px;
}

.img-space {
	margin: 2px;
}

.img-news-size {
	max-width: 145px;
	max-height: 97px;
}

#container {
	width: 968px;
	margin: 0 auto;
} 

#header {
	height: 342px;
	background: url('img/bartop.png') left bottom no-repeat;
}

#img-logo {
	margin: 10px 45px 50px;
}

#page-wrapper {
	clear: both;
}

#nav-menu {
	float: left;
	width: 168px;
	background: #0B0F14;
	text-align: center;
	list-style: none;
	margin: 0 0 50px;
	padding: 20px 0 30px;
	border-bottom-right-radius: 45px;
	border-bottom-left-radius: 45px;
}

#nav-menu li {
	background: url('img/menu.png') no-repeat;
	font-size: 0.8em;
	width: 125px;
	height: 30px;
	margin: 0 auto 8px;
	line-height: 30px;
}

#nav-menu a {
	text-decoration: none;
	color: black;
}

#nav-menu a:hover {
	font-weight: bold;
}

#page-content {
	float: right;
	width: 770px;
	padding: 15px 15px 50px;
}

#footer {
	clear: both;
	background: #0B0F14;
	width: 100%;
	height: 35px;
	border-top-right-radius: 35px;
	border-top-left-radius: 35px;	
}

/* Modifications for smaller screens */

@media screen and (max-width: 967px) {
	img {
		max-width: 100%;
	}

	.left {
		float: none;
		margin-bottom: 30px;
	}

	.right {
		float: none;
	}

	#container {
		width: 100%;
	}

	#header {
		background-image: none;
		height: auto;
		border-bottom: 0;
	}

	#img-florence {
		display: none;
	}

	#img-logo {
		display: block;
		margin: 10px auto 10px;
	}

	#nav-menu {
		float: none;
		width: 100%;
		height: 100%;
		padding: 15px 0;
		margin: 0;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	#page-content {
		float: none;
		width: 98%;
		margin: 0 auto;
		padding: 15px 0;
	}

	#map-social {
		display: none;
	}

	#footer {
		display: none;
	}
}