/*
	Chris Curtin
	IT270
	3/29/16
*/

body {
	background-color: Black	;
	
	color: White;
	background-repeat: no-repeat;
	background-size: 10%;
	background-position: top right;
	width: 950px; 
	margin: 0px auto; 
	font-family: 'Lucida Grande', Verdana, sans-serif;
	
	}

nav {
   position: relative;
   top: 50px;
   left: 28%;
	}

nav ul li {
	background-color: Black;
   	border: 4px outset White;
   	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: White;
   	text-decoration: underline;
	}

header {
	text-align: center;
	font-size: 20px;
	color: White
	background-color: Blue;
}

header div {
	text-align: left;
	font-size: 12px;
}

footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	text-align: center;
	background-color: Black;
	color: White;
}
h1 {
	color: White;
	text-align: center;
	font-size: 20px;
	padding-top: 40px;
	}

iframe {
	width: 50%;
	padding-top: 60px;
	position: relative;
	left: 25%;
}

header img {
	height: auto;
	width: auto;
	max-width: 300px;
	max-height: 300px;
}

table {
	background-color: Black;
   	border: White;
   	height: 30px;
   	line-height: 30px;
   	font-size: 14px;
	font-weight: bold;
   	text-align: center;
   	margin: 0px 6px;
	min-width: 50px;
   	padding: 0px 10px;
   	position: relative;
   	left: 20%;
}

form {
	padding-top: 40px;
	text-align: center;
}

aside ul {
	text-align: center;
	list-style-type: none;
	padding-top: 50px;
}

table th {
	color: Red;
}
p img {
	position: relative;
	height: auto;
	width: auto;
	left: 25%;
	max-width: 500px;
	max-height: 500px;
}


