#wrapper {
	padding-bottom: 1em;
	position: relative;
	left: 0px;
	top: 0px;
}
#header {
	background-image: url(bbp-header-image-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 189px;
}
#headtop h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: -3000px;
	margin-left: -3000px;
}
#headtop p {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: -3000px;
	margin-left: -3000px;
}
#headtop {
	height: 157px;
}
#navigation {
}
#navigation ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
#navigation li {
	float: left;
	margin-top: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AF5E0C;
}
#navigation a {
	display: block;
	padding-right: 1em;
	padding-left: 1em;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a.selected {
	color: #693A04;
	background-color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E37E0F;
}
#footer {
	background-image: url(bbp-footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFFFFF;
	background-color: #552E05;
	padding-top: 1em;
  padding-bottom: 1em;
}
#footer ul {
	list-style-type: square;
	list-style-position: inside;
	line-height: normal;
	font-size: 95%;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
#footer a {
	color: #FFFFFF;
}
#footer p {

  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  line-height: normal;
}

#credits {
	background-color: #333333;
	color: #CCCCCC;
}
#credits p {
	padding: 0px;
	font-size: 90%;
	line-height: normal;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}

#credits a {
	color: #CCCCCC;
	text-decoration: none;
}
.rightside {
	text-align: right;
}

