@charset "UTF-8";
	div.container {
    width: 100%;
    border: 1px solid gray;
}
body{
	background-image:url("background.gif");
	background-position: center; 
	background-size:cover;
}
header
	{
    padding: 1em;
    color: white;
    clear: left;
    text-align: center;
}
footer {
    padding: 3em;
    color: white;
    background-color: crimson;
    clear: left;
    text-align: center;
}

nav li {
	float:center;
	max-width: 20px;
	max-height: 90px;
    margin-left: 0em;
    padding-left: 5em;
	display:inline-table;
	text-emphasis-color: white;
}
	a:link{
			color:white;
			text-decoration: none;
		}
	a:visited{
			color:white;
			text-decoration: none;
		}
	a:hover{
			color: white;
			text-decoration: none;
		}
	a:active{
			color:white;
			text-decoration: none;
		}

nav ul {
    list-style-type: none;
    padding: 0;
}
   
nav ul a {
    text-decoration: none;
}

article {
    margin-left: 170px;
    border-left: 1px solid gray;
    padding: 1em;
    overflow: hidden;
}
img {
    display: block;
	margin: 0 auto;
	padding: 1em;
}
	footer {
		font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
		font-size: 20px;
		text-align: center;
	}
	h1,h3 {
		color: #D9B890;
		font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
		font-size: 50px;
		text-align: center;
		padding: .5em;
	}	
	h2,h4 {
		color: #D9B890;
		font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
		font-size: 50px;
		text-align: center;
		padding: .5em;
	}
	p {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:40px;
	text-align: center;
	color: white;
	background-color:#2D0909;
}
th{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 30px;
	text-align:left;
	color: white;
	background-color:#2D0909;
	}
td{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 30px;
	text-align: left;
	color: white;
	background-color:#2D0909;
	}
tr{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 30px;
	text-align: left;
	color: white;
	background-color:#2D0909;
	}
	nav li {
	text-color:white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 27px;
	text-align: center;
	}
a:link, a:visited, a:hover, a:active{
	text-color: white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 20px;
	text-align: center;	
}	