root { 
    display: block;

}

body {
    background-image:url("imgs/tile.png");
    color: rgb(47,28,4);
    text-align: center;
		font-size: 16px;
		font-family: 
             "Nimbus Roman No9 L",
             "Nimbus Roman No9",
             "Book Antiqua",
             Baskerville,
             "Bookman Old Style",
             "Bitstream Charter",
             Garamond,
             "New Century Schoolbook",
             "Century Schoolbook",
             "Century Schoolbook L",
						"Palatino Linotype",
             Palatino,
             "URW Palladio L",
             Georgia,
             serif;
}

#menu {
  margin-left: auto;
  margin-right: auto;
	width: 800px;
	height: 40px;
  margin-top: 0px;
	margin-bottom: 0px;
  padding: 0;
}


.menubutton {
	position: relative;
}

#menu img {
	border: none;
	padding 0;
	margin: 0;
}

#bod {
	background-image: url("imgs/tile.body.png");
  margin-top:0;
	width: 800px;
	height: 520px;
  margin-left: auto;
  margin-right: auto;
}

#inbod {
  padding: 10px 18px 5px 18px;
}

#calframe {
  padding-top: 10px;
}

#linklist {
	padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
	width: 260px;
	text-align: center;
}

#linklist ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#linklist ul li {
	margin: 0px;
	padding: 0px;
}
#linklist ul li a {
	display: block;
  padding: 6px 4px 6px 4px;
  border-bottom: 1px solid #CCC;
	text-align: center;
	list-style: none;
	width: 260px;
}
#linklist ul li a.beginning {
  border-top: 1px solid #CCC;
}

#linklist a {
	text-align: right;
	text-decoration: none;
	font-size: 16px;
	color: black;
	margin: 2px;
}

#linklist ul li.wlink a:hover, #linklist ul li.wlink a:focus{
	background-color: rgb(243,243,243);
}



p {
 margin: 0 0 0 0;
 text-align: left;
}

.contactp {
	padding-top: 20px;
	font-size: 18px;
	text-align: left;
}

#thefoot {
  width: 163px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#thefoot img {
	border: none;
	padding 0;
	margin: 0;
}

a#fimg {
	position: absolute;
	left: 0;
	width: 163px;
	height: 80px;
	background: url("imgs/ldfooter.png");
}
#thefoot a:hover {
	background-position: 0 -80px;
}
