<style type='text/css'>
        body {
                margin: 10px auto auto auto;
                text-align: center;
		
                width: 800px;
        }

        input, select {
                background-color: #fff !important;
                width:90%;
        }


        #content {
                width: 700px;
                margin: 10px auto;
        }

	#content_main {
                width: 700px;
                margin: 10px auto;
		font-size: 15px;
        }

       /* div.maincontent {
                border: 0px solid black;
                text-align: center;
                padding: 5px;
                overflow: none;
                height: 800px;
                width: 749px;
                margin: 0px auto;
                padding: 0px;
        }*/ 


	#main {
                margin: 100px auto auto auto;
                text-align: center;
		vertical-align:middle;
		height:100px;
	}
	
	#main a {
		text-decoration: none;
	}
	
	p {
		text-indent: 1.5em;
		margin-bottom: 0
	}
	p + p {
		text-indent: 1.5em;
  		margin-top: 0;
	}
	
	#menu_bar {
  		position: fixed;
        float: left;
	}
	#content_bar {
  		position: absolute;
		left: 15em;
	}
	#page {
        width:800px;
        height:600px;
	}


	#TISOA_history, #TISOA_history span {
		//*width: 300px; height: 75px;*/
	 	background-image: url(./images/ALOA logo.gif);
		background-repeat: no-repeat;
	}

	#TISOA_history span { 
		margin-left: 275px; 
		font-size: 30px;
	}

	#downloads {
		margin-top: 80px;
		margin-left: 30px;
	}

 /* This is what moves the text under the span */
#album span { margin-bottom: -75px; }
/* code for all styled headers */
h1 span {
 display: block;
 /* place the span on top */
 position: relative;
 z-index: 1;
}

div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  position: absolute;
  top: 24em;
  left: 2em;
  width: 12.5em;
  right: auto;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #100;
  border: thin outset white;
  color: white;
 /* background: gray;*/
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #002 }
div.banner a:first-child { border-top: none }
div.banner em { color: #CFC }

div.banner a:link { text-decoration: none; color: white }
div.banner a:visited { text-decoration: none; color: #CCC }
div.banner a:hover { background: black; color: white }


</style>

