body {
	margin: 0px;
	padding: 0px;
	font: 13px Georgia, Times, serif;
	line-height: 145%;
	color: #4E5365;
	text-align: center;
	background: #865E52 url(images/body-background.jpg) top repeat-x;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover, a:active {
	color: #865E52;
	text-decoration: none;
}

a img {
	border: none;
}

#wrapper {
	position: relative;
	width: 740px;
	margin: 24px auto;
	text-align: left;
	background: #FFFFFF url(images/wrapper-background.jpg) top repeat-y;
}

#header {
	margin: 0px;
	height: 95px;
	background: #FFFFFF url(images/header-background.jpg) top no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 35px 10px 0px 170px;
	font-size: 13px;
	letter-spacing: 0.26em;
	color: #4E5365;
}

#header h2 {
	margin: 0px;
	padding: 0px 10px 0px 170px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.16em;
}

#content-wrapper {
	margin: 0px;
	background: transparent url(images/image-background.jpg) top no-repeat;
}

#content-logo {
	background: transparent;
	position: absolute;
	top: 95px;
	left: 142px;
	width: 590px;
	height: 171px;
}

#navbar {
	float: left;
	width: 141px;
	background: #936E61 url(images/sidebar-background.jpg) left repeat-y;
	font-size: 11px;
}

#sidebar {
	margin: 0px;
	padding: 5px 8px 200px 8px;
	border-left: 1px solid #B69388;
	border-bottom: 1px solid #B69388;
	color: #FFFFFF;
	font-size:10px;
}

#sidebar a {
	color: #FFFFFF;
}

#sidebar .sideHeader {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

#sidebar p {

}

#content {
	float: right;
	width: 543px;
	padding: 0px 26px 0px 26px;
	margin-top: 196px;
}

#footer {
	font: 11px Georgia, Times, serif;
	font-style: italic;
	height: 60px;
  margin: 0px;
	padding: 25px 20px 20px 163px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: #865E52 url(images/footer-background.jpg) top no-repeat;
}

html>body #footer {
	height: auto;
	/* Reset for non-IE browsers */
}

#footer img {
	display: inline;
	margin: 5px;
}

#footer ul, #footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer a {
	color: #FFFFFF;
}
