
/* main page css */

body          { 
	           color: #23658A; 
		       font-size: 12px;
		       background-color:#000000; 
	           font-family: Helvetica, Arial, sans-serif; 
		       margin:0; 
		       background-image: url(/Images/holtonbg.jpg);
		       background-repeat:repeat-x;
             }

.clear       { clear: both; }
.small       { font-size: 9px; }
a:link       { color: #23658A; font-weight: 600; }
a:visited    { color: #23658A; font-weight: 600; }
a:active     { color: #FF0000; font-weight: 600; }
a:hover      { color: #23658A; font-weight: 600; }
	
#main        { 
	           width: 850px;
	           margin: auto;
	           text-align: center;
	         }
#navcell     { 
	           background-image:url(/Images/homebottom85.jpg);
	           background-repeat:repeat-y; 
	           white-space: nowrap;
			   margin: 2px auto;
			   height: 113px;
	         } 
#navcell ul    { margin:0; padding:0; white-space: nowrap; }
#navcell ul li { display: inline; list-style: none; }
#foot   p      { margin: 12px 100px auto 100px; }