@charset "UTF-8";

#musicbox {
	position: absolute;
	width: 202px;
	height: 32px;
	z-index: 1;
	left: 736px;
	top: 292px;
}
/* CSS Document */
	header, section, footer, aside, nav, article, figure {
	display:block;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../project3/images/3Goats.png);
	background-repeat: no-repeat;
	background-position: center;
}
.floatLeft {
	border: 1px dotted #000;
	float: left;
	margin: 7px;
	padding: 7px;
	text-align: center;
}
.floatRight {
	border: 1px dotted #000;
	float: right;
	margin: 7px;
	padding: 7px;
	text-align: center;
}
 #centeringDiv {
	min-height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
header {
	text-align: center;
	height: 130px;
	width: 100%;
	background-image: url(../project3/images/Header-Content.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
	border: thin ridge rgba(225,225,225,1);
}
nav {
	height: 46px;
}
.btn img:hover {
	margin-top: -100px;
}
.btn {
	background-color: rgba(114,114,114,0.0);
	float: left;
	height: 46px;
	width: 150px;
	cursor: pointer;
	overflow: hidden;
}
article {
	background-color: rgba(197,197,197,0.57);
	width: 990px;
	white-space: normal;
	border: thin ridge rgba(214,214,214,1);
	height: 600px;
	padding: 5px;
	overflow: auto;
	margin-top: 10px;
}
footer {
	font-size: 9px;
	text-align: center;
	padding: 5px;
}
.centered {
	text-align: center;
}
#btnHome img{
	margin-left: 0px;
}
#btnBook img{
	margin-left: -150px;
}
#btnSlideShow img {
	margin-left: -304px;
}
#btnPaper img {
	margin-left: -455px;
}
#btnProjects img {
	margin-left: -620px;
}
#fromage {
	position: absolute;
	width: 152px;
	height: 44px;
	z-index: 1;
	left: 662px;
	top: 75px;
}
