#geral{
	text-align:left;
	height:1200px;
	background-image: url(../img/bg-estudio.gif);
	background-repeat:repeat-y;
}

#geral h2{
	width:380px;
	position:relative;
	top: -230px;
}

#imgBaixo{
	width:720px;
	height:auto;
	background: url(../img/estudio2.gif) bottom right no-repeat;
	background-position: right 800px;
}

#head{
	width:300px;
	height:290px;
	margin: 5px 0 0 10px;
	background-image: url(../img/estudio1.jpg);
	background-repeat: no-repeat;
}

#head h1{
	margin:0 0 0 30px;
	background:  url(../img/tit-estudio.gif) no-repeat;
	height: 31px;
	text-align:left;
}

#head h1 span{
 	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
 }
 
#menu{
 	float:left;
	width: 165px;
 }
 
 
#menu ul{
	list-style: none;
	margin-left:-20px;
}

#menu ul li{
	height:25px;
	border-bottom: 1px dashed #FFF;
}

#menu ul li a{
	font-size: 13px;
	font-weight:bold;
	color: #FFF;
	text-decoration:none;
	position:relative;
	top:8px;
}


#menu ul li a:hover{
	text-decoration:none;
	color: #F90;
}

#menu ul li a.selected{
	text-decoration:none;
	color: #F90;
}
 
#texto{
 	float:left;
	width: auto;
	margin-bottom:30px;
 }
 
 #texto a{
 	color:#FFF;
 }
 
  #texto a:hover{
 	text-decoration:none;
 }
 
 
 #texto p{
	position: relative;
	top:-180px;
	left:20px;
}

 #texto p.p2{
	width: 460px;
}

#texto ul{
	position: relative;
	top:-180px;
	left:50px;
	margin: 0 ; 
	padding: 0 0 0 15px;
  	color:#FFF;
	list-style:bullet;
}

#texto ul li{font-size:12px;}

#texto img{
	position:relative;
	top:10px;
	border:1px solid #ECECEC;
}


#rodape{
	float:right;
	width:300px;
	position:relative;
	top:-150px;
	background: #F60;
}

