html  {
	background: #8ac;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 12px;
	}
	
body  {
	width: 720px;
	background: white;
	margin: 10px auto;
	}

table  {
	border-collapse: collapse;
	}
	
table#main  {
	width: 720px;
	padding: 0;
	}
	
td.leftedge  {
	background: url(pix/leftedge.jpg) white;
	width: 17px;
	}
	
td.rightedge  {
	background: url(pix/rightedge.jpg) white;
	width: 17px;
	}
	
td.sidemenu,
td.sidemenu table.cardsbtns {
	width: 144px;
	}

td.content  {
	padding: 12px;
	position: relative;
	width: 518px;
	}
	
td.sidemenu a:link,
td.sidemenu a:visited   {
	display: block;
	padding: 3px 7px;
	border: 1px solid;
	margin-bottom: 1px;
	text-decoration: none;
	color: black;
	background: #ED8D3D;
	}
	
td.sidemenu hr {
	height: 9px; 
	margin: 10px 0;
	border: 1px solid #eef;
	}
	
td.sidemenu a:hover {
	text-decoration: underline;
	color: blue;
	background: #DE432C;
	}

div#head-para  {
	position: absolute;
	top: +120px;
	width: 450px; 
	margin: 0 auto 0 70px;
	text-align: center;	
	}

* html div#head-para  {
	top: -70px;
	}

div#head-para h2  {
	font-size: 120%;
	margin: 0;
	padding: 2px;
	}
div#head-para p  {
	font-size: 80%;
	margin: 0;
	padding: 2px;
	}

div.cardsbtns  {
	font-size: 90%;
	}

table.cardsbtns  {
	text-align: center;
	border-collapse: collapse;
	}
	
table.cardsbtns a:link,
table.cardsbtns a:visited  {
	background: white;
	border: solid 0px;
	}
	
table.cardsbtns a:hover  {
	text-decoration: none;
	}
	
div.rightcolumn210 {
	width: 210px;
	position: relative;
	float: right;
	}

.footermenu {
	margin: 15px auto;
	padding: 11px;
	font-size: 85%;
	text-align: center;
	border-top: 3px #d1d1d1 double;
	border-bottom: 3px #d1d1d1 double;
	width: 600px; 
	}

.footermenu a {
	margin: 1px;
	padding: 1px 13px;  }

.footermenu a:hover {
	background-color: #e0ffea;
	border: 1px #009cff dotted;
	margin: 0px; 		}

.middlefoot  {
	margin: 0 auto;
	width: 150px;
	text-align: center;
	}

.foot  {
	text-size: 90%;
	font-weight: bold;
	padding: 18px 25px;
	}

table.gallery  { 
	border-collapse: collapse;
	clear: both;
	}

table.gallery td  { 
	padding: 4px;
	width: 165px;
	font-size: 85%;
	text-align: center;
	}

span.tel {
	font-size: 125%;
	color: #900;
	white-space: nowrap;
	}
	
.right { 
	position: relative;
	float: right;
	padding-left: 23px; 
	}
.jright { 
	text-align: right;
	}

.left { 
	position: relative;
	float: left;
	padding-right: 23px; 
	}
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%;
	}