@font-face {
	font-family: 'PinewoodRegular';
	src: url('../fonts/Pinewood.eot');
	src: local('Pinewood'), local('Pinewood'), url('../fonts/Pinewood.woff') format('woff'), url('../fonts/Pinewood.ttf') format('truetype'), url('../fonts/Pinewood.svg#Pinewood') format('svg');
}

@font-face {
	font-family: 'ArmaliteRifleRegular';
	src: url('../fonts/armalite_rifle.eot');
	src: local('Armalite Rifle'), local('ArmaliteRifle'), url('../fonts/armalite_rifle.woff') format('woff'), url('../fonts/armalite_rifle.ttf') format('truetype'), url('../fonts/armalite_rifle.svg#ArmaliteRifle') format('svg');
}

@font-face {
	font-family: 'BLOODY';
	src: url('../fonts/BLOODY-webfont.eot');
	src: local('BLOODY'), local('BLOODY-webfont'), url('../fonts/BLOODY-webfont.woff') format('woff'), url('../fonts/BLOODY-webfont.ttf') format('truetype'), url('../fonts/BLOODY-webfont.svg#BLOODY') format('svg');
}

@font-face {
	font-family: 'Exotica';
	src: url('../fonts/Exotica-webfont.eot');
	src: local('Exotica-webfont'), local('Exotica-webfont'), url('../fonts/Exotica-webfont.woff') format('woff'), url('../fonts/Exotica-webfont.ttf') format('truetype'), url('../fonts/Exotica-webfont.svg#Exotica-webfont') format('svg');
}

@font-face {
	font-family: 'Softfade';
	src: url('../fonts/Softfade-webfont.eot');
	src: local('Softfade-webfont'), local('Softfade-webfont'), url('../fonts/Softfade-webfont.woff') format('woff'), url('../fonts/Softfade-webfont.ttf') format('truetype'), url('../fonts/Softfade-webfont.svg#Softfade-webfont') format('svg');
}

@font-face {
	font-family: 'WOODENNICKEL';
	src: url('../fonts/WOODENNI-webfont.eot');
	src: local('WOODENNI-webfont'), local('WOODENNI-webfont'), url('../fonts/WOODENNI-webfont.woff') format('woff'), url('../fonts/WOODENNI-webfont.ttf') format('truetype'), url('../fonts/WOODENNI-webfont.svg#WOODENNI-webfont') format('svg');
}

@font-face {
	font-family: 'District';
	src: url('../fonts/District.eot');
	src: local('District'), local('District'), url('../fonts/District.woff') format('woff'), url('../fonts/District.ttf') format('truetype'), url('../fonts/District.svg#District') format('svg');
}






/* The Footer Section */
#footer { 	
	font-family:"ArmaliteRifleRegular";
	color:#000000;
	background-color:red;	/*   This is here in case you don't want a background and just want the background color   */
	background-image:url(../images/bkgd.png);
	width: 796px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	padding-left:15px;
} 

#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #DDD;
	margin: 1px;
	padding: 1px;
}

#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: brown;
	text-decoration: underline;
}


/* Copyright and Developer section */
#created {
	background-color:#FFF;
	background-image:url(../images/bkgd.png);
	color:#000;
	width: 796px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	font-family: PinewoodRegular;
	font-size: 15px;
}
