/* CSS Document */

.preview {
	width: 525px;
	clear: both;
	font-size: 12px;
	color: #999999;
}
.preview_left {
	width: 250px;
	float: left;
	margin-top: 25px;
	height: 175px;
	background-repeat:no-repeat;
}
.preview_right {
	width: 250px;
	float: right;
	margin:0px;
	margin-left: 25px;
	height: 200px;
	overflow: hidden;
	line-height: 15px;
}
.more_left {
	width: 250px;
	float: left;
	margin-top: 25px;
	background-repeat:no-repeat;
}
.more_right {
	width: 250px;
	float: right;
	margin:0px;
	margin-left: 25px;
	overflow: hidden;
	line-height: 15px;
}

p.location {
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	margin: 0px;
	margin-bottom: 18px;
}
p.description {
	font-size: 12px;
}
#one_img {
	background-repeat: no-repeat;
	width: 525px;
	min-height: 394px;
}
#one_container {
	width: 525px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#one_left {
	width: 150px;
	float: left;
	margin: 0px;
	height: inherit;
}
#one_left img {
	bottom: 0px;
}
#one_middle {
	width: 100px;
	margin: 0px;
	margin-right: 25px;
	margin-top: 25px;
	float: left;
}
#one_middle img {
	margin: 0px;
	margin-bottom: 5px;
	border: none;
}
#one_right {
	margin: 0px;
	width: 250px;
	float: right;
	margin-top: 25px;
}