body {
	background-color: #4b81bf;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: center;
}


a {
	color: #fff;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

a:visited 
{
	color: #fff
}

img {
	border: 0;
}

pre {
	font-family: Arial;
}

#content {
	width: 728px;
	margin: 0px auto;
	text-align:center;
}

#joeimg {
	margin-bottom: 10px;
	vertical-align: middle;
}

#menu {
	background-color: #8DB3D8;
	border-top: 2px solid #46719C;
	border-bottom: 2px solid #46719C;
	margin-bottom: 10px;
}

#menu img {
	vertical-align: bottom;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	margin-right: 15px;
  white-space: nowrap;
}

