#iContentContainer {
	position:relative;
	margin:20px 0;
	padding-right:120px;
}

#iMain {
	margin:0 5%;
}
#iMain td {
	padding:10px;
	border:1px solid #D9D4C5;
	border-width:1px 0 0 0;
	vertical-align:top;
}
#iMain td#iWelcomeMsg {
	text-align:center;
	border:none;
}
#iMain td#iLightstand {
	border:none;
}
#iMain td#iLatestNews { border-left:1px solid #D9D4C5; }
#iMain td#iLatestNews .title { font-weight:bold }
#iMain td#iLatestNews .postdate { font-size:12px; color:#555555; }
#iMain td#iLatestNews .body { margin-bottom:16px }
#iMain td#iLatestNews #news {
	height:175px;
	overflow:auto;
}

#iMain td#iMailingList { border-left:1px solid #D9D4C5; }
#iMain td#iMailingList input.fieldEmail {
	border:2px solid #999999;
	border-right-color:#DDDDDD;
	border-bottom-color:#DDDDDD;
	margin-top:5px;
	width:200px; 
	font:13px Arial, Helvetica, sans-serif;
}
#iMain td#iMailingList input.buttonSubscribe {
	margin-top:5px;
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#iUpcomingSales {
	height:187px;
}
#iUpcomingSales td {
	margin:0;
	padding:0;
	border:none;
	vertical-align:middle;
}

#upcoming {
	height:100px;
	overflow:hidden;
}
.photoHolder {
	float:left;
	height:110px;
	text-align:center;
	list-style:none;
	padding:0;
}
.photoHolder img {
	padding:5px;
	border:1px solid #E9E6DB;
}
.photoHolder img:hover {
	background-color:#F3F1EB;
	border:1px solid #C1BA9B;
	cursor:pointer;
}