body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: sans-serif;
	font-size: 10px;
	color: #616161;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

img {
	border: 0;
}

a {
	color: #888;
}

a:visited {
	color: #333;
}

#logo {
	display: block;
	width: 119px;
	height: 40px;
	border: 1px solid #000;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;	
	cursor: pointer;
}

#logo a {
	display: none;
}

#page_container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#photo_container {
	background-image: url(../images/photo_background_top.gif);
	background-repeat: no-repeat;
	background-color: #212121;
	overflow: auto;
}

#photo_container div.background {
	position: relative;
	background-image: url(../images/photo_background_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
	padding: 0 0 20px 0;
	overflow: auto;
}

#link_next_photograph,
#link_previous_photograph {
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 70px;
	top: 40px;
	cursor: pointer;
}

#link_next_photograph {
	background-image: url(../images/next.gif);
}

#link_previous_photograph {
	background-image: url(../images/previous.gif);
}

#link_next_photograph a,
#link_previous_photograph a {
	display: none;
}

#photo_container h2 {
	display: block;
	font-size: 12px;
	text-align: left;
	padding: 20px 0 0 30px;
}

#photo_container img {
	margin-top: 40px;
	margin-bottom: 20px;
	border: 10px solid #FFF;
}


#collections_container,
#content_container {
	overflow: auto;
	padding: 30px;
	background-color: #212121;
}

#collections_container h2,
#content_container h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#content_container h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

#collections_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#collections_container span {
	width: 60px;
	display: inline-block;
}
#footer {
	margin-top: 40px;
	margin-bottom: 20px;
	width: 960px;
	background-color: #0e0f11;
	color: #616161;
	padding: 0 0 30px 0;
	overflow: auto;
}

#footer a.rss {
	padding-left: 20px;
	background-image: url(../images/rss.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

#footer_thumbnails_container {
	overflow: auto;
	padding: 20px 0 20px 30px;
	background-image: url(../images/footer_spacer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer_thumbnails_container a {
	color: #616161;
	text-decoration: none;
	text-align: right;
}

#thumbnails_link_more {
	float: right;
	margin-top: 5px;
	margin-right: 30px;
}

#footer h2 {
	font-size: 12px;
	font-weight: bold;
	
	margin: 0 0 10px 0;
	padding: 0;
}

#footer_thumbnails {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer_thumbnails li {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

#footer_thumbnails img {
	width: 75px;
	height: 75px;
	margin: 0;
	border: 3px solid #FFF;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}


#footer_thumbnails img.hover {
	margin: 0;
	border: 3px solid #FFF;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#footer_links_container {
	padding: 30px 30px 30px 30px;
}

#footer_collections_container {
	width: 440px;
	float: left;
}

#footer_collections_container ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#footer_collections_container span {
	display: inline-block;
	width: 60px;
}

#personal_container {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
}

#others_container {
	float: right;
	width: 220px;
	margin: 0 0 0 0;
}

#personal_container ul,
#others_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thumbnails_container {
	overflow: auto;
}

#thumbnails {
	margin: 30px 0 0 30px;
	padding: 0;
	list-style: none;
	float: left;
}

#thumbnails li {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	
}

#thumbnails img {
	margin: 0;
	border: 3px solid #616161;
}
 
#thumbnails_navigation {
	line-height: 30px;
}
