body {
	font-family: Helvetica, sans-serif;
	background-image: url(Graphics/cloud.gif);
}


.wrapper {
	width:960px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
}



nav {
	width: 960px;
}

div {
	text-align: center;
}


nav ul li {
	display: inline;
	float: left;
	
}

nav ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	

}	
nav ul a {
	margin-left:20px;
	border: solid 1px;
	background-color: skyblue;
	text-decoration: none;
	display: block;
	width:7em;
	text-align: center;
	font-size:25px;
}



ul a:visited {
	color: black;
}

ul a:hover{
	background-color: darkturquoise;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: blue;
}

#current {

	font-weight: bold;
}

section {
	float: left;
	width: 960px;
}

section aside {
	float: right;
	width: 180px;
	text-size:26px;
	border: solid 1px;
	padding: 5px 5px 5px 5px;
	margin: 2px 30px 2px 30px;
	text-align: justify;
	font-style: italic;
}

section aside p {
	margin-bottom: 12px;
	
}

table {
	margin-right: auto;
	margin-left: auto;
}

#center {
	text-align:center;
}

h1 {
	text-align: center;
	font-size: 30px;
	text-decoration: underline;
}

p {
	font-size: 18px;
	margin-left: 30px;
	margin-right: 30px;
}

footer {
	text-align: center;
	width: 960px;
	clear: both;
	height: 50px;
	padding-top: 40px;
}

footer p {
	font-size: 10px;
}

