@charset "utf-8";

body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 233px;
	width: 760px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-image: url(images/footer.jpg);
	float: left;
	height: 23px;
	width: 760px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	background-repeat: no-repeat;
}
#menu {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 760px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 441px;
	width: 760px;
	text-align: center;
	padding-top: 20px;
}
