body {
	background: #DFF4F9;
	font-size: 12pt;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	margin-top: 1.1em;
}
a.billboard {
	text-decoration: none;
	color: black;
}
img.screen {
   display: none;
}
img.thumb {
   border: 0;
   margin-left: 10px;
   margin-top: 5px;
}
INPUT.button {
   display: none;
}

/* Page Layout */
#container {
	text-align: left;
	margin: 2px;
   /*width: 875px;*/
}
#masthead {
	text-align: center;
	font-size: 200%;
	height: 3.7em;
	_height: 3.5em;
}
#masthead a {
   text-decoration: none;
}
#masthead img {
   border: none;
}
.menu {
   display: none;
}

#content {
	padding: 10px;
	background: #fff;
	border: 1px solid #000;
	/*border-top: 0px;*/
	min-height: 400px;
	font-size: 90%;
   background: #F9F2DF;
}
/* for Internet Explorer */
/*\*/
* html #content {
   height: 400px;
}
/**/
#content a::after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
a.thumb::after {
   display: none;
}

#footer {
   font-size: 75%;
   text-align: center;
   margin-top: 1px;
   color: black;
}
#footer_left, #footer_right {
   width: 49.5%;
   float: left;
   position: relative;
}
#footer a, #footer a:visited {
   text-decoration: none;
   color: black;
}
#footer a:hover {
   text-decoration: underline;
}
