@charset "utf-8";
#banner {
	background-image: url(images/macbanner.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 519px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
}
#logo {
	position: absolute;
	left: 25px;
	top: 385px;
	height: 50px;
	width: 100%;
}
#navigation {
	position: absolute;
	left: 20px;
	top: 510px;
	height: 100%;
	width: 190px;
}
#body {
	position: absolute;
	left: 250px;
	top: 510px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	height: 100%;
	width: 1000px;
}
#navigation img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

