/* style1.css */
/* don't forget to save changes as you go! */
body {color: #ffffff;
			background-color: #000000;
			/*background-position: center;	*/
      /*position:absolute;*/
      background-position:center;
      background-position:top;
      background-image: url(collage3.jpg);
			background-repeat:no-repeat;	
			font-family: "Eras Light ITC"; 
			font-weight: bold;
			font-size: large;
			color: #ffffff;		
      }
			
			h1 {				
				text-align:center;
			}
			
			h2 {
				text-align: center;
				font: bold 250% "Eras Light ITC";
			}
			
			h3 {
				font: bold 250% "Eras Light ITC";
			}
			a{
				color:#ffffff;
			}
			a:visited{
				color:#ffffff;
			}
      ul{
				position:absolute;
        margin-left: 35%;
				left: 3%;
			  }
			li{
				position:relative;
				list-style-type:none;
			  }			
		  #back {
				font-size: large;
				text-align:center;
			}
      #topbar{position:absolute;
        right:285px;
        top:50px;
              }			
			#topbar ul {
				font-size: xx-large;
				font-weight: bold;
				margin-left: -.05em;
        /*position:relative;*/
        
        text-align: center;
        

        /*width:100%;
        padding-left:15%;
        padding-right:15%;*/
      }
      
			#topbar li {
				list-style-type: none;
				/*float:left;*/
        width: 5em;
        margin-bottom:-.05em;
				text-align:center;        
        background:#000000;	
        /*position:relative;*/
				}
				
			#topbar a{
				text-decoration:none;
				color:#ffffff;
				display: block;
				border: 3px white outset;
		  }	

			#topbar a:hover{
				border: 3px #ffffff inset;
			}
		
      
      
      #bottombar ul {
        /*position:relative;
        width:100%;
        padding-left:15%;
        padding-right:15%;*/
        margin-left: -.05em;
				font-size: xx-large;
				font-weight: bold;
				bottom: -18.5em;
        left: 120px;
  			}
			
			#bottombar li {
				list-style-type: none;
				float:left;
				width: 10.5em;
				text-align:center;        
        background:#000000;	
				}
				
			#bottombar a{
			  text-decoration:none;
				color:#ffffff;
				display: block;
				border: 3px white outset				
			}	

			#bottombar a:hover{
				border: 3px #ffffff inset;
			}
      #back{
        text-align:center;
      }
      #header{
        text-align:center;
      }
