#footer { 
	width: 980px; 
	height: 890px;  
	float: left;
	}

#footer iframe {
	marginwidth: 0; 
	marginheight: 0; 
	hspace: 0; 
	vspace: 0; 
	scrolling: 0; 
	width: 100%; 
	height: 200px;
	}


.footer {
	marginwidth: 0; 
	marginheight: 0; 
	hspace: 0; 
	vspace: 0;
	frameborder: 0; 
	border: 0; 
	scrolling: no; 
	font-family:Verdana;
	font-size: 12px; 
	color: #D9D9D9; 
	}
	

.footer img { 
	float: auto; 
	margin-right: 10px;
	}



/* SPACER */

.spacer1 {
	width: 790px;
	height: 20px; 
	float: left;
	}


/* TITLES */

h1 {
	font-family:Verdana;
	font-size: 18px; 
	font-weight: bold;
	color: #FA712D; 
	margin-bottom: 0px;
	}
	
h2 {
	font-family:Verdana;
	font-size: 15px; 
	font-weight: bold;
	color: #CCCC00; 
	margin-bottom: 0px;
	}
	
	
h3 {
	font-family:Verdana;
	font-size: 13px; 
	font-weight: bold;
	color: #CCCC00; 
	margin-bottom: 0px;
	}
	
	
	
	
/* LINKS */

a:link {
	font-family:Verdana;
	font-size: 13px; 
	font-weight: bold;
	color: #CCFFFF; 
	text-decoration: underline;
	}
	
a:link img { 
	border-color: #000000;
	}
	
	
a:visited {
	font-family:Verdana;
	font: 13px;
	font-weight: bold; 
	color: #99CCFF; 
	text-decoration: none;
}

a:hover {
	font-family:Verdana;
	font: 13px;
	font-weight: bold;
	color: Orange;
	text-decoration: none;
	}

	
a:hover img { 
	border-color: #9E9E6D;
	}
	
a:active {
	font-family:Verdana;
	font: 13px;
	font-weight: bold;
	color: Yellow; 
	text-decoration: none;
	}
