@import "main.css";
/* matbox and linkbox by RC Pierce */
div.matbox {
 margin:1em;
 padding: 0.5em 0;
 text-align: center;
 color: #000;
 background: #fffff4 url(bgrds/mat.jpg) repeat 0% 0%;
 border: double 4px #eee;
}
div.matbox h2 {
 margin: 6px 0;
 font-family: "Berling Antiqua","Palatino Linotype","Times New Roman",Serif;
 font-size: 1em;
}
div.matbox p {
 margin-bottom: 0;
 font-size: 0.9em;
 color: #ada990;
 background: transparent;
}
div.matbox span {
 margin-left:2em;
 font: normal 100% "Courier New", monospace;
 color: #300;
 background: inherit;
}
/* end matbox */
div.linkbox {
 height: 90px;
 border-color: #ada990;
 position: relative;
 z-index: auto;
}
div.linkbox h2,
div.linkbox p {
 margin-left: 135px !important;
 text-align: center !important;
}
a.linkbg {
 width: 120px;
 height: 90px;
 color: inherit;
 background: transparent;
 background-repeat: no-repeat;
 background-position: 0% 100%;
 border: 1px solid #ccc;
 position: absolute;
 left: 7px;
 top: 7px;
 z-index: 4;
}
a.linkbg:hover{
 text-decoration: none;
 background-position: 0% 0%;
 border: 1px solid #e34234;
}
a.maplink {background-image:url(bgrds/wainwright-street-map.gif)}
