#superior {
	float: left;
	width: 100%;
	padding: 0;
	padding-right: 30px;
}

#esquerda {
	float: left;
	width: 150px;
    padding-right: 15px;
    border-style: solid ;
    border-color: #003399;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 1px;
}

#central {
    position: relative;
    width: 100%;
    min-height: 1000px;
    background: url('../img/fundo.jpg');
	padding-left: 15px;
	padding-right: 15px;
    overflow: auto;
}

#direita {
	float: right;
	width: 160px;
    text-align: right;
	padding-left: 15px;
    border-style: solid ;
    border-color: #003399;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 0px;
}

#inferior {
	float: right;
	width: 100%;
    text-align: left;
}

body {
  font-family: Arial;
  font-size: 12;
}


#menu_adm {
   float: left;
}

#menu_adm a{
   background: #003399;
   width: 150px;
   height: 25px;
   font: 12px Verdana;
   text-decoration: none;
   text-align: right;
   color: #fff;
   padding: 2px;
   border: 1px solid #F2F2F2;
}

#menu_adm a:hover{
   font-weight: bold;
   color: #2C2D32;
   border: 1px solid silver;
}

#menu {
   float: left;
}

#menu a{
   background: #6699CC;
   width: 150px;
   height: 25px;
   font: 12px Verdana;
   text-decoration: none;
   text-align: right;
   color: #fff;
   padding: 2px;
   border: 1px solid #F2F2F2;
}

#menu a:hover{
   font-weight: bold;
   color: #2C2D32;
   border: 1px solid silver;
}

#form {
   border: 0px;
}

#form td{
   border: 0px;
}

#table a {
  color: white;
}
