body {
	text-align : center;
/*  font-family: Arial, sans-serif; */
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.8em;
	color : #000;
	background: #FFF;
	margin:0;
	padding:0;
}

a {text-decoration: underline; border: none; color : #000; font-weight:bold}
a:hover {color : #000; cursor: pointer; text-decoration: underline}
a img {border-style: none}

.cleaner {clear : both; height : 1px; overflow: hidden; margin-top:-1px;}

h1, h2, h3, h4, p, img{margin:0; padding:0; border:none}
/*p{padding:.2em 0 .5em;line-height:1.1em}*/

p.lang{
	padding-top:10px;
}

#container{
	margin:0 0 30px 8%;
	text-align:left;
	margin-top:10px;
}

#logo{
	width:291px;
	margin-right:8px;
	float:left;
}

h1{float:right}
h1 img{display:block}

#actual{
	padding-bottom: 5px;
	overflow:auto;
}
.descriptionimg {
/*	width: 317px;
	height: 238px;*/
	float: left;
	display:block;
	margin-top:3px;
	margin-right:8px;
/*	overflow: hidden;*/
}
#actual .description{
	padding-bottom: 10px;
	margin-top:2px;
}
#actual .description h3{
	font-size: 1.1em;
	padding-bottom:.8em;
}
#actual .description p{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 0.95em;
}
#actual .description a{
	font-weight: normal;
}
#actual .description h4{
	color: #4c4c4c;
	font-weight: normal;
	margin: 1em 0 .3em;
	font-size: 1em;
}

.section, .project{
	clear:both;
	position:relative;
}
.section h2, .project h2{
	font-size: 1.1em;
	width: 291px;
	text-align:right;
	float:left;
	margin:0 8px 0 0;
	padding:0;
}
.project h2{
	height:50px;
	display:block;
	position:absolute;left:0;bottom:6px;
}
.project h2 a{
	position:absolute;
	bottom:0;right:0;
}
.active a{
	color:#000;
	text-decoration:none;
}
.section .images, .project .images {
	margin-top:2px;
	margin-left:299px;
}
.section a img, .project a img{
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}
.section a:hover img, .project a:hover img{
	border-top: 3px solid #bbbbbb;
	border-bottom: 3px solid #bbbbbb;
}
.project a.selected img, .section a.selected img{
	border: solid #ed008c;
	border-width: 3px 0 3px 0;
}

p.pagination{
	clear:both;
	font-weight:bold;
	padding-top:.3em;
	padding-left: 299px;
}
p.pagination span{
	font-size:1.6em !important;
	padding-left:.3em;	
}
p.pagination a.active {
	text-decoration: none;
	color: black;
}
.projects{
	margin-top:40px;
}
