#root_head {
  position: relative;
  width:1005px;
  margin: 0em auto;
  text-align: left;
} 

#head {
  position: relative;
  background-image: url('../img/head.jpg');
  height:121px;
} 

#form_user {
  position: absolute;
  top: 7px;
  left: 587px;
} 

#form_user span {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 10px;
  font-weight: bold;
  color: #fffcad; 
} 

#form_user label {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 10px;
  color: #ffffff; 
} 

#form_user input {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 10px;
} 

#menu {
  position: absolute;
  top: 90px;
  left: 175px;
} 

#submenu {
  position: relative;
  height:28px; 
  padding: 13px 0px 0px 220px;
} 

#submenu a {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  padding: 5px 10px;
}

#submenu a.active {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px;
  color: #573a06;
  padding: 3px 5px;
  border: 1px solid #82560a;
  background-color: #ecebb0;
  -moz-border-radius: 5px;
}

#root_main {
  position: relative;
  background-color: #ffffff;
  background-image: url('../img/bg_logo.jpg');
  background-position: left bottom;
  background-repeat: no-repeat;
} 

#main {
  position: relative;
  padding: 0px;
  width:1005px;
  margin: 0em auto;
  text-align: left;
} 

#main p {
	text-align: justify;
	line-height: 18px; 
	font-size: 12px;
}

#foot { 
  position: relative;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 11px; 
  text-align: center;
  border-top: 1px solid #dae9ec;
  color: #0f325c;
  line-height: 120%;
  padding: 10px;
}



