
#aboutwrapper {
	width: 596px;
	height: 510px;
	position: relative;
}


#top {
	background-image: url(../images/bg_aboutus.jpg);
	background-repeat: no-repeat;
	width: 596px;
	height: 316px;
	text-align:left;
}

#aboutleft {
	width: 210px;
	height: 182px;
	background-image: url(../images/about_left.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
}

#aboutright {
	position: absolute;
	left: 210px;
	background-image: url(../images/about_right.jpg);
	background-repeat: no-repeat;
	width: 386px;
	height: 182px;
	text-align:left;
}

#text {
	padding: 40px 65px 10px 55px;
}

#moths {
	background-image: url(../images/jewelmoths.jpg);
	background-repeat: no-repeat;
	height: 409px;
}

#nav {
	position: absolute;
	left: 5px;
	top: 498px;
}

#nav img {
	margin-right: 32px;
}

#nav img.lastnav {
	margin-right: 0px;
}


