html, body { margin:0; padding:0; height:100%; }

.replace { text-indent:-9000px; overflow:hidden; background:no-repeat; }

a { color:#fff; text-decoration:none; }
a:hover { color:#fff; text-decoration:underline; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-align:left;
	direction:ltr;
}


.wrapper {
	margin:0 auto;
	width:1000px;
	min-height:100%;
	padding-top:165px;
	position:relative;
	padding-bottom:50px;
}


.header-menu {
	position:absolute;
	width:100%;
	height:60px;
	top:110px;
	left:0;
	z-index:11;
	background:url(../images/background_header_menu.png) center no-repeat;
}
.header-menu ul {
	list-style:none;
	width:600px;
	position:absolute;
	left:50%;
	margin-left:-535px;
	top:6px;
}
.header-menu ul li{
	float:left; 
	margin:2px;
	color:#FFF;
}


.header {
	position:absolute;
	width:100%;
	top:0;
	left:0;
}

.header h1 {
	position:absolute;
	left:33px;
	z-index:10;
	width:651px;
	height:92px;
	background:url(../images/background_h1.gif);
	left:34px;
	top:-7px;
}


.content {
	width:640px;
	min-height:100%;
}
.content div h2{
	height:25px;
}
.content div h2.projeto{
	width:345px;
	background: url(../images/background_h2.jpg) -2px 0 no-repeat;
}
.content div h2.formulario{
	width:345px;
	background: url(../images/background_h2.jpg) -2px 0 no-repeat;
}
.content div h2.diretrizes{
	width:128px;
	background: url(../images/background_h2.jpg) -2px -25px no-repeat;
}
.content div h2.destina{
	width:232px;
	background: url(../images/background_h2.jpg) -2px -50px no-repeat;
}
.content div h2.minimo{
	width:535px;
	background: url(../images/background_h2.jpg) -2px -75px no-repeat;
}
.content div ul li{
	margin-bottom:15px;
}

.side {
	width:340px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:url(../images/background_side.jpg) no-repeat top left;
}

.side-text {
	position:absolute;
	top:50%;
	left:50%;
	width:315px;
	height:320px;
	background:url(../images/background_side_text.gif) no-repeat;
	margin-top:-160px;
	margin-left:-157px;
	text-align:left;
}
.side-text p {
	visibility:hidden;
}

.side .side-logo {
	position:absolute;
	bottom:15px;
	left:50%;
	margin-left:-105px;
	width:210px;
	height:100px;
}
.side .side-logo a {
	display:block;
	width:210px;
	height:100px;
	background:url(../images/background_side_logo.gif) no-repeat;
}
