body {
  background: #00000a;
  /* background-image: url(paths/paths_arrows.jpg); */
  background-repeat: repeat-y,repeat-x;
  position: relative;
  font-family: "Trebuchet MS", Verdana, Arial, serif;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
}

p,#title {
	position: relative;
	background: white;
	color: black;
	margin: auto;
	width: 80%;
	border: #003300 solid 1px;	
	padding: 10px;
	text-align: left;
}

h1 {
	font-size: 200%;
	color: green;
}

#title {
	font-size: 200%;
	color: green;
}

h2 {
	margin-right: 10%;
	margin-left: 10%;
	font-size: 120%;
	color: #FF9900;
}

div#mainbox {
  text-align: center;
  background: #110033;
  color: green;
  position: relative;
  left: 10%;
  width: 75%;
  padding-top: 20px;
  padding-bottom: 60px;
}

div#content
{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

#thumb, #title
{
  min-height: 100px;
}

img#thumb
{
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}

div#foot
{
	color: #FFFFFF;
    background: #110033;
	position: relative;
	left:  10%;
	width: 75%;
	margin-top: 30px;
	padding-bottom: 20px;	
	padding-top: 20px;	
	text-align: center;
	line-height: 2;
}

a:link {color: #009900;}
a:visited {color: #997799;}
a:hover {color: #777733;}
a:focus {color: #333333;}
a:active {color: #000099;}