body
{
	background-color: lightyellow;
	margin: 0;
	font-family: Tahoma;
}

#wrapper
{
	width: 85%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: lightgray;
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid black;
}

header
{
	height: 150px;
	background-image: url('Style/header.png');
}

nav
{
	background-image: url('Style/nav.png');
	height: 30px;
}

nav a
{
	color: darkblue;
	text-decoration: none;
	font-size: 16px;
}

nav a:hover
{
	text-decoration:underline;
}

nav ul
{
	margin: 0;
	padding: 0 0 0 10px;
	
}

nav li
{
	list-style-type: none;
	float: left;
	margin: 5.5px 15px 5.5px 0px;
}

#content
{
	clear: both;
	padding: 10px 0px 0px 10px;
	overflow: auto;
}

h1
{
	margin-top: 0;
}

footer
{
	border-top: 1px solid black;
	text-align: right;
}

footer p
{
	margin: 10px 10px 10px 10px;
}

label
{
	min-width: 140px;
	display: inline-block;
}

