* {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Verdana, sans-serif;
}


header {


    
}

body {
    
     
	background-position: center center;
	background-repeat: no-repeat;
	background-color: black;
    background-size: auto;
    
}



}

header h1 {
    font-family: Verdana;
    font-style: italic;
    color: white;
    font-size: 16pt;
    text-align: left;
    padding-left: 480px;

}

nav {
    
    height: 70px;
    font-size: 50pt;
    background-color: black;
    padding-bottom: 5px;
    border-color: gray;
    border-width: 5px;
    border-style: solid;
    border-radius: 15px;
	border: gray 5px ridge;

}
        






nav ul {
    list-style-image: none;
    }
    
nav li {
    display: inline;
    text-align: center;
    margin: auto;
    cursor: default;
      
}
  
section {
    background-color: black;
    width: 575px;
    float: left;
    border-radius: 25px;
}

article {
    border: gray 10px groove;
    padding: 20px;
    text-align: left;
    overflow: auto;
    margin-bottom: 0px;
    margin-right: 0px;
    border-radius: 10px;
	border: gray 5px ridge;
}

article h2 {
    font-size: 14pt;
    color: #EFAF76; 
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-weight: bold;
}



article p {
    font-size: 12pt;
    padding-bottom: 10px;
    color: #FADAC0;
}

article blockquote {
    font-weight: bold;
    font-style: italic;
    font-size: 10pt;
    padding: 15px;
    background-color: #D0D0D0;
    border-radius: 20px;
    color: black;
}

video {
    width: 1800px;
    height: 180px;
    float: right;
    padding: 2px;
    border: gray 1px solid;
    border-radius: 5px;
    
}

aside {
    text-align: center;
    padding-right: 10px;
    width: 155px;
    float: right;
	position: right;
	position: fixed 
    color: white;
    padding: 35px;
    background-color: black;
    border-color: gray;
    border-width: 5px;
    border-style: solid;
    border-radius: 10px;
	border: gray 5px ridge;
    
}



aside h3 {
    font-size: 16pt;
    padding-bottom: 10px;
    font-variant: small-caps;
    padding-top: 25px;
	
}

aside p {
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    color: #E1E1E1;
}

aside img {
    width: 100px;
    height: 100px;
    border: none;
}

footer {
margin-top: 1200px;
    clear: both;
    text-align: center;
    background-color: ;
    font-size: 12pt;
    font-weight: bold;
}






