/* Initialization */
* {
	margin: 0; padding: 0;
}
h1, h2, h3, p, blockquote {
	margin-bottom: 1em;
}
/* Layout */

body {
	padding: 0.75cm;
	font: normal 9pt "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	background: #fff;
	color: #000;
}

hr {
	display: none;
}

#header {
	padding: 1em 1cm;
	text-align: right;
	border-bottom: 2px dashed #999; ;
}

#header h1 {
	font-size: 16pt;
}

#content {
	padding: 2em 1cm;
	font-size: 11pt;
	line-height: 1.4em;
	text-align: justify;
}

#footer {
	clear: both;
	border-top: 2px dashed #999;
	padding: 2em 1cm;
	text-align: center;
}

/* Links */

a {
	font-weight: bold;
	text-decoration: none;
	color: #2996cc;
	outline: none;
}

#content a{
	border-bottom: 1px dotted #999;
	text-decoration: none;
}

/* misc */

.floatleft {
	float: left;
	padding-right: 2em;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}


.last_photos {
	overflow: hidden;
	clear: both;
	padding: 1em 0;
	width: 100%;
	list-style: none;
}
.last_photos li {
	float: left;
	margin: 0 3px;
	width: 87px;
}
#content .last_photos li a {
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	width: 75px;
	color: #999;
	font: normal 6pt/12pt "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	text-align: right;
}
.last_photos li a img {
	display: block;
	border: none;
}

