/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
#container{
	width:770px;
	position:relative;
	left:50%;
	margin-left:-385px;
	float:left;
}
#topo{
	width:100%;
	height:80px;
	background-image:url(../images/logo_clips.jpg);
	float:left;
	background-repeat: no-repeat;
}
#menu{
	width:100%;
	float:left;
	text-align: right;
}
#menu li{
	display:inline;
	color: #0000FF;
	font-size: x-small;
}
#conteudo{
	float:left;
	font-size: x-small;
	text-align: justify;
}
#rodape{
	float:left;
	width:100%;
	font-size: xx-small;
	text-align: center;
}

em{font-weight:bold;color:red;}

.destaque{color:#0000FF; font-weight:normal;}
