body{
	font-family: Verdana, Geneva, sans-serif;
	background-image:url(zpics/canvas.png);
	}
#wrapper{
	width:60em;
	margin-top:0em;
	margin-bottom:0em;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border:medium solid #000066;
	background-color:#cec8bd;
}
#header1{
  font-size: x-large; 
  font-weight: bold;
  text-align: center;
  color: white;
  padding: 1em;
  background-color: #000066;
}
#header2{
  font-size: medium; 
  font-weight: bold;
  text-align: center;
  color: white;
  padding: 1em;
  background-color: #003366;
}
#leftcol{
  float: left;
  width: 11em;
  padding: 1em;
}
#content{
  float: right;
  width: 45em;
	padding:1em;
}
#footer{
  font-size: small;
  color: white;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  clear: both;  
  background-color: #000066;
}
#navigator{
  background-color: #7ea8cf;
  border: 1px #666666 solid;
  width: 100%;
  float: left;
  text-align: center;
}
.contenttitle{
  font-weight: bold;
  font-size: large;
}
.housebutton{
  text-align: center;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.housebutton a{
  padding: 0.3em;
  text-decoration: none;
  display: block;
  color: #224059;
  background-color: #b5c9e2;
  border-top: 0.2em #cce3ff solid;
  border-left: 0.2em #cce3ff solid;
  border-bottom: 0.2em #31557f solid;
  border-right: 0.2em #31557f solid;
}

.housebutton a:hover{
  background-color: #99aabf;
  border-top: 0.2em #31557f solid;
  border-left: 0.2em #31557f solid;
  border-bottom: 0.2em #cce3ff solid;
  border-right: 0.2em #cce3ff solid;
}
