@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.footer {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin: 0;
}
#container  {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	height: 800px;
}
#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 690px;
	width: 814px;
	background-image: url(images/index.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 80px;
	position: relative;
	top: 54px;
}
#pat  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 690px;
	width: 814px;
	background-image: url(images/pat.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 80px;
	position: relative;
	top: 54px;
	background-image: url(images/pat.png);
}
#andrew  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 690px;
	width: 814px;
	background-image: url(images/andrew.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 80px;
	position: relative;
	top: 54px;
	background-image: url(images/andrew.png);
}
#about  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 690px;
	width: 814px;
	background-image: url(images/andrew.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 80px;
	position: relative;
	top: 54px;
	background-image: url(images/about.png);
}
#footer  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 50px;
	width: 790px;
	left: 0px;
	position: relative;
	top: 619px;
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.hiddenPic {display:none;}