body {
	background: url('images/background.jpg'); 
	background-repeat: repeat-x;
	background-color: #5b5b5b;
}

#page {
	width: 799px;
	margin: 0 auto;
	background-color: white;
}

ul#nav {
	margin: 0;
	background-color: black;
	text-align: center;
	padding: 0px;
	height: 41px;
}

ul#nav img {
  border: 0;
}
ul#nav li {
  margin: 0;
  list-style-type: none;
  display: inline;

  padding-left: 8px;
  padding-right: 8px;
  font: 1.2em verdana;
  color: white;
}
ul#nav li:first-child {
  border: 0px;
}
ul#nav li a {
	text-decoration: none;
}
ul#nav li a:hover {
	text-decoration: underline;
}
td#middle {
	width: 100%;
}
td#left, td#right {
	width: 132px;
	vertical-align: top;
	text-align: center;
}

td#left h2, td#right h2 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

#wrapper a {
  color: black;
  text-decoration: underline;
}

#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	color: #000000;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}


#content {
	padding: 10px;
}