div.header {
  width: 100%;
/*  background-color : Red;
*/
} 
div.headleft {
  float: left;
  width: 20%;
  text-align: center;
/*  background-color : blue;
*/
}
div.headcenter {
  float: left; 
  width: 58%;
  text-align: center;
	margin-left : 1%;
	border : 1px ridge Silver;
/*  background-color : yellow;
*/
}
div.headright {
  float: right;
  width: 20%;
  text-align: center;
/*  background-color : green;
*/
}
div.menu {
  float: left;
  width: 20%;
/*  background-color : aqua;
*/
}
div.content {
  float: left;
  width: 60%;
/*  background-color : lime;
*/
}
div.adds {
  float: right;
  width: 20%;
  text-align: center;
/*  background-color : violet;
*/
}
div.footer {
  width: 100%;
  text-align: center;
/*  background-color : Red;
*/
} 
.image {
	text-align:center;
}

img	{
	border: none
}
body {
	color: Black;
	background-color: #ffffe1;
}
h2 {
	color: Red;
	background-color : transparent;
}
