/* CSS Document */
body {
	margin: 0;
	text-align: center;
	background-color: #404040;
	color: white;
	font-family: sans-serif;
}

a img {
  border: 0px;
}

table {
  margin: 0px;
}

#Heading {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: white;
  height: 41px;
  padding-top: 9px;
  background: #303030 url(../images/headerBack.png);
  border-bottom: 1px solid black;
  text-shadow: black 0px 1px 2px;
}

#Content {
	position: relative;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 320;
	height: 240;
}

#Footer {
  font-family: sans-serif;
  font-size: 10px;
  color: #D0D0D0;
  padding-top: 12px;
  padding-bottom: 10px;
  clear: both;
}

#Footer a {
  text-decoration: none;
  font-weight: bold;
  padding-right: 10px;
  color: #D0D0D0;
} 

#Footer a:hover {
  text-decoration: underline;
  color: white;
}

#Footer a img {
  border: 0px;
}

#Help {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
  text-align: left;
}

#More {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;      
}

#More a {
  color: orange;
  font-weight: bold;
  text-decoration: none;
}

#More li {
  padding-bottom: 10px;
}

#More a img {
  border: 0px;
  vertical-align: middle;
}
/*#############*/
#Buttons {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button {
  display: inline;
  font-size: 19px;
  font-weight: bold;
  background: #FF8000;
  background-image: url(../images/navBackground.png);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-left: 1px solid #808080;
  border-right: 1px solid #000000;
  text-shadow: black 0px 1px 2px;
}

div.button:hover {
  opacity: 0.5;
}
#Stamp {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: black 0px 1px 2px;
}
