body {
	background: #DFF4F9;
	font-size: 12pt;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	margin-top: 1.1em;
}
#contact_me {
  border: 1px solid #999;
  height: 250px;
  width: 460px;
  margin-left: 100px;
  padding: 5px;
}
input#contact_submit {
  left: 200px;
}
a.billboard {
	text-decoration: none;
	color: black;
}
img.print {
   display: none;
}
img.thumb {
   border: 1px solid #999;
   margin-left: 10px;
   margin-top: 5px;
}

/* Page Layout */
#container {
	margin: 0 auto;
	text-align: left;
   width: 875px;
}

#masthead {
	text-align: center;
	font-size: 200%;
	height: 3.7em;
	_height: 3.5em;
}
#masthead a {
   text-decoration: none;
}
#masthead img {
   border: 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, #content a:visited {
  font-size: 110%;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #999;
}
#content a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #999;
}

#footer {
   text-align: center;
   margin-top: 2px;
   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;
}
#footer img {
  border: none;
}
