body {
	margin: 0;
	background: url(../images/background.gif);
}

a {
	color: #820000;
}

img {
	border: 0;
}

.page {
	padding-top: 5px;
	background: url(../images/background-overlay.jpg) no-repeat;
	min-height: 472px;
}

.global.vcard {
	margin: 0;
	padding: 5px;
	margin-right: 20px;
	text-align: right;
	font: 70% "Lucida Grande", Arial, Helvetica, sans-serif;
}

.global.vcard > span, .global.vcard a {
	margin-right: 15px;
}

.global.vcard, .global.vcard a {
	color: #f4f9b9;
	text-shadow: #130d0d 2px 2px 4px;
}

.header {
	position: relative;
	padding: 15px 0;
	height: 215px;
	background: url(../images/header-background.png) repeat-x;
	z-index: 10;
}

.header-content {
	margin: auto;
	position: relative;
	max-width: 950px;
}

.logo {
	margin: auto;
	padding: 35px;
	height: 144px;
	background: url(../images/header-overlay.png) -50px no-repeat;
}

.logo img {
	position: relative;
	top: -25px;
}

.menu {
	position: absolute;
	top: 0px;
	right: 5%;
	margin: 0;
	padding: 0;
}

.menu li {
	float: left;
	list-style: none;
	margin-left: 1px;
}

.content-container {
	margin-top: -10px;
	background: url(../images/content-shadow.gif) repeat-x #f2efc5;
	color: #3b3625;
	text-align: justify;
	font: 105% Georgia, "Times New Roman", Times, serif;
	text-shadow: #fff 1px 1px 0;
	padding: 30px 50px 50px;
}

.content-container h3 {
	padding: 10px;
	text-align: center;
	border-bottom: 1px dotted #c4bf74;
}

.content {
	margin: auto;
	max-width: 950px;
}

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
}

.content-image {
	float: left;
	margin-top: -20px;
	margin-left: -20px;
}

.image-right {
	float: right;
	margin-left: 20px;
	margin-right: -20px;
}

.image-inline {
	margin-top: 0;
}
