body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/backgroundrepeat.png");
	background-repeat: repeat-y;
	background-position: center;
	font: 14px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
        color: #daa520;
	font-size: 28px;
}

h2 {
        color: #4169e1;
	font-size: 20px;
}

h3 {
        color: #b0c4de;
	font-size: 16px;
}

a {
	color: #b8860b;
}

a:hover {
	text-decoration: none;
	color: #4169e1;
}

a img {
	border: none;
}

#wrapper {
	width: 800px;
        padding-top: 322px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/backgroundtop.png");
	background-repeat: no-repeat;
}

#site {
      	padding: 50px;
      	padding-top: 20px;
}

#site ol li ul {
  margin-top: 20px;
  margin-left: -20px;
}

table {
  margin-bottom: 20px;
}

table thead th {
  border: 1px solid #ffffff;
  background-color: #4169e1;
  color: #000000;
}

table tr td {
  border-bottom: 1px solid #ffffff;
}

#menu {

}

#menu ul {
	margin: 0;
	margin-left: 75px;
	margin-bottom: 50px;
	padding: 20px 0px 0px 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
	margin-left: 10px;
	background-color: #000000;

}

#menu a {
	display: block;
	width: auto;
	padding: 5px 18px;
	color: #4169e1;
	text-decoration: none;
	font-size: 16px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	color: #ff8c00;
	font-weight: bold;
}

.core_post_author:before {
	content:"by ";
}

#footer {
  margin-left: auto;
  margin-right: auto;
  background-image: url("/backgroundfooter.png");
  background-repeat: no-repeat;
  font-size: 10px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
