/* Dress CSS */

/* First import the main page layout stylesheet */
@import url(main.css);

/* Then style the dress code page */

.top {
	position: relative;
	width: 611px;
	height: 20px;
	background: url('../images/site/long-top.png') no-repeat;
}
.mid {
	position: relative;
	width: 611px;
	background: url('../images/site/long-mid.png') repeat-y;
}
#dress-content {
	position: relative;
	width: 565px;
	left: 20px;
}
.bot {
	position: relative;
	width: 611px;
	height: 20px;
	background: url('../images/site/long-bot.png') no-repeat;
}