/* BODY AND CONTAINER */

		body {
			background-color: #000000;
			}

		#container {
			width: 780px;
			margin: 0 auto;
			font-family: tahoma; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #000000;
			background-color: #ffffff;
			border: 2px #000000 solid;
		}
		
/* GENERAL STYLES */
		
		h1 {
			color: #FF0000;
			font-size: 19px;
			font-family: tahoma;
			background-color: #ffffff;
		}
		
		h2 {
			color: #FF0000;
			font-size: 13px;
			font-family: tahoma;
			background-color: #ffffff;
		}
		
		h3 {
			color: #FF0000;
			font-size: 11px;
			font-family: tahoma;
			
		}
		
		a {
			color: #FF0000;
			text-decoration: none;
		}

		a:hover {
			color: #FF0000;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}
		
		input {
			background-color: #000000;
			color: #333333;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		

/* HEADER */

		#header {
			border-bottom: 2px solid #000000;
			padding-top: 0px;
			clear: both;
			margin-bottom: 0px;
			background-image:            url(images/fire-engine-header.jpg);
			background-color: #333333;
height: 180px;}
		
		#header p { 
                       text-align: center;
			margin-top: 0px;
			margin-right: 0px;
			color: #EFEFEF;
		}
              


/* NAVIGATION */
	
		#nav {
	width: 160px;
	margin: 0px;
	margin-top: 0px;
	
	clear: none;
	float: left;
	background: #FFCC00
		}
	
		#nav li a {
			height: 32px;
  			height: 24px;
			text-decoration: none;
		}	
	
		

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 


/* CONTENT */

		#content {
	width: 530px;
	clear: none;
	margin-left: 195px;

	
		}
		
		#content p {
			padding-bottom: 10px;
			
			border-bottom: 1px dashed #ffffff;
		}
		
		#content a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px #ffffff ridge;	
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* FOOTER */

		#footer {
			margin-top: 0px;
			clear: both;
			background: #ffcc00 center no-repeat;
			
			padding: 0px 0px 0px 1px;
			text-align: center;
		}
		
		#footer p {
			color: #333333;
			padding: 5px;
		}
		
		#footer p a {
			color: #FF0000;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #ffffff;
		}
