/* css by Dustin Gannon */

a:link {color:#ececec;}
a:visited {color:#ececec;}
a:hover {color:#fffdda;}
a:active {color:#fffab2;}

h1, h2, h3, h4, h5, p {font-family: calibri;
}

h1	{
	color:#fff;
}

h2	{font-size:24px;
	background-color: #8f4e06;
	color:#fff;
	text-indent:3px;
	text-transform: uppercase;
	line-height: 140%;
}

h3	{font-size:28px;
	color:#fff;
	text-indent:3px;
	line-height: 140%;
}

body {
  background-image:url('blackwebbackground.gif');
  width: auto;
  margin: auto;
  margin-top: 20px;
  color: #000000;
  font-family: calibri;
	font-size: 100%;
}

#container {margin-left: auto;
		    margin-right: auto;
		    width: 90%;
		    min-width: 960;
		    min-height: auto;
			float:center;
		    padding-left: 5px;
		    background-color: #f99b02;
			border: 5px solid #000;
}

/* table {
	background-color: #b0b063;
}  */

 img {box-shadow: 3px 3px 3px #8f4e06;
	border-color: #000;
}  

#copyright {font-family: Calibri, Verdana, Arial, Tahoma, sans-serif;
			 font-size:12px;
			 text-align:center;
			 text-indent: 3px;
			 font-weight:200;
			 font-style:italic;
}