html {
  background-color: #a7bcc6 !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../images/background.jpg");
}
body {
  text-align: left;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.5em;
}

#wrap {
  position: relative;
  margin: 60px auto;
  top: 0;
  width: 940px;
  height: 480px;
}
#footer {
  position: relative;
  top: 504px;
  left: 270px;
  clear: both;
  width: 412px;
  height: 27px;
}
#pretty_menu {
  position: absolute;
  top: 194px;
  left: 154px;
  display: none;
  z-index: 2;
}

/* Text styles */
p {
  margin-bottom: 1em;
}
a, a:visited {
  color: #588197;
}
a:hover {
  color: #869ba6;
}
i, em {
  font-style: italic;
}
b, strong {
  font-weight: bold;
}

/* Table styles */
table {
  margin-top: 2px;
  border-top: 1px solid #B8B9A8;
  font-size: 0.9em;
}
td {
  width: 290px;
  padding: 6px 0;
  vertical-align: top;
}
td.date {
  width: 80px;
}

/* Highlihting for badges */
a.badge img {
  border: 2px solid #EBEEE5;
}
a.badge:hover img {
  border: 2px solid #869ba6;
}

/* jScrollPane CSS */
.scroll-pane {
	overflow: auto;
  float: left;
}
div.scroll-pane p img {
  display: block;
  clear: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #d7d8c5;
}
.jScrollPaneDrag {
	position: absolute;
	background: #b8b9a8;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}