
BODY{
		background-color: #99C;
		color: #555555;
		font-family: Arial, Sans;
		font-size: 12px;
		text-align: center;

}
DIV{
  margin: auto auto auto auto;
}
#contener{
  width: 790px;
  background-color: #ffffff;
}
#top{
  height: 120px;
}
#menu{
  text-align: left;
  background-color: #99C;
  padding-left: 10px;
  height: 20px;
  width: 773px;
}
#menu A {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
#menu A:hover {
  text-decoration: none;
  color: #323232;
}
#image{
	margin-top: 10px;
  width: 773px;
  height: 193px;
}
#sidebar{
  border: 0px solid #cacaca;
  width: 200px;
  float: left;
  margin-bottom: 10px;
  text-align: left;
}
#sidebar DIV{
  margin-top: 10px;	
  margin-left: 5px;
  color: #266629;
  font-weight: bold; 
}
#sidebar A{
  margin-left: 10px;
  text-transform: lowercase;;
  color: #266629; 
  text-decoration:none;
  font-weight: bold;
}
#content{
  width: 550px;
  float: right;
  margin-bottom: 10px;
  text-align: left;
}
#content H1{
  font-size: 14px;
  font-weight: bold;
  color: #0100fc;	
  margin-top: 0px;
}
#content P{
  text-align: left;
  line-height: 16px;	
  letter-spacing: 1px;
  margin-left: 10px;
  color: #505050;
}
#footer{
  clear: both;
  height: 120px;
  width: 773px;
}
#footer DIV{
  margin-top: 10px;
  width: 190px;
  border-right: 2px dotted #390;
  height: 60px;
  float:left;
  font-size:10px;
}
#footer div span{
    color: #324070;
    font-weight: bold;
    font-size: 14px;
    
  }
#body{
  margin-top: 10px;
  width: 773px;
}
