@charset "utf-8";
/* CSS Document */
#divMain{
	width:1000px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
#divLogoWrapper{
	width:1000px;
	margin:0;
	padding:0;
	float:left;
}
#divLogoLeft{
	width:80px;
	float:left;
}
#divLogoRight{
	float:left;
}
#divLogoTopSpacer{
	width:1000px;
	height:40px;
	clear:left;
}
#divMenuPolaroidWrapper{
	width:1000px;
	float:left;
	
}
#divMenuPolaroidLeft{
	width:80px;
	float:left;
}
#divMenuPolaroidRight{
	float:left;
}
#divMenuPolaroidRight ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#divMenuPolaroidRight ul li{
	display:inline;
	margin-right:30px;
}
#divMenuPolaroidRight ul li a{
	font-family:"Trebuchet";
	font-size:13pt;
	font-weight:bold;
	text-decoration:none;
	color:rgb(67,67,67);
}
#divPolaroidPhotosWrapper{
	width:1000px;
	float:left;
	height:463px;
	padding-top:10px;
}
#divPolaroidPhotosLeft{
	width:80px;
	float:left;
}
#divPolaroidPhotosCenter{
	width:703px;
	height:463px;
	float:left;
}
#divPolaroidPhotosRight{
	width:217px;
	float:left;
}
#divButtonsTable a{
	text-decoration:none;
	font-family:"Trebuchet MS";
	color:rgb(122,122,122);
	font-size:10pt;
	font-weight:bold;
}
#divPolaroidDetails table{
	height:177px;
}
#divPolaroidDetails table td{
	padding-top:10px;
}
#divPolaroidDetails{
	margin-left:15px;
	background-color:rgb(102,102,102);
	color:#fff;
	font-size:9pt;
	width:141px;
	height:257px;
}
#divPolaroidThumbsWrapper{
	float:left;
	width:1000px;
}
#divPolaroidThumbsLeft{
	float:left;
	width:80px;
}
#divPolaroidThumbsRight{
	float:left;
}
