
#clothwrapper {
	width: 500px;
	height: 536px; /* was 442 */
	position: relative;
}


#top {
	background-image: url(../images/cloth_moth.jpg);
	background-repeat: no-repeat;
	width: 435px;
	height: 193px;
	text-align:left;
}

#bottom {
	width: 435px;
	height: 343px;
	background-image: url(../images/bg_cloth.jpg);
	background-repeat: no-repeat;
	text-align:left;
}



#text {
	padding: 15px 22px 10px 22px;
}

#nav {
	position: absolute;
	left: 15px;
	top: 515px;
}

#nav img {
	margin-right: 10px;
	margin-bottom: 5px;
}

#nav img.lastnav {
	margin-right: 0px;
}


