body{
	margin:0;
	background-color:#E7DFC9;
	text-align:center;/* IE centering trick */
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
}
#wrapper{
	width:760px;
	padding:10px;
	margin:15px auto;
	text-align:left;/*IE centering trick*/
	background-color:#fff;
}
#masthead img{
	display:block;
}
#content{
	padding:10px 0 0 0;
	margin:0;
}

td {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
}

img{
	border: 0px;

}
.shoe{
	width: 180px;
	height: 185px;
	float:left;
	border: 1px solid black;
	padding: 5px;
	margin:2px;
	overflow:hidden;
}
a.white:link,a.white:visited { 
	color: #FFFFFF;
}

a.white:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}
a.white:active { 
	color: #333333;
}
/*Homepage div classes*/
#leftColumn{
	width: 385px;
	float: left;
}
#rightColumn{
	width: 365px;
	float: right;
	margin:0;
	padding:0;
}
#designers{
	padding-bottom: 10px;	
}
#shoeAlert{
	height: 296px;
	background: url(images/storechairs.jpg) no-repeat top left; 
	color: #fff;
	position:relative;
}
#subscribeform{
	text-align: left;
	position: absolute;
	left:15px;
	top:215px; 
	width:300px;
	color: #ffffff; 
	font-weight: 600; 
	font-size:14px;
	line-height: 1em;
}

#featuredShoes{ 
	padding-bottom: 10px;
	border:1px solid tan; 
	margin:0px;
	padding:0px;
}
#featuredShoes h2{ 
	font-size:16px;
	padding:0 0 0 10px;
	margin:5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
#bottomrightbigpic{
	background:url(images/palm.gif); 
	background-repeat:no-repeat; 
	overflow: hidden;
	margin-top: 10px;
}
#bigpictext{
	padding: 5px;
	padding-right:16px; 
	align: right; 
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:32px; 
	line-height: .9em;
	color:#333333;

}
div.clear{
	overflow:hidden;
	height:1px;
	clear:both;
}