body {
	background-color: rgb(137, 125, 119);
	color: white;
	font-family: Palatino Linotype, Book Antiqua, serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

#allContent{
	width: 1024px;
	margin-left: auto;
	margin-right:auto;
}

#nav{
	width: 343px;
	margin: 0px;
	padding-top: 350px;
	padding-bottom: 3px;
	height: 15px;
}

#mainContent{
	width: 100%;
	height: 600px;
	background-color: rgb(137, 125, 119);
	background-image: url(images/fbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#statement{
    position: absolute;
    height: 16px;
    width: 131px;
	margin-top: -4px;
    margin-left: 89px;
	background-position: top left;
	background-image: url(images/statement1.png);
}

#statement:hover{
	background-position: bottom left;
}

#bio{
    position: absolute;
    height: 16px;
    width: 71px;
	margin-top: -4px;
    margin-left: 220px;
	background-position: top left;
	background-image: url(images/bio1.png);
}

#bio:hover{
	background-position: bottom left;
}

#contact{
    position: absolute;
    height: 16px;
    width: 118px;
	margin-top: -4px;
    margin-left: 291px;
	background-position: top left;
	background-image: url(images/contact1.png);
}

#contact:hover{
	background-position: bottom left;
}

#functional{
    position: absolute;
    height: 16px;
    width: 147px;
	margin-top: -4px;
    margin-left: 409px;
	background-position: top left;
	background-image: url(images/functional1.png);
}

#functional:hover{
	background-position: bottom left;
}

#outdoor{
    position: absolute;
    height: 16px;
    width: 121px;
	margin-top: -4px;
    margin-left: 556px;
	background-position: top left;
	background-image: url(images/outdoor1.png);
}

#outdoor:hover{
	background-position: bottom left;
}

#abstract{
    position: absolute;
    height: 16px;
    width: 127px;
	margin-top: -4px;
    margin-left: 677px;
	background-position: top left;
	background-image: url(images/abstract1.png);
}

#abstract:hover{
	background-position: bottom left;
}

#purchase{
    position: absolute;
    height: 16px;
    width: 126px;
	margin-top: -4px;
    margin-left: 804px;
	background-position: top left;
	background-image: url(images/purchase1.png);
}

#purchase:hover{
	background-position: bottom left;
}

#footer{
	margin: -15px 0px 0px 350px;
	position: absolute;
    height: 20px;
    width: 291px;
	background-position: top left;
	background-image: url(images/copyright.png);
}

