/*
 *  $CSS: index.css,v 2.1 2007/02/15 fedt Exp $ 
 *
 *  http://aproaz.com
*/

/* these should all be simple enough to edit */

#content table {
 border: 0px;
}
#info table {
 border: 1px;
}
 #index-left {
   width: 31%;
   float: left;
   background-color: #e5e5e5;
   text-align: center;
 }
 #index-center {
   width: 38%;
   float: left;
 }
 #index-right {
   width: 31%;
   float: left;
 }
 .subhead {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
 }
 .mini-subhead {
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   line-height: 11px;
 } 
 .small {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 10px;
 }
 .quote {
   padding: 0px 10px;
   text-align: left;
   font-size: 12px;
   font-style: italic;
 }
 #left-news {
   width: 238px;
   margin: 0px 5px;
   border: 0px;
   text-align: center;
 }
 #join-img {
   width: 230px;
   height: 26px;
   padding-top: 10px;
 }
/* karl added */
.borderbox {
	border: 1px solid #000000;
}

