/* Initialization */
* {
	margin: 0; padding: 0;
}
h1, h2, h3, p, blockquote {
	margin-bottom: 1em;
}
/* Layout */

html {
	background: #000 url('bg.png') repeat-x;
	font: normal 9pt "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	color: #ccc;
}

body {
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 720px;
	background: transparent url('body.png') center 80px no-repeat;
}

#header {
	padding: 10px 0 70px;
}
#header h1 {
	position: absolute;
	top: 0; right: 10px;
	height: 25px; width: 160px;
	line-height: 25px;
}
#header h1 a {
	display: block;
	height: 25px; width: 160px;
	background: transparent url('header.png') 0 0 no-repeat;
	text-indent: -5000px;
}
#header h1 a:hover, #header h1 a:focus{
	background-position: 0 -25px;
}

#content {
	padding: 50px 60px;
	width: 600px;
	font-size: 11pt;
	line-height: 1.4em;
	text-align: justify;
}

#footer {
	clear: both;
	border-top: 1px dashed #222;
	padding: 20px 70px;
	text-align: center;
}

/* Links */

a {
	font-weight: bold;
	text-decoration: none;
	color: #2996cc;
	outline: none;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #eee;
}

#content a{
	border-bottom: 1px dotted #666;
	text-decoration: none;
}
#content a:hover, #content a:focus {
	border-bottom: 1px dotted #eee;
}

/* elements */

hr {
	display: none;
}

strong {
	color: #eee;
}

/* misc */

.floatleft {
	float: left;
	padding-right: 1em;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* */

.last_photos {
	overflow: hidden;
	clear: both;
	padding: 0 3px 20px;
	width: 594px;
	list-style: none;
}
.last_photos li {
	float: left;
	margin: 0 6px;
	width: 87px;
}
#content .last_photos li a {
	display: block;
	border: 1px dashed #222;
	padding: 5px;
	width: 75px;
	color: #ccc;
	font: normal 6pt/12pt "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	text-align: right;

	opacity: 0.2;
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1), filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
#content .last_photos li a:hover, #content .last_photos li a:focus {
	opacity: 1;
	filter: none;
}
.last_photos li a img {
	display: block;
	border: none;
}

/*---------------------------------------------------------------------------*/
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('lightbox/loading.gif') no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('lightbox/prevlabel.gif') no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('lightbox/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font: normal 9pt/1.4em "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	color: #666;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('lightbox/closelabel.gif') no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
#lbCaption a:hover {
	color: #000;
}