#holder {
	margin: 20px;
	width: 1000px;
	background-color: #FFFFFF;
	height: 2500px;
}
body {
	background-color: #CCCCCC;
	background-image: url(grad.png);
	background-position: right top;
	background-repeat: repeat-y;	
	
}
#holder #jpg {
	width: 960px;
	float: left;
	top: 20px;
	position: relative;
}
#holder #text {
	width: 900px;
	float: left;
	top: 0px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	padding: 20px;
}
#holder #text #events {
	padding: 10px;
	float: right;
	height: 300px;
	width: 250px;
	position: relative;
	background-color: #999;
	color: #FFF;
	font-weight: bold;
	margin: 10px;
	font-size: 18px;
}
#holder #pin_holder {
	width: 200px;
	float: left;
	height: 220px;
}
#holder #jpg img {
	padding: 0px;
}
#holder #jpg #pin {
	padding-left: 20px;
}
#holder #photo_holder {
	height: 600px;
	width: 100%;
	margin-left: 20px;
}
#holder #img_holder {
	position: relative;
	top: 10px;
	float: left;
	margin-left: 20px;
}
#holder #text #where {
	background-color: #CCC;
	margin: 10px;
	padding: 10px;
	height: 300px;
	width: 250px;
}
#holder #text #events p {
}
#holder #text #flickr {
	margin: 10px;
	padding: 10px;
	float: right;
	height: 300px;
	width: 500px;
	position: absolute;
	right: 10px;
	top: 600px;
}
#holder #img_holder2 {
	position: relative;
	top: 130px;
	float: left;
	margin-left: 20px;
}

