iframe{display:none;}

body 
{
	/*font-family: trebuchet ms, verdana, arial, tahoma;*/
	font-family: georgia,times,serif;
	font-size: 90%;
	color: #888;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#333;
}

a
{
	color:#888;
	text-decoration:none;
}

a:hover
{
	color:#888;
	text-decoration:underline;
}

#wrapper-content 
{
	width: 85%;
	margin: 20px auto;
	text-align: left;
	border:2px solid 444;
	background-color:#000;
	padding:20px;
}

#header
{
	text-align:right;
	color:white;
}

#header h1
{
	font-weight:normal;
}

#mainPic #title
{
	font-size:1.4em;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	margin:10px 0;
}

#mainPic .tags
{
	font-style:italic;
	font-size:0.9em;
}

#photosContainer
{
	padding:20px;
}

#thumbsCollection
{
	background:#fff;
	margin:20px auto;
	padding:20px;
}

div.thumbContainer
{
	background:url(images/thumb_bg.gif) no-repeat;
	width:88px;
	height:93px;
	padding:3px;
	float:left;
	margin:2px;
}

a img
{
	border:none;
}

#pagination
{
	text-align:center;
}

#pagination a.selected
{
	text-decoration:underline;
	font-weight:bold;
}