/* CSS Document */

/* LAYOUT INDEX */

#men {
	background:url(images/men.jpg) no-repeat;
	width:134px;
	height:286px;
	display:block;
	float:left;
	background-position:bottom;
}

#menText {
	float:left;
	width:520px;
	margin: 0 0 0 20px;
	padding: 5px;
	background-color: #F3F3F3;
	font-weight: normal;
}

#menBottom {
	clear:both;
	background:url(images/menBottom.jpg) repeat-x;
	width:777px;
	height:44px;
	display:block;
	margin-left:-20px;
}

#clear {clear:both;}