#root {
  position: relative;
  width:780px;
  margin: 0em auto;
  text-align: left;
  background-color: #ffffff;
  background-image: url('../img/bg_root.jpg');
} 

#head {
  position: relative;
  background-image: url('../img/head.jpg');
  height:117px;
} 

#head #menu-head {
  position: absolute;
  left:25px;
  top:95px;
  font-size: 12px;
  color: #ffffff; 
  font-weight: bold;
}

#head #menu-head a {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold; 
  padding: 0px 15px;
}

#head #menu-head a:hover {
  color: #eeeeee;
}

#center {
  position: relative;
  margin: 20px;  
} 

#main {
  width:600px;
  margin: 0px 20px;
} 

#main p {
	margin-left: 20px;
} 

#menu {
  width:180px;
  padding-left: 20px;
  border-left: 1px dotted #d2dde1;
} 

#foot { 
  position:relative;
  background-image: url('../img/bg_foot.jpg');
  height: 78px;
  text-align: center;
  color: #ffffff;
}
