#title {
	
	color: #ffcde9;
	position: relative;
	float: left;
	top: 10px;
	left: 10px;
	width: 150px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#images{
	wdith:500px;
	height: 333px;
	padding-bottom: 0;
	position: relative;
	float: right;
	padding-right: 10px;
	clear: none;
	bottom: 3px;
	right: 2px;
}

#descrip {
	position: relative;
	float: left;
	width: 200px;
	clear: both;
	top: 25px;
	left: 10px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#descrip a{
	color: #787878;
	text-decoration: none;
}

#descrip a:hover{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#container {
	
	width: 800px;
	height: 425px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	position: absolute;
	float: none;
}


