body { background-color: #d9c19d;
       background-image: url(brick_back.gif);
       color: #000000;
       font-family: Arial, Verdana, sans-serif;
       font-size: .95em;
}

#container { margin-left: auto;
             margin-right: auto;
             width: 800px;
	     min-width: 800px;
	     background-color: #ead2ae;
	     color: #ccaa66;
	     border: 2px double #000000;
}

#header { width: 800px;
	  height: 210px;
	  background-color: #000000;
}

#leftcolumn { float: left;
	      width: 370px;
	      text-align: left;
	      background-color: #ead2ae;
	      color: #000000;
	      padding: 10px 10px 10px 10px;
}

#rightcolumn { width: 390px;
	       margin-left: 390px;
	       background-color: #000000;
	       color: #ffffff;
	       text-align: center;
	       padding: 10px 10px 10px 10px;
}

.catleft { font-family: Times, "Times New Roman", serif;
	   font-size: 1.5em;
           font-weight: bold;
	   color: #000000;
	   text-align: left;
}

.catright { font-family: Times, "Times New Roman", serif;
	    font-size: 1.5em;
            font-weight: bold;
	    color: #ffffff;
	    text-align: center;
}

.subcatleft { font-family: Times, "Times New Roman", serif;
	      font-size: 1.15em;
              font-weight: bold;
	      color: #990000;
	      text-align: left;
}

.subcatright { font-family: Times, "Times New Roman", serif;
	       font-size: 1.15em;
               font-weight: bold;
	       color: #ead2ae;
	       text-align: center;
}

.textleft { font-family: Arial, Verdana, sans-serif;
            font-size: .85em;
            color: #000000;
            text-align: left;
}

.textleftbold { font-family: Arial, Verdana, sans-serif;
                font-size: .85em;
                font-weight: bold;
                color: #000000;
                text-align: left;
}

.textright { font-family: Arial, Verdana, sans-serof;
             font-size: .85em;
             color: #ffffff;
             text-align: center;
}
a:link { color: #ff9999;
}

a:visited { color: #ff9999;
}

a:hover { color: #ffcccc;
}

#footer { background-color: #000000;
	  color: #ffffff;
	  font-size: .65em;
          font-style: italic;
	  text-align: center;
	  width: 800px;
	  padding-top: 10px;
	  padding-bottom: 10px;
}

#footerlink { color: #ffeeff; }

