
body {
	background-color: #BCC1BA;
	color: #46B1C9;
	font-family: Arial, helvetica, sans-serif;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	background-color: #84C0C6;
	min-width: 960px;
	max-width: 2048px;
	border: 1px solid #000033;
}

header {
	background-color: #F2E2D2;
	color: #46B1C9;
	text-align: center;
	line-height: 400%;
	text-indent: 1em;
}

nav {
	float: left;
	font-weight: bold;
	padding: 1.5em;
	font-size: 120%;
	width: 160px;
}

nav ul{
		list-style-type: none;
		margin: 0;
		padding-left: 0;
		font-size: 1.2em;
}

nav a {text-decoration: none;}

nav a:link {color: #46B1C9;}

nav a:visited {color: #344873;}

nav a:hover {color: #A52A2A;}

main {
	background-color: #F2E2D2;
	padding: 1px 20px 20px 30px;
	display: block;
	margin-left: 190px;
	overflow: auto;
} 

#circuspicture {
	height: 400px;
	background-image: url(puzzlecircus.jpeg);
	background-image: 100% 100%;
	background-repeat: no-repeat;
	margin-left: 190px;
}

#piggypicture {
	height: 500px;
	background-image: url(puzzlepiggy.jpeg);
	background-image: 100% 100%;
	background-repeat: no-repeat;
	margin-left: 190px;
}

h1 {
	margin-bottom: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;	
	font-size: 3em;
	letter-spacing: .25em;
}

footer {
	font-size: 75%;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	padding: 2em;
	margin-left: 190px;
	background-color: #F2E2D2;
}