body {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	background: #541b09 url('images/background_pattern.gif');
}

a, a:hover, a:visited, a:active {
	color: #d04122;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page-wrap {
	background: url('images/shadow_top.png') no-repeat;
	width: 1034px;
	padding-top: 23px;
	margin: 9px auto 0 auto;
}

#page {
	width: 1036px;
	margin: 0 auto;
	background: url('images/shadow_sides.png');
}

/* header rules */

#header {
	position: relative;
	background: #e4b67f url('images/header_background.jpg');
	width: 990px;
	height: 322px;
	margin: 0 auto;
}

#header h1 {
	display: block;
	position: absolute;
	top: 56px;
	left: 30px;
}

#header h2 {
	display: block;
	position: absolute;
	top: 232px;
	left: 30px;
}

#header h1 img, #header h2 img {
	position: static;
}

#header img {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
}

/* nav rules */
ul#nav {
	width: 960px;
	height: 40px;
	background: #361106;
	margin: 0 auto;
	padding: 0 15px;
}

#nav li {
	width: 160px;
	display: block;
	float: left;
	text-align: center;
	padding: 10px 0 0 0;
}

#nav a {
	color: #f18732;
}

/* content rules */
#content {
	background: #e5d5ba url('images/paper_background.jpg');
	width: 930px;
	margin: 0 auto;
	padding: 30px 30px 5px 30px;
	position: relative;
	min-height: 615px;
}

h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	margin: 0 0 20px 0;
}

h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	margin: 0 0 20px 0;
}

.news h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

p {
	margin: 0 0 20px 0;
	text-align: justify;
}

/* two-column layout */
#first-column { /* this column's content must be the longest */
	width: 450px;
}

#second-column {
	width: 450px;
	position: absolute;
	top: 30px;
	right: 30px;
}

/* three-column layout */

#three-column-left { /* this column's content must be the longest */
	width: 290px;
}

#three-column-mid {
	width: 290px;
	position: absolute;
	top: 30px;
	left: 350px;
}

#three-column-right {
	width: 290px;
	position: absolute;
	top: 30px;
	right: 30px;
}

ul.faq li {
	line-height: 20px;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
}

ul.contactinfo span {
  display: block;
	margin-left: 1em;
}

ul.contactinfo strong {
	display: block;
}

ul.contactinfo li {
	padding-bottom: 20px;
}

.person-city {
	padding-bottom: 20px;
}

span.address {
	display: block;
	margin: 0 0 20px 1em;
}

.right {
	text-align: right;
}

/* footer rules */
#footer {
	padding: 10px 0 0 0;
	text-align: center;
	background: #361106;
	height: 30px;
	width: 990px;
	margin: 0 auto;
	color: #6a3311;
	font-size: 11px;
}

#footer a {
	color: #f18732;
}

#footer ul {
	display: inline;
	padding: 0 5px;
}

#footer li {
	display: inline;
	padding: 0 5px;
}

#footer p {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #6a3311;
}

#bottom {
	background: url('images/shadow_bottom.png') no-repeat top;
	padding-bottom: 23px;
	margin: 0 auto 9px auto;
	width: 1034px;
}

#nav, #footer {
  letter-spacing: 1px;
	font-family: "Bodoni MT", "Bodoni SvtyTwo ITC TT", "Adobe Caslon Pro", "Caslon", "Big Caslon", "Garamond", "Adobe Garamond Pro", Georgia, seif;
}

