/* Home Page Style Settings */
/*  BODY STYLES	  */   
body {
		 background-image: url("../pix/bat-bg-orange.jpg");
	    background-repeat : no-repeat;
	    background-attachment : fixed;
	    background-position : center center;
	    background-color: #ffd700;
		 color: #000000;
		 font-family:  Helvetica, Arial, sans-serif;
		 font-size: 14px;
		 font-weight: 800;
	    margin: 0px;
	    padding: 0px;
	    }
#outside {
  margin: 1% 4%;
  width: 90%;
  padding: 0px;
  border: 10px outset #ff0000;
}
.header {
  background: transparent url(../pix/header-batman.gif) no-repeat scroll top center;
  width: 90%;
  margin: 0% 4%;
  padding: 0px;
  font: xx-large Helvetica, Arial, sans-serif;
  border-bottom: medium solid #000000;
  text-align: center;
}
#title {
	border: none
	width: 90%;
	margin: 0% 4%;
	background-color: transparent;
	}
#content {
  border: 3px solid red;
  background-color: transparent;
  width: 94%;
  margin: 0% 2%;
  padding: 0px 0px;
  }
#footer {
  clear: both;
  width: 90%;
  margin: 1% 4%;
  padding: 10px 20px;
  border: 2px none red;
  background-color: transparent;
  color: black;
  font: large Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-align: center;
}
#separator {
	clear: both;
	width: 95%;
	color: red;
	}
/*   PARAGRAPHS  */
p {
		width: 90%;
		text-indent: 25px;
		margin: 0% 4%;
		font-family: serif;
		font-size: 16px;
		text-align: left;
		padding: 0px;

	}
#small-print {
		text-indent: no-indent;
		font-family: serif;
		font-size: 12px;
		float: left;
	}
#justify {
 		border: 3px none red;
 		margin: 0% 5% 0% 5% ;
 		width: 90%;
		line-height: 1.5em;
		text-align: justify;
		font-family: arial;
		font-size: 100%;
	}
#underline {
		text-decoration: underline;
	}
/*  TABLES  */
table {
		border: thin none red;
		border-collapse: collapse;
		background-color: transparent;
		width: 90%;
		font-family: arial;
		font-size: 100%;
		align: center;
		caption-side: top;
		margin: 0% 4% 0% 4%;
}
tr {
	}
th {
		text-align: center;
		padding: 20px 0px 0px 0px;
	}
		
td {
		border: medium solid red;
		width: 25%;
		font-size: 100%;
		img-align: center;
		text-align: center;
		vertical-align: top;
	}
#no-border {
		border: none;
	}
caption {
		text-align: center;
		margin-bottom: 5px;
		font-size: 180%;
		padding: 5 px;
		font-weight: bold;
	}
/*  IMAGES  */		
img#small {
		height: 40px;
		vertical-align: middle;
		border: thin none blue;
		margin: 0px;
	}
		
img#menu {
		height: 40px;
		width: 40px;
		text-align: center;
		margin: auto;
		border: thin solid blue;

	}
img#display {
		height: 100px;
		border: thin solid blue;
		margin: 0% 40%;
		text-align: center;
	}
img#opener {
		width: 250px;
		border: thin solid blue;
		margin: 0% 40%;
		text-align: center;
	}
		
/*  HEADERS  */
h1, h2, h3, h4, h5, h6 {
		text-align: center;
		border: none;
	}

