/*
   Author: Levi Bowling
   Date: 03/27/2016
*/

/*Header style*/

/*Navigation styles*/

nav {
   position: relative;
   top: 0px;
   left: 0px;
	}

nav ul li {
	background-color: #960018;
   	border: 4px outset #966F33;
   	-moz-border-radius: 20px;
   	-webkit-border-radius: 10px;
   	display: block;
	float: left;
   	height: 30px;
   	line-height: 30px;
   	font-size: 14px;
	font-weight: bold;
   	text-align: center;
   	margin: 0px 6px;
	min-width: 50px;
   	padding: 0px 10px;
	}
	
nav ul li a {
   	color: #FFE800;
	font-family: 'Lucida Grande', Verdana, sans-serif;
   	text-decoration: underline;
	}
	
/*Heading/Body styles*/	

h1 {
	color: #960018;
	text-align: center;
	font-size: 18px;
	}
	
h2 {
	color: #960018;
	text-align: left;
	font-variant: small-caps;
	}
	
h3 {
	color: #EE174B;
	text-align: center;
	font-size: 14px;
	}

p {
	font-size: 15px;
	text-align: justify;
	}

body {
	background-color: #C8AD7F;
	width: 950px; 
	margin: 0px auto; 
	font-family: 'Lucida Grande', Verdana, sans-serif;
	color: #000;
	}
	
/*Audio/Video styles*/
	
video, movie, audio, object, iframe {
	border-color: #000;
	display: block;
	margin: 10px auto;
	text-align: center;
	width: 75%;
	}