
body {
	font-family:arial, verdana;
	font-size:0.9em;
	margin:0px;
    background:url(/temas/default/img/bg.gif);
    background-repeat:repeat-x;
    background-color:#0276b3;
    margin-bottom:10px;

}
input,select, textarea
{
	font-family:arial, verdana;
	font-size:13px;
    padding:1px;
}


a {
	color:#ff5500;
	text-decoration:none;
}

a:hover {
	color:darkred;
}

#site
{
    width:781px;
    margin:auto;

}

#site #topo
{
    width:781px;
    height:121px;
    background:url('/temas/default/img/topo.jpg');
    background-repeat:no-repeat;

}

#site #topo a
{
    display:block;
    width:390px;
    height:50px;
    top:19px;
    left:10px;
    position:relative;
}


#menu {
	height:24px;
	width:772px;
	background:darkred;
	color:white;
}

#menu a {
	color:#ffffff;

}

#rodape {
	height:24px;
	border-top:1px solid #A3CFFF;
	color:white;
	clear:both;
	text-align:center;
	padding-top:10px;
}

#rodape a {
	text-decoration:none;
	color:#0276B3;
	font-size:0.8em;
	margin-left:30px;
	padding-top:5px;

}

#esquerda {
	clear:both;
	width:160px;
	border-right:1px dashed #c0c0c0;
	margin-bottom:30px;
	margin-top:10px;
	margin-right:10px;
	padding:10px;
	float:left;
}

#esquerda ul {
	padding:0;
	margin:0;
}

#esquerda li {
	list-style-type:none;
}

#esquerda li a{
	color:#238CFF;
	font-weight:normal;
	text-decoration:none;
    font-size:0.8em;;
    display:block;
    width:160px;
    border-bottom:1px solid #ccc;
    height:26px;

}

#esquerda li a:hover {
	color:#fff;
    background:url('/temas/default/img/menu.jpg');
}
#esquerda li a span{

    padding-top:5px;
    display:block;
    padding-left:5px;
}

#siteconteudo
{
    background:url('/temas/default/img/border_topo.jpg');
    background-repeat:no-repeat;
    width:781px;
    background-color:#fff;
}

#border_rodape
{
    background:url('/temas/default/img/border_rodape.jpg');
    background-repeat:no-repeat;
    width:781px;
    height:20px;

}

#conteudo {
	padding:15px;
	width:540px;
	font-size:12px;
	float:left;
	line-height:1.5;

}

.titulo {
	font-size:1.7em;
	font-weight:bold   ;
	color:#238CFF;
	margin-bottom:10px;
	border-bottom:1px solid #238CFF;
}

/*
#conteudo input
{
      font-family:verdana, arial;
      font-size:1.1em;
      border:1px solid #CFCFCF;
      height:20px;
      padding:3px;
      background-image:url(/adm/default/images/fundo_input.gif);
}
*/