body {
	background-color: #2b1a07;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	margin-bottom: 5em;
}


#wrapper {
	background-color: white;
	width: 760px;
	margin: 0 auto;
	position: relative;
}

h1 {
	color: #ff9c00;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
	font-family: Times, serif;
}
h2 {
	color: #757575;
	font-size: 1.2em;
	margin: 1em 0 0 0;
	padding: 0;
	font-family: Times, serif;
	border-bottom: 1px solid #edcba5;
	display: block;
	position: relative;
}
h4 {
	color: white;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0;
	font-family: Times, serif;
}
p {
	margin: 0.5em 0 1em 0;
}

/*
 * Sidebar
 */
#sidebar {
	width: 230px;
	position: absolute;
	left: 3px;
}
#sidebar #sidebar-bodyImage {
	border-bottom: 3px solid white;
	display: block;
}
#sidebar #sidebar-content {
	padding: 12px 18px 18px 18px;
	background: transparent url( "../image/sidebar-content-bg.gif" ) top left repeat-x;
}
#sidebar ul {
	padding: 0 0 0 1em;
	margin: 0;
	font-size: 0.75em;
}
#sidebar ul ul {
	font-size: 1em;
}


/*
 * Header
 */
#header {
	background: #633a0c url( "../image/header-bg.gif" ) bottom left repeat-x;
	height: 84px;
	position: relative;
}
#header #mainLogoWrapper {
	position: absolute;
	top: 27px;
	left: 12px;
}
#header #mainLogoWrapper img {
	border: 0;
}
#header #headerContactInfo {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 0;
}


/*
 * Body & Content
 */
#body {
	margin: 3px 3px 0 3px;
	border-bottom: 3px solid white;
	padding-left: 230px;
	background: white url( "../image/body-bg.gif" ) top left repeat-y;
}
#body #content {
	padding: 20px 20px 30px 20px;
}


/*
 * Main Menu
 */
#mainMenuWrapper {
	position: absolute;
	top: 84px;
	left: 235px;
	width: 523px;
}
 
#mainMenu {
	display: block;
	position: absolute;
	bottom: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainMenu li {
	display: block;
	float: left;
	padding: 3px 7px;
	margin: 0 8px 0 0;
	font-size: 0.8em;
	position: relative;
	top: -1px;
}

#mainMenu li.active {
	background-color: white;
	top: 0;
}

#mainMenu li a {
	text-decoration: none;
	color: white;
}
#mainMenu li.active a {
	color: #633a0c;
	font-weight: bold;
}


/*
 * Footer
 */
#footer {
	position: absolute;
	bottom: 0;
	color: #c7c7c7;
	font-size: 0.7em;
	width: 760px;
}
#footer a {
	color: #c7c7c7;
}
#footer p {
	position: absolute;
	top: 0;
	margin: 10px;
	padding: 0;
}
#footer p#footerPlauditLink {
	right: 0;
}
