div.simple_home{

}

div.simple_home div.left{
   float: left;
   width: 590px;
}

div.simple_home div.right{
   float: right;
   width: 160px;
   position: absolute;
   right: 0px;
   top:50px;
}

div.simple_home div.random_images{
   
}


div.simple_home div.random_images table{
   width: 550px;
}

div.simple_home div.random_images table td{
   vertical-align: top;
   text-align: center;
	width:33%;
}

div.simple_home div.random_images table td img{
   margin-bottom: 10px;
}

div.simple_home div.random_images table td div.title{
   font-weight: bold;
	color: #353535;
   margin-bottom: 10px;
}

div.simple_home div.random_images table td div.price{
   color: #6895B2;
   font-size: 16px;
	margin-bottom: 10px;
}

div.simple_home div.random_images table td a.details{
   display: block;
	float: left;
   font-weight: bold;
	color: #526571;
	margin: 0px 10px;
}


div.simple_home div.users_list{
   
}

div.simple_home div.users_list div.name{
   padding-bottom: 10px;
   text-align: center;
   font-weight: bold;
   font-size: 12px;   
   
}
div.simple_home div.users_list div.name a{text-decoration: none; color:#d45c0e;}

div.simple_home div.users_list div.description{
   
}

div.simple_home div.users_list div.description a{
	text-decoration: none;
	color: white;
}


















