body {
	background-color: black;
	color: white;
	font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",Verdana,"Verdana Ref",sans-serif;
	font-size: 15px;
}

.outer {
	width: 1000px;
	margin: 0px auto;
}

.header {
	width: 1000px;
	height: 250px;
	background: transparent url(images/logo.png) no-repeat;
}

.header_text {
	padding: 27px 10px 0px 620px;
}

.content {
	padding: 0px 0px 0px 75px;
	width: 1025px;
}

.footer {
	width: 900px;
	margin-left: 100px;
	font-size: 12px;
	padding-top: 25px;
	clear: both;
}

.pho_main {
	width: 650px;
	height: 650px;
	background-color: transparent;
	background-repeat: no-repeat;
	float: left;
}

.pho_polaroid {
	width: 650px;
	height: 650px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

.pho_thumbs_holder {
	width: 260px;
	margin: 50px 0px 0px 30px;
	float: left;
}

.pho_thumb {
	width: 100px;
	height: 100px;
	float: left;
	margin: 2px 10px 10px 2px;
	cursor: pointer;
}

.clear {
	clear: both;
}