
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial;
	font-size: small;
}

a:link, a:visited, 
a:active, a:hover
{
	text-decoration: none;
	color: #009e46;
}


.layout {
	margin: 0 auto 0 auto;
	width: 788px;
	height: 500px;
}
.layout .header {
	background-color: #fff;
	height: 50px;
}
.layout .footer .ipl_logo
{
margin-top: 30px;
background-image: url(layout/ipl_logo01.jpg);
width: 141px;
height: 50px;
float: left;
}
.layout .footer .ipl_logo:hover
{
background-image: url(layout/ipl_logo02.jpg);
width: 141px;
height: 50px;
float: left;
}
.logo {
float: left;
}
.layout .banner .btn1
{
background-image: url(layout/btn_grupo01.jpg);
width: 103px;
height: 51px;
float: left;
}
.layout .banner .btn1:hover
{
background-image: url(layout/btn_grupo02.jpg);
width: 103px;
height: 51px;
float: left;
}
.layout .banner .btn2
{
background-image: url(layout/btn_projecto01.jpg);
width: 100px;
height: 51px;
float: left;
}
.layout .banner .btn2:hover
{
background-image: url(layout/btn_projecto02.jpg);
width: 100px;
height: 51px;
float: left;
}

.layout .banner .btn3
{
background-image: url(layout/btn_contactos01.jpg);
width: 101px;
height: 51px;
float: left;
}
.layout .banner .btn3:hover
{
background-image: url(layout/btn_contactos02.jpg);
width: 101px;
height: 51px;
float: left;
}

ul.menu{
margin: 5px 10px 5px 30px;
}
ul.menu li {
display:inline;
list-style-type: none;
padding-right: 20px;

}
ul.menu li a:link
{
color: #009e46;
}
ul.menu li a:hover
{
color: #7eff5a
}
.content
{
background-image: url(layout/content_top.jpg);
background-repeat: no-repeat;
background-position: top right;
min-height: 500px;
}
.content img, .pep img
{
padding: 10px;
float: left;
}

h1
{
padding: 20px 10px 10px 10px;
font-size: medium;
}
h2
{
padding: 0 0 0 10px;
}

.content ul
{
margin: 10px 0 10px 0;
position: relative;
left: 30px;
}

.content ul li 
{
	padding: 5px;
}

p {
margin: 10px;
}

.footer
{
clear: both;
min-height: 130px;
background-image: url(layout/content_bottom.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

.pep
{
clear: both;
min-height: 180px;
border-bottom: 1px solid #009e46;
}
.pep ul li
{
	list-style: none;
	position: relative;
	left: -10px;
}

