body {
		   		background: #2e2e2e url(images/template_02.jpg) repeat-x;
		   		margin: 0px;
		   		padding: 0px;
		   		color: white;
		   		font-family: tahoma, sans-serif;
		   		font-size: 10px;
		   }
		   
		   #logo {
		   		 height: 80px;
		   		 width: 220px;
		   		 background: url(images/template_01.jpg) no-repeat;
		   }
		   #spacer {
		   		   height: 217px;
		   		   background: url(images/template_04.jpg) repeat-x;
		   }
		   
		   #logo h1 {
		   		 display: none;
		   }
		   
		   #content {
		    		position: relative;
		    		top: -130px;
		   			margin-left: 10%;
		   			margin-right: 10%;
		   }
		   
		   a {
		   	 color: white; 
		   	 font-weight: bold;
		   }
		   
		   h1, h2, h3 {
		   	  font-size: 12px;
		   	  margin: 2px;
		   }
		   
		   h3 {
		   	  margin: 10px;
		   }
		   
		   table {
		   		 font-size: 11px;
		   }
		   
		   #footer {
		   		   text-align: center;
		   		   margin: 10px;
		   }
		   
		   #footer p {
		   		   margin: 0px;
		   }
		   #path {
		   		 margin: 0px; 
		   }
		   .subcats {
		   			margin: 1px;
		   			margin-left: 10px;
		   }
		   
		   .submit {
		   		   text-align: right;
		   }