body {
	color: #000;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 80px;
	margin: 0 auto 0 auto;
	width: 980px;
	/* background: url(../pictures/wall.gif) repeat-x scroll left top; */ 
	/* background-color: #e0e0e0; */
  background-color: #f3f3f3;       
}

#top {
	width: 980px;
	height: 319px;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: trasparent;
  
}

#menu {
	width: 980px;
	height: 33px;
	margin: 0 auto 0 auto;
	background-color: #333;
}

#page {
	width: 980px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #ffffff;
}

#bottom {
/*   border-top: 4px solid #656565;*/
	margin: 0 auto 32px auto;
	padding: 0;
  float: left;
  color: #333;
	text-align: left;
	width: 980px;
	height: 36px;
	font-size: 12px;
	font-weight: bold;
	background-color: #aeaeae;
  border-top: 15px solid #c7c7c7;
}