/*
* @package Menu Drop Down
* @copyleft (cc) 2008 UNIFACS - Desenvolvimento Web Sites - Turma 04. Alguns direitos reservados
* @licence http://www.gnu.org/licence/lgpl.html LGPL Licence
* @author Marcelo Pereira Rodrigues - marcelo@alconta.com.br
* @author Eduardo de Souza Santos - eduipd@yahoo.com.br
* @author Alexandre Valverde - alexandre_valverde@hotmail.com
* @author Danilo Pinheiro - pivamix@hotmail.com*/
body {
	margin:0px;
}
#conteudo{
	width:90%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0D2846;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0D2846;
}
#topo{
	width:100%;
	height:100px;
	background-image: url(../images/logo.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#corpo_texto {
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
#corpo {
	width:100%;
	height:auto;
}
#rodape{
	width:100%;
	height:30px;
	background-color: #0024FD;
}
.texto {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	
}
.texto_rodape {
	color:#FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}


#banner{
	background:url(../images/banner1.png) top left no-repeat;
	width:825px;
	height:184px;
}

#works-title2{
	float:right;
	clear:none;
	margin-top:10px;
}


#works-title{
	float:left;
	clear:none;
	margin-top:10px;
	padding-left:-10px;
}
