html  {
	background: #8ac url(/pix/background.jpg) repeat;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 12px;
	}
	
body  {
	width: 720px;
	background: white;
	margin: 10px auto;
	}

.headermenu {
	margin: 2px 0 5px;
	padding: 5px 0px;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	width: 100%; 
	}
.headermenu li {
	display: inline; 
	}
.headermenu a {
	margin: 1px ;
	text-decoration: none;
	padding: 3px 8px; 
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #999;
	border-left: 3px solid #ddd;
	border-right: 3px solid #999;
	color: #666;
	}
.headermenu a:hover {
	background-color: #e0ffea;
	border: 1px #009cff dotted;
	margin: 0px 1px; 
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #999;
	border-right: 3px solid #ddd;
	border-left: 3px solid #999;
	color: #000;
	}
	
.footermenu {
	margin: 15px auto;
	padding: 11px;
	font-size: 85%;
	text-align: center;
	border-top: 3px #c99 double;
	border-bottom: 3px #c99 double;
	width: 550px;
	}
.footermenu li {
	display: inline; 
	}
.footermenu a {
	margin: 1px 5px;
	padding: 1px 10px; 
	}
.footermenu a:hover {
	background-color: #e0ffea;
	border: 1px #009cff dotted;
	margin: 0px 4px; 
	}

table.gallery  { 
	border-collapse: collapse;
	clear: both;
	margin: 0 auto;
	}

table.gallery td  { 
	padding: 4px;
	width: 165px;
	font-size: 85%;
	text-align: center;
	}

#footer,
#header {
	text-align: center;
	}
	
#footer h1,
#header h1 {
	margin: 0;
	padding: 3px 0;
	font-size: 150%;
	}
#header {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #999;
	border-left: 3px solid #ddd;
	border-right: 3px solid #999;
	font-style: italic;
	/*background: #8ac url(/pix/background.jpg) repeat 100px 0px;*/
	}
	
.tel {
	font-size: 125%;
	color: #900;
	white-space: nowrap;
	}
	
.right { 
	position: relative;
	float: right;
	padding-left: 11px; 
	}

.left { 
	position: relative;
	float: left;
	padding-right: 11px; 
	}
div.edlink {
	padding: 25px; 
	text-align: left; 
	float: left;
	}
a.edlink {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #f00;
	}

textarea.ed { 
	width: 400px; 
	background: #eee; 
	font-weight: bold; 
	font-size: 130%;
	}
.copyrite {
	width: 550px; 
	text-align: center;
	margin: 15px auto; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #909090
	}
