body
{
	color: #4e390c;
	background-repeat: repeat-x;
	background-image: url(upperbackground.jpg);
	background-color: #fff7ca;
	font-family: sans-serif;
}

a:link 
{
	color: #826016;
}

a:visited {
	color: #B0801A;
}


h1 
{
	text-align: center;
	margin: 0 0 0 0;
	color: #826016;
}

h2 
{
	font-size: 0.9em;
	font-family: sans-serif;
	text-align: center;
	margin: 0 0 0 0;
}

h3
{
	color: #826016;
}

code
{
  font-style: bold;
  background-color: blue;
  color: #9999ff;
}

.footer 
{	
	float: left; 
	background-image: url(lowerbackground.jpg);
	background-repeat: repeat-x;
	position: absolute; bottom: 0px; left: 0px;
	height: 10%;width: 100%;
	margin: 0 0 0 0;
}

.footertext
{
	position: absolute; bottom: 0.5em; left: 1em;
}

.content
{
  min-width: 25em;
  min-height: 10em;
  max-height: 18em;
  overflow:auto;
  margin: 2em 2em 0 5em;
}

.picture-sidebar
{
   float: right; width: 15em;
   vertical-align: middle;
}