/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background: black;
	font: 10pt Tahoma;
	letter-spacing: 2.0px;
	color: #750b15;	
	margin: 0px;
	padding: 0px;
}

h1 {
	font: 18pt Geneva, Arial, Helvetica, sans-serif; 
	letter-spacing: 6.5px;
	color: #990033;
}

a:active  {
	color: #003363;
	text-decoration: none;
}

a:visited {
	color: 003363;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #993300;
}

a:link {
	color: #993300;
	text-decoration: none;
}

.Fixed #container { 
	width: 780px; 
	text-align: left;
	background: url(Images/Savage3.jpg) fixed no-repeat center;
	margin-left: 20px auto;
	
} 
.Fixed #header {
	background: black;
	border-bottom: 1px solid #006699;
	padding: 0 10px 0 20px;
}
	

.Fixed #footer {
	position: absolute;
	bottom: 5px;
	width: 780px;
	margin: 0 0 0 20px;
	padding: 20px 0; 
} 

