* {
	margin: 0px;
	padding: 0px;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background-image: url('img/bg.jpg');
}
#page {
	width: 820;
	text-align:center;
	margin: 10px auto;
	background-color: seashell;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#header, #main, #footer, #top {
	width: 820;
	padding: 5 0;
}
#top {
	text-align: left;
}
.top {
	list-style-type: none;
}
.top li {
	padding: 0 7;
	display: inline;
}
.top li a.active {
	color: CadetBlue;
	text-decoration: underline;
}
#footer a.active {
	color: LightCyan;
	text-decoration: underline;
}
#container {
	width: 475;
	margin: 0 auto;
	text-align: left;
}
h3 {
	text-align: center;
}
.list {
	list-style-type: none;
}
.list li {
	padding: 3 0;
}
#header {
	height:120px;
	background-image: url('img/Header.jpg');
}
#header h1 {
	padding-top: 32px;
	color: white;
}
#main {
	text-align: left;
}
#content {
	text-align: center;
	padding: 8 0;
	width: 820;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#footer {
	background-image: url('img/Footer.png');
}