body {
	font-family: courier;
	background-image: url('/images/backgrounds/Ocean.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 28px;
	margin-bottom: 10px;
}
a {
	color: yellow;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	color: white;
	background-color: grey;
	padding: 5px;
}

/*
 * ID AND CLASSES
 */
#tablewrapper {
	margin: 0 auto;
}
#content {
	background-image: url('/images/backgrounds/bg1.gif');
  background-repeat: repeat;
  margin: 10px auto;
  border-style: ridge;
}
#sidebar {
  background-image: url('/images/backgrounds/stars.gif');
  background-repeat: repeat;
  vertical-align: top;
  width: 200px;
  max-width: 200px;
  padding: 15px 10px;
  border-style: ridge;
  color: white;
}
#sidebar > ul {
  margin-top: 0;
  padding-left: 7px;
}
#sidebar > ul li {
  list-style-type: none;
  padding: 3px;
}
#sidebar table {
	border-spacing: 0;
}
#body {
  vertical-align: top;
  padding: 20px 40px;
  width: 550px;
}
#body a {
	color: darkgreen;
	text-decoration: underline;
}
#footer {
	text-align: center;
  font-style: italic;
  height: 20px;
  padding: 10px 0;
}
#rightbox {
  vertical-align: top;
  max-width: 170px;
  padding: 0;
}
#rightbox > table {
	background-image: url('/images/backgrounds/bluerock.jpg');
  background-repeat: repeat;
  padding: 10px;
  width: 100%;
  border-style: ridge;
  color: white;
}
#rightbox ul {
  margin-top: 0;
  padding-left: 7px;
}
#rightbox ul > li {
  list-style-type: none;
  padding: 3px;
}
#rightbox a {
	color: lightgreen;
}
#underconstruction-container {
  text-align: center;
}
