div#middle {
  background: url(/images/site_images/bg_fabric_home.jpg) top center no-repeat;	
  height: 589px;
}

div#footer {
	position: relative;
}

div#little_buttons {
	background: url(/images/site_images/gfx_brown_buttons.png) center no-repeat;
}

p {margin-top: 0;}

#content {
	font: 14px Georgia, Arial, san-serif;
	color: #534741;
	position: relative;
}


#note {
	background: url('/images/site_images/home_message_fall10.jpg') no-repeat;
	position: absolute;
	top: 60px; left: 168px;
	width: 343px;
	height: 470px;
	text-indent: -9999px;
}

#offTheRunway {
	background: url('/images/site_images/home_off_the_runway_fall10.jpg') no-repeat;
	position: absolute;
	top: 50px; left: 513px;
	width: 414px;
	height: 240px;
}

#offTheRunway p {
	padding: 94px 0px 0px 210px;
	text-align: center;
	width: 180px;
}

#offTheRunway a.seemore {
	color: #003471;
	padding: 0px 24px 0px 300px
}

#myBlog {
	background: url('/images/site_images/home_mix_match.jpg') no-repeat;
	position: absolute;
	top: 290px; left: 513px;
	width: 414px;
	height: 230px;
}

#myBlog p {
	padding: 85px 0px 0px 40px;
	text-align: center;
	width: 160px;
}

#myBlog a.seemore {
	color: #b4545d;
	padding: 0px 24px 0px 116px
}

a.seemore {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.seemore:hover span {
	text-decoration: underline;
}

.clear {
	clear: both;
}