
*{ margin: 0 auto;}



body {
	background:white; 
	margin: 0 auto; 
	font-family:Courier; 
	height:2000px;
	}

#header {
	position:fixed;
	top:0px;
	left:0px;
        background-color:black;
        opacity: 0.9;
	height:70px; 
	width:100%;
	}


#nav { background: none;
       width: 550px;
       float: right;
       word-spacing:20px;
       margin: 25px;}




#logo a { color: f6ba17;
          text-decoration: none;
          float: left;
          font-size: 20px;
          margin: 25px;
         }





#nav a:link { color: f6ba17;
            opacity:0.8;
            font-size: 15px;
            text-decoration: none;
            font-family: "Courier"; }

#nav a:active { font-weight: none;
                color: f6ba17;
                text-decoration: none;
                opacity: 1; }

#nav a:hover { color: f6ba17;
               opacity:1;
               text-decoration: none; }


#nav a:focus { font-weight:none;
               color:f6ba17;
               text-decoration:none;
               opacity:1; }

#nav a:visited { font-weight:none;
               color:f6ba17;
               text-decoration:none;
               opacity:0.8; }
 


#page2 a:link { font-weight:lighter; color:white; text-decoration:none; }
#page2 a:visited { font-weight:lighter; color:white; text-decoration:none; }
#page2 a:focus { font-weight:lighter; color:f6ba17; text-decoration:none; }
#page2 a:hover { font-weight:lighter; color:f6ba17; text-decoration:none; }
#page2 a:active { font-weight:lighter; color:f6ba17; text-decoration:none; }

#page3 a:link { font-weight:lighter; color:black; text-decoration:none; }
#page3 a:visited { font-weight:lighter; color:black; text-decoration:none; }
#page3 a:focus { font-weight:lighter; color:f6ba17; text-decoration:none; }
#page3 a:hover { font-weight:lighter; color:f6ba17; text-decoration:none; }
#page3 a:active { font-weight:lighter; color:f6ba17; text-decoration:none; }






	
#page1 {
	height:auto;
	width:100%;
	background:white;
        padding-top:0px;	}
	
#page2 {
	height:auto;
	width:100%;
	background:black;
	padding-top:0px;
	}
	
#page3 {
	height:auto;
	width:100%;
	background:white;
	padding-top:0px;
	}

#page4 {
	height:1100px;
	width:100%;
	background-color:black;
	padding-top:0px;
	}

#page5 {
	height: auto;
	width:100%;
	background-color:f6ba17;
	padding-top:0px;
	}

h1 { color: black;
font-size: 15px;
font-weight: lighter;
margin: 0 0 0 0;
}

h2 { color: black;
font-size: 15px;
font-weight: lighter;
margin: 205 100 230 200;
}

h3 { color: white;
font-size: 15px;
font-weight: lighter;
margin: 0 0 0 0;
}

h4 { color: white;
font-size: 13px;
font-weight: lighter;
margin: 0 50 0 500;
}

h5 { color: black;
font-size: 13px;
font-weight: lighter;
margin: 0 200 150 200;
}

h6 { color: white;
font-size: 15px;
font-weight: lighter;
margin: 100 200 0 400;
}




p { font-weight: bold; }
p2 { font-size: 13; }
p3  { font-size: 15;}
p4 { font-size: 20;}
p5 { color: black;}

	
.page-padding {height:90px; width:100%;}

