
#container {
	background-color: #bdb49f;
}

.jump-to-nav {
	background: transparent url("../_gfx/contentshade-top.png") repeat-x left bottom;
	margin: 0;
	padding: 5px;
}
.jump-to-nav a {
	color: #555;
}

#header {
	background: white url("../_gfx/contentshade-middle.png") repeat-x left bottom;
	height: 32px;
	padding: 5px 5px 15px 5px;
}
#logo {
	background: white url("../_gfx/header-handheld.png") repeat-x;
	height: 32px;
}
#logo img {
	float: right;
	height: 32px;
	background-color: white;
	padding-left: 5px;
}

#page {
	clear: both;
	background-color: white;
	padding: 10px 0;
}

#maincontent h1 {
	margin-top: 0;
}

#navigation {
	background: white url("../_gfx/contentshade-middle.png") repeat-x left top;
	padding: 15px 5px 5px 5px;
}
#navigation h1 {
	display: none;
}
#navigation h2 {
	margin: 0;
}
#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#localmenu {
	clear: both;
}
#localmenu h1 {
	font-size: 125%;
	margin-bottom: 0;
}
#localmenu p {
	margin: 0;
}
#localmenu ul {
	margin-top: 0;
}

#footer {
	padding: 5px;
	background: transparent url("../_gfx/contentshade-bottom.png") repeat-x left top;
	color: #666;
}
#footer a,
#footer strong {
	color: #555;
	font-weight: bold;
}

hr.hide {
	display: none;
}

.fulltable {
	background-color: white;
}
.fulltable table thead th {
	text-align: left;
}
.fulltable table tbody th {
	font-weight: normal;
	text-align: left;
}
.fulltable table tbody tr.odd {
	background-color: #e3dbd2;
}
