body {
	text-align : center;
	font-family: Arial, sans-serif;
	font-size: 0.71em;
	color : #000;
	background: #FFF;
}

a {text-decoration: underline; border: none; color : #ec008c; 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{margin:0;padding:0;}
p{padding:.2em 0 .5em;line-height:1.1em}

#container{
	width: 1030px;
	margin: 0 auto;
	text-align:left;
	margin-top:10px;
}

#logo{
	width:291px;
}
#logo p{
	display:none;
}

#actual{
	width: 731px;
	margin-top:6px;
	margin-bottom: 20px;
}
#actual img{
	width: 317px;
	float:left;
}
#actual .description{
	width: 402px;
	float: right;
}
#actual .description h3{
	font-size: 1.1em;
	padding-bottom:.8em;
}
#actual .description p{
	padding-bottom: 1em;
}
#actual .description a{
	font-weight: normal;
}
#actual .description h4{
	color: #4c4c4c;
	font-weight: normal;
}

.section, .project{
	clear:both;
	display:none;
}
.section h2, .project h2{
	display:none;
}
.project h2{
	height:50px;
	display:block;
	position:relative;
}
.project h2 a{
	position:absolute;
	bottom:0;right:0;
}
.active{
	display: block;
}
.active a{
	color:#000;
	text-decoration:none;
}
.section .images, .project .images {
	margin-top:2px;
	width: 731px;
}
.section a img, .project a img{
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}
.project a.selected img{
	display:none;
}

p.pagination{
	display:none;
}

