body { 
   background-color: black;
   background-image: url(../images/cherry.png);
   background-repeat: repeat;
}
#pageContainer {
   color: white;
   background-color: black;
   margin: auto;
   width: 800px;
   height: 800px;
   border-left: 1px;
   border-right: 1px;
   border-top: 0px;
   border-bottom: 0px;
   border-color: #888888;
   border-style: solid;
}
#regular {
   color: white;
   background-color: black;
   margin: auto;
   text-align: center;
   width: 600px;
}
#logo {
   margin: auto;
   text-align: center;
}
#dazzle {
   margin: auto;
   text-align: center;
   color: white;
   font-family: ariel, sans-serif;
   visibility: hidden;
}
#menu {
   margin: auto;
   text-align: center;
   color: white;
   font-family: ariel, sans-serif;
   visibility: hidden;
}
#links {
   text-align: center;
}
#menuTable {
   margin: auto;
   color: white;
   text-align: center;
}
table {
   border-collapse: collapse;
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   border-spacing: 0px;
}
td {
   border-collapse: collapse;
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   border-spacing: 0px;
}   
td.frm {
   border-style: dashed;
   border-width: 1px;
   border-color: #222222;
   padding: 1px;
}
td.tl {
   background-image: url(../images/tlCorner-g.jpg);
   background-repeat: no-repeat;
   width:27px;
   height:19px;
}
td.tr {
   background-image: url(../images/trCorner-g.jpg);
   background-repeat: no-repeat;
   width:27px;
   height:19px;
}
td.bl {
   background-image: url(../images/blCorner-g.jpg);
   background-repeat: no-repeat;
   width:27px;
   height:19px;
}
td.br {
   background-image: url(../images/brCorner-g.jpg);
   background-repeat: no-repeat;
   width:27px;
   height:19px;
}
td.top {
   background-image: url(../images/top-g.jpg);
   background-repeat: repeat-x;
}
td.bot {
   background-image: url(../images/bot-g.jpg);
   background-repeat: repeat-x;
}
td.left {
   background-image: url(../images/lSide-g.jpg);
   background-repeat: repeat-y;
}
td.right {
   background-image: url(../images/rSide-g.jpg);
   background-repeat: repeat-y;
}


a:link {
   color: white;
   text-decoration: underline;
}
a:visited {
   color: red;
   text-decoration: underline;
}
a:hover {
   color: #00ff00;
   text-decoration: none;
}
ul {
   color: white;
   list-style-image: url(../images/diamond.png);
   text-align: left;
}
li {
   padding-top: 8px;
}

