/* To better match the InterTemp Logo*/
 #nav {
    background:#447e94;
}
#offer{
	margin-left:20px;
	list-style:none;
}

#leftside{
	width:200px;
	float:left;
}
#bottom{
	width:100%;
	float:bottom;
}
#mainimage{
	position: relative;
	margin: 0 auto;
	width: 873px;
}
#leftimage{
	width: 475px;
	height: 390px;
	float: left;
}
#rightimage{
	width: 398px;
	height: 199px;
	float: left;
}
.righttext{
	width: 199px;
}

