body, html {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-color: #FFFFCC;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
   border: none;
}

#container {
   margin:0 auto;
   width: 765px;
   background-color: #FFFFFF;
   border: solid 1px #660000;
}

#cabecalho {
	border: none;
	line-height:0px;
	font-size:0px;	
}

#menu {
	border: none;
	width: 765px;
	height: 35px;
	background-color: #660000;
}

#menu_interno {
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	width:765px;
	height: 25px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#FFFFFF;
	padding-top:4px;
}

#menu_interno a {
  text-decoration: none;
  color:#FFFFFF;
}

#menu_interno a:hover {
  text-decoration: underline;
}

#principal {
    float:left;
    width:550px;
	background-color: #FFFFFF;
	text-align: left;
}

#principal_curriculo {
	background-color: #FFFFFF;
	text-align: left;
}

#principal_texto {
   margin: 10px;
}

.data_artigos{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   color:#666666;
   font-weight:bold;
}

.titulo_artigos {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
}

.separa_artigos{
   height: 20px;
}

#principal a:link, a:active {
   color: #990000;
   text-decoration: underline;
}

#principal a:visited {
   color: #660000;
   text-decoration: underline;   
}

#principal a:hover {
   color: #990000;
   text-decoration: none;   
}

#categorias{
   width: 250px;
   float: left;
}

#categorias_img{
   width: 270px;
   float: left;
}

#categorias a{
   text-decoration: none;
   font-size: 14px;
   color: #660000;
}

#categorias a:hover{
   text-decoration: underline;
}

#barra {
    float:right;
    width:213px;
	background-color:#CCCCCC;
	text-align:center;
}

#barra_texto_artigo{
	margin:0 auto;
	width: 200px;
	text-align:justify;
}

#barra_form_artigo{
	text-align:left;
	margin-left: 3px;
}

#barra_turismo, #barra_blog, #barra_koffzanchi {
   margin-top: 20px;
}

#barra_redesul, #barra_acessos {
	margin-top: 20px;
	margin-bottom: 15px;
}

#barra_curriculum {
    margin: 0 auto;
	width: 205px;
	padding-top: 20px;
	text-align:justify;   
}

#rodape {
    clear: both;
	color: #FFFFFF;
	background-color: #660000;	
	padding:5px;
}