/* Initialization */
* {
	margin: 0; padding: 0;
}
h1, h2, h3, p, blockquote {
	margin-bottom: 1em;
}
/* Layout */

html {
	background: #000 url('bg.png') repeat-x;
	font: normal 7pt "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	color: #ccc;
}

body {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 160px;
}

hr {
	display: none;
}

#header{
	padding: 10px 0 30px 0;
}

#header h1 {
	position: absolute;
	top: 0;
	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: 10px;
	width: 140px;
	font-size: 10pt;
	line-height: 1.4em;
	text-align: justify;
}

#content > p > img {
	width: 140px; height: 140px;
}

#footer {
	clear: both;
	border-top: 1px dashed #222;
	padding: 20px 10px;
	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 */

strong {
	color: #eee;
}

/* misc */

.floatleft {
	float: left;
	padding-right: 2em;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}


.last_photos {
	padding: 0 20px 20px;
	width: 99px;
	list-style: none;
}
.last_photos li {
	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;
}
#content .last_photos li a:hover, #content .last_photos li a:focus {
	border: 1px solid #eee;
}
.last_photos li a img {
	display: block;
	border: none;
}
