   a {
   	color: #730300;
   }
   
   a:hover {
    color: #c60600;
   }

   #mainBox {
	background: no-repeat url('top.png') #018354;
	border: 1px solid #c60600;
   }
   
   #navigation a.active {
   	color: #c60600;
	background: repeat-x url('navigation_line.png') bottom;
   }

   #content #text {
		margin-left: 206px;   		
   }

